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: 

Background job

Former Member
0 Kudos
86

hi all,

in my table control for transaction XK02,i can able to run in foreground but it is not possible in background.

SO PLEASE TELL ME HOW I ABLE TO DO.

IT'S AURGENT

3 REPLIES 3

Former Member
0 Kudos
54

As far my ABAP experience is concern table control which works in the foreground should also work in the background........I have developed a similar BDC for XK02......Send in your code . let me try and fix your bug.

Former Member
0 Kudos
54

Hi

Are you using any GUI related fun modules like GUI_UPLOAD or DOWNLOAD in the complete program

because these fun modules will not work in the background

If you wants to run the BDC in background you have to keep the file in application server and to use OPEN DATASET concept and to take the data from Application server and to use.

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos
54

Hi PM,

Apart from taking data from application server , you take one more precaution that is when you record the transaction check the checkbox <b>Simulate in Background mode</b>.

This should solve your problem.

Reward points if useful,

Aleem.