Skip to Content
0
Former Member
Oct 21, 2008 at 03:37 AM

No messages return from CALL TRANSACTION ABZON

79 Views

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.