‎2008 Nov 20 8:21 AM
Hi All,
I am doing a bdc program inside RFC-FM.in which i need to do a posting in FI and return the document number via the export parameter of the RFC-FM.when the function module is tested in
foreground its giving me the document number via the success message but while testing in background mode the document number is not captured.I think there is some problem withe message capturing in background mode.
can anybody advice.....
Regards,
Prajith
‎2008 Nov 20 8:26 AM
Hi
I do not think so it is due to Background.
Sometimes if the BDC recording is not done properly, it will not work in MODE 'N'. it will work only in MODE 'A'.
I would suggest to take the code inside the RFC and place it in a ZREPORT and check.
If the problem still exists, than i suggest to do re-recording of the transaction
Regards
Madhan D
‎2008 Nov 20 8:32 AM
Hi..
Check whether document is getting created or not....if not the use the options Statement with call transaction and pass commit as 'X' with mode and update values...