‎2014 Feb 24 9:48 PM
Hello,
Someone please can tell how to find a material using a BAPI, I only have the MATNR, just using these value I want to use a BAPI to find in which plants the material exists.
Thank you so much for your help.
Enrique Aguirre from LIMA - PERU
‎2014 Feb 24 10:21 PM
Hello,
You can try this way.
First check material exists or not with BAPI_MATERIAL_EXISTENCECHECK.
If material exists than use BAPI - BAPI_MATERIAL_GET_DETAIL to get details.
Regards,
Sameer
‎2014 Feb 24 10:21 PM
Hello,
You can try this way.
First check material exists or not with BAPI_MATERIAL_EXISTENCECHECK.
If material exists than use BAPI - BAPI_MATERIAL_GET_DETAIL to get details.
Regards,
Sameer
‎2014 Feb 24 10:23 PM