‎2006 Sep 11 8:36 AM
Hi all,
i have developed one program which can create a shipment order using BAPI_SHIPMENT_CREATE.After uploading, i have passed all the data to this FM.
in my return parameter, i am getting only error message number & type of message but message is blank.so it is very difficult to know what is the actual error.
my error is like below
message type -warning
message no.-000
message- (it is blank)
i am getting 3 error message numbers. all are 000.so how could i solve this error.plz suggest.
Regards
pabitra
‎2006 Sep 11 8:40 AM
what is the message class u are getting ? unable Find out the search in that BAPI from where its throughing the error log.
Regards
Prabhu
‎2006 Sep 11 8:40 AM
what is the message class u are getting ? unable Find out the search in that BAPI from where its throughing the error log.
Regards
Prabhu
‎2006 Sep 11 9:06 AM
Hello Pabitra,
Get the Message Id and Message Number. Might be those messages would not be translated to the Language in which u logged on. So with that Information go to SE91 and see the message in the Original Language.
Probally u can trap the error.
If useful reward.
Vasanth
‎2006 Sep 11 9:48 AM
Hi vasanth,
Thanks for ur help. but i am getting only message no & type of message.message ID is also blank.i tried to find this message by debugging but can not succeed.
type of message--warning
message no--000
so, how to find this message.plz suggest.
Regards
pabitra