2007 May 03 6:27 AM
Hi,
I want to run ALV in back ground.
I have two check boxes in selection screen.
One is for back griund execution and another is for direct execution.
There will be data base updation if i run in back groud or direct execution.
So how can i run program in back ground if click the check box.
Rgds,
Sunil.K
2007 May 03 6:32 AM
use JOB_OPEN ,
JOB_SUBMIT " pass program name and variant with checkbox checked
and JOB_CLOSE FMs
but in background you can use only LIST_DISPLAY but not GRID_DISPLAY
2007 May 03 6:30 AM
2007 May 03 6:32 AM
use JOB_OPEN ,
JOB_SUBMIT " pass program name and variant with checkbox checked
and JOB_CLOSE FMs
but in background you can use only LIST_DISPLAY but not GRID_DISPLAY
2007 May 03 6:39 AM
When you are running the program in background, the default value of the checkbox should be X or you should create a varaint by clicking the checkbox. Then you need to schedule a background job with that variant. Database updation will happoen even if you schedule it in background.
I hope it solves your problem, if not please revert.
Best Regards,
Vibha
*Please mark all the helpful answers