Application Development and Automation 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: 
Read only

BDC Program is not working in background mode

Former Member
0 Likes
970

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

3 REPLIES 3
Read only

nirajgadre
Active Contributor
0 Likes
601

Hi,

Get the BDC messages into the internal table and check what messages you are getting while running this FB02 BDC in background.

Read only

Former Member
0 Likes
601

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

Read only

Former Member
0 Likes
601

.