‎2008 Oct 01 10:12 AM
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
‎2008 Oct 01 10:16 AM
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.
‎2008 Oct 01 10:30 AM
Hi..
CAn i know the message classes which is used by this BAPI
i.e BAPI_BOM_UPLOAD_SAVE..
regards
Kishore
‎2008 Oct 01 10:33 AM
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