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

Bapi return message for BAPI_OUTB_DELIVERY_CONFIRM_DEC

0 Likes
706

Dear All,

I am using this bapi - BAPI_OUTB_DELIVERY_CONFIRM_DEC. It works fine but hitch is Bapi returns only message type , message ID when there is a error. It PGI completed without errors the Bapi returns NO MESSAGES AT ALL..

Could you please guide me how to catch detailed messages. Further I checked in FM and found that BAPIRET2 has been used in FM. Therefore I am using the same structure as internal table to catch message.

Thanks in advance.

Cheers

Chandra

Dear All,

I am using this bapi - BAPI_OUTB_DELIVERY_CONFIRM_DEC. It works fine but hitch is Bapi returns only message type , message ID when there is a error. It PGI completed without errors the Bapi returns NO MESSAGES AT ALL..

Could you please guide me how to catch detailed messages. Further I checked in FM and found that BAPIRET2 has been used in FM. Therefore I am using the same structure as internal table to catch message.

Thanks in advance.

Cheers

Chandra

3 REPLIES 3
Read only

Former Member
0 Likes
587

If there is no Errors then whats ur Problem ?

Regards

Prabhu

Read only

Former Member
0 Likes
587

hi

good

go through this link,this ll give you idea to catch the error in bapi,

https://weblogs.sdn.sap.com/pub/wlg/3795 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

thanks

mrutyun^

Read only

Former Member
0 Likes
587

Hi,

If the return messages in BAPIRETURN is not helpful, check if there is any standard documentation for the BAPI.

They would have defined all the erros and what could be the cause of that error.

Regards

Subramanian