Application Development 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: 

Material SpecProcurement field (SOBSL)

Former Member
0 Kudos

Hi all

I have a material number MATNR and I have to retrieve corresponding Material SpecProcurement field (SOBSL). Is there a bapi that allow me to do this? I see BAPI_MATERIAL_MRP_LIST but when trying to use it I get this error from bapi I cannot understand: No MRP list exists; while for this material there are MRP elements (I can see in MM03).

thanks to anyone will help me

gabriele

2 REPLIES 2

Former Member
0 Kudos

Hello,

you could use the BAPI_MATERIAL_GET_ALL - there you could find the field in the structure PLANTDATA. Or you could read it simply with a select form the MARC. In both cases you 'ld have to know the plant, because it's plant specific.

Regards Wolfgang

Edited by: Wolfgang Valtin on Jun 16, 2009 2:58 PM

Former Member
0 Kudos

thanks

I have already find it in MARC

anyway thanks for your help that was right

best regards

gabriele

Edited by: Gabriele Montori on Jun 16, 2009 5:02 PM