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

ERROR message while posting SHIPMENT order

former_member190312
Active Participant
0 Likes
463

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
416

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

3 REPLIES 3
Read only

Former Member
0 Likes
417

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

Read only

Former Member
0 Likes
416

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

Read only

0 Likes
416

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