Application Development 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: 

No messages return from CALL TRANSACTION ABZON

Former Member
0 Kudos

Hi all,

I'm implementing an BDC program for multiple asset txn posting with tcode ABZON. If there's an error during the posting, I can get the detail system messages. However, nothing was returned from it if posting was successful. The sy-subrc is 0 but the messages internal table contains no line. Appreciate if any experts can tell me what I missed. Hereunder is my ABAP code:

call transaction 'ABZON' using xbdcdata mode p_mode update 'S' messages into xbdcmsg.

Thanks a lot in advance.

MH.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Please check with the functional consultant, there might be some settings to be made, for this transaction.

Thanks & Regards,

Navneeth K.

0 Kudos

Hi Navneeth,

Thanks very much!

Would you please give me more information? Like where I can find instruction manuals or SAP note? Thanks again.

Best regards,

MH.

Former Member
0 Kudos

if succus u can write message.

or check any user exit usedin that transcation.