cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed in doing the scenario using BAPI.

Former Member
0 Kudos

Hi...

Please help me out in doing the below sceanrio.

Input is the material number or name.

we have to check whether the material is available or not, and if it is available we have to find out the cost of that material.If the materila is not available we have to get the suppliers to get that material.

This is the scenario.

which type of BAPI we have to use for doing the above scenario.

Please help in doing this sceanrio.

Regards,

Leela

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

please use these bapi's

BAPI_MATERIAL_AVAILABILITY

check this BAPIs to find the price for the given Material at given period

BAPI_MATVAL_PRICE_CHANGE

BAPI_MATVAL_PRICE_*

Former Member
0 Kudos

Dear K.P.N,

I have tested the BAPI BAPI_MATERIAL_AVAILABILITY. But the import parameters are plant,Material,unit,batch,customer.....But in our sceanrio we need to give only material number as input.So please help on this issue.

Answers (4)

Answers (4)

Former Member
0 Kudos

got the answer. Thank u guys for ur replies.

Former Member
0 Kudos

Hi,

Use to this BAPI BAPI_MATERIAL_EXISTENCECHECK and provide the material no as the input. you can check whether that material exists or not.

Also if you want to check the details of a particular material you can use BAPI_MATERIAL_GET_ALL (For costing you can find the details in Valuation data) and also BAPI_MATERIAL_GET_DETAIL

Regards,

Nithiyanandam

Edited by: Nithiyanandam A.U. on Sep 5, 2008 7:53 AM

Former Member
0 Kudos

Hi Leela,

Check out "BAPI_MATERIAL_DISPLAY" for your scenario.

Thanks,

Lavanya.B

Former Member
0 Kudos

Hi,

Kindly check Bapi "BAPI_MATERIAL_EXISTENCECHECK".

Regards,

NJ