DevOps and System Administration Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

A particular background job function

mohammed-mas
Discoverer
0 Likes
1,015

Hi all,


Could anybody please explain how can i get the details of a particular background job or functionality. I have the background job name and program name i used sm37 sm36, TBTCO & TBTCP but I didn’t find any answer for what is actually the job is performing in system.

Thanks in advance

4 REPLIES 4
Read only

Neeraj_Jain1
Active Contributor
0 Likes
986

Hello mohammed-mas,

The background job is running a program which you have already with you. If you can understand the ABAP language then go to SE38 and enter your program name and click on display button to read the functionality of the program else connect with your ABAP Consultant to understand the program.

Regards,

Neeraj Jain

Best Regards,
Neeraj Jain
Read only

0 Likes
986

thank you mr. Neeraj I appreciate your s

Read only

0 Likes
986

If satisfied please accept the answer.

Best Regards,
Neeraj Jain
Read only

Matt_Fraser
Active Contributor
0 Likes
986

Hello Mohammed,

From SM37, select the job you are interested in and click on Step (or double-click for the details and then click Step). This will give you the program name being executed (possibly more than one if it's a sequence of programs), along with the variant name being used. Select the program name, then click Goto -> Program to see the ABAP code, or Goto -> Variant to see the variant definition. You can also find the program documentation here, if there is any, as well as any spool output the program generated.

Cheers,
Matt