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

alv back ground execuion

Former Member
0 Likes
571

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

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

3 REPLIES 3
Read only

Former Member
0 Likes
539

u can create / schedule the BG JOB .

Regards

Prabhu

Read only

Former Member
0 Likes
540

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

Read only

Former Member
0 Likes
539

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