‎2009 Nov 16 4:26 AM
Hi All,
I hv one bdc program for tcode fb02 which is working fine in foreground mode and data is updated to each screen properly. While running the same program in Background mode data is not updated. Can u seggust the solution.
Regards,
Rahul S
‎2009 Nov 16 4:32 AM
Hi,
Get the BDC messages into the internal table and check what messages you are getting while running this FB02 BDC in background.
‎2009 Nov 16 4:36 AM
Hi ,
Remove the break point in the BDC performs.
put the break point once u complete the BDC.... otherwise execute the BDC in MODE 'E'.. error mode.
regards,
Rama Reddy
Edited by: ram reddy on Nov 16, 2009 5:37 AM
‎2010 Feb 19 4:18 AM