Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Find a Material using a BAPI

Former Member
0 Likes
1,796

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


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,533

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,534

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

Read only

0 Likes
1,533