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

retrieving the possible errors from bom bapi

Former Member
0 Likes
748

Hi..

I am doing the scenario for creating the MBOM in SAP through XI, actually the data is coming from windchill and while uploading the BOM structure successully i am getting the success message as a response but during failures i am getting the code with 3 digit numbers,

For creation of material master BAPI_MATERIAL_SAVEDATA

I can explore it by going to Tcode se91 which is a messag class and from ther i can see the error messages from MM and M3,MG etc..

Like this i need the list of errors for the BAPI_BOM_UPLOAD_SAVE..

regards

Kishore

3 REPLIES 3
Read only

Former Member
0 Likes
708

Hi

U have to pull the values from ES_RETURN structure in the BAPI..

U have to pass internal table to the structure..then loop it and display them using write statement.

Regards,

VIshwa.

Read only

0 Likes
708

Hi..

CAn i know the message classes which is used by this BAPI

i.e BAPI_BOM_UPLOAD_SAVE..

regards

Kishore

Read only

0 Likes
708

Hi

I think W_ is one Message Class that is used.. I am still checking however.

I think this is the class used.. the messages in the class indicate towards an FM.

Ok.Now its confirm.. this is the message class used: W_.

Also B1 is used.

Regards,

Vishwa.

Edited by: vishwa sri hari on Oct 1, 2008 11:35 AM

Edited by: vishwa sri hari on Oct 1, 2008 11:37 AM

Edited by: vishwa sri hari on Oct 1, 2008 11:39 AM