2008 Oct 21 4:37 AM
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.
2008 Oct 21 5:04 AM
Hi,
Please check with the functional consultant, there might be some settings to be made, for this transaction.
Thanks & Regards,
Navneeth K.
2008 Oct 21 6:18 AM
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.
2008 Oct 21 5:09 AM
if succus u can write message.
or check any user exit usedin that transcation.