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: 

ABAP : Copy and Execute Background Job

Former Member
0 Kudos

Dear Master,

     Is it possible to copy background job ( in SM37 ) and execute it from abap command ?? If it possible could you give pointer ??

Thank you very much

1 ACCEPTED SOLUTION

ipravir
Active Contributor
0 Kudos

hi Funata,

May be below link can help you to complete your requirement.

This blog is made by me to execute a program in background and get the background information in ALV grid display.

Regards.

Praveer.

5 REPLIES 5

ipravir
Active Contributor
0 Kudos

hi Funata,

May be below link can help you to complete your requirement.

This blog is made by me to execute a program in background and get the background information in ALV grid display.

Regards.

Praveer.

Former Member
0 Kudos

FM BP_JOB_COPY

Former Member
0 Kudos

and BTW is it also possible to check if a specific background job is running. I do not want to cause locking.

0 Kudos

try this FM....BP_JOBLIST_STATUS_GET

you can find all job related FM in se37 by giving BP_job*

Hope it helps

0 Kudos

Hi,

Use FM BP_JOB_SELECT. In this, while you pass JOBSEL_PARAM_IN, mention job name and provide 'X' for Running, Aborted, schedul etc., to get all the status.