2007 Jul 18 10:27 AM
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
2007 Jul 18 10:42 AM
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.
2007 Jul 18 10:49 AM
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
2007 Jul 19 4:38 AM
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.