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

problem with back ground job

former_member498821
Participant
0 Likes
520

Hi ,

i have one report program with section screen . if i execute the selection screen the respective alv  grid will be generated . on top of alv i place one custom button name as 'Background' if i click the button the i want to execute the remaining code in back ground (one BAPI is the in the user commed button Background). 

how proceed for this  .

Thanks ,

Venkat .

Hi ,

i have one report program with section screen . if i execute the selection screen the respective alv  grid will be generated . on top of alv i place one custom button name as 'Background' if i click the button the i want to execute the remaining code in back ground (one BAPI is the in the user commed button Background). 

how proceed for this  .

Thanks ,

Venkat .

3 REPLIES 3
Read only

Former Member
0 Likes
495

Use below function modules:

BP_JOB_CREATE

BP_JOB_MODIFY

BP_JOB_READ

BP_JOB_DELETE

JOB_OPEN

JOB_SUBMIT

JOB_CLOSE

Google more about them you will get a sample code.

Also, you can read F1 help on SUBMIT command to submit the report as a step in a back ground job.

Read only

0 Likes
495

thank you very much .

Read only

RaymondGiuseppi
Active Contributor
0 Likes
495

(FAQ) You could use search tool and read some documentation like Programming with the Background Processing System (BC-CCM-BTC) - Level 3: Node: Scheduling a Job: Full-Control Method. Expanded. Trigger this link to collapse.Scheduling a Job: Full-Control Method and come back if problems arise.

Regards,

Raymond