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: 

Download the joblog

Former Member
0 Kudos

Hi Experts,

I have one scenario like we need to develop one program for display the Job log.

For example if we run the Job in background after completion of the job, if we want to see the job log, we have to go SE37  give the job name Click on the button (JOBLOG).

It display the Job log in table format.

Our Scenario is.

We need to develop the program for display the job log for particular job.

For example if give the job name as input then it display the job log.

Please help on the same.

Thanks and regards,

Amjad Hussain,

2 REPLIES 2

varma_narayana
Active Contributor
0 Kudos

Hi.

in SHDB , Create a Recording for the SM37 Tcode and map this with BDC in a program

<b>Reward if Helpful.</b>

Former Member
0 Kudos

Hi,

You can use the FM 'BP_JOBLOG_READ' passing the client, jobcount, joblogid and jobname. The jobcount and joblogid can be obtained from the TBTCO table for the date/time of the job execution.

The log content is then returned back in the tables parameter 'joblogtbl'.

Sri