Application Development 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: 

BDC not working in background

Former Member
0 Kudos

i have made the BDC for Material Master

it is working fine Foreground, but not working in background.

any clues.

abhishek suppal

6 REPLIES 6

Former Member
0 Kudos

Hello,

What type of error u r getting.

Regards,

Vasanth

0 Kudos

just try to run it mode 'E' and see what is error....

Former Member
0 Kudos

Hi,

Post the error you get when you run the BDC in back ground mode,

Rgds,

Former Member
0 Kudos

Hi Abhishek,

Are you getting any information messages in the status bar while executing your BDC in the foreground, if so you will have to take care that there is no messages appearing or else your BDC will not work in the back ground mode.

Regards,

sangram

SAP Consultant

Former Member
0 Kudos

Hi Abhishek,

If u r using 'GUI_UPLOAD' or 'UPLOAD' function then use OPEN DATASET ... FOR INPUT statement.

It will work.

If u got answer then give points.

-Umesh

Former Member
0 Kudos

hi abhishek,

I assume that you checked the program in foreground and its working fine and the same data is failing in the backgroud mode.

In this case you run the program once more in the foreground mode and check if u are getting messages in the status bar (Not the warning/error messages related to the data - there will be few information messages like a particular field is not found in the screen ).those cases the program will fail in the background. so findout the those fields and screen and comment the bdc code written for populating the data to those fields in that particular screen. Then it will work fine.

please check this out.

rgds,

dinu