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 not working in background

Former Member
0 Likes
791

i have made the BDC for Material Master

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

any clues.

abhishek suppal

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
Read only

Former Member
0 Likes
716

Hello,

What type of error u r getting.

Regards,

Vasanth

Read only

0 Likes
716

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

Read only

Former Member
0 Likes
716

Hi,

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

Rgds,

Read only

Former Member
0 Likes
716

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

Read only

Former Member
0 Likes
716

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

Read only

Former Member
0 Likes
716

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