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: 

Function Module to find the Last Execution date of Back ground Job

former_member853013
Participant
0 Kudos

Hi,

Is there any function module to find the <b>last execution date of back ground job</b>.

So that I can transfer the data from SAP to Legacy system based on the document creation date should be in between last execution date and current date.

thanks in advance.

Eswar.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Don't know of a function module, but you should be able to use the information in table TBTCO to get the last start date and time of the job you are interested in.

2 REPLIES 2

Former Member
0 Kudos

Don't know of a function module, but you should be able to use the information in table TBTCO to get the last start date and time of the job you are interested in.

Former Member
0 Kudos

Function module BP_JOBLOG_READ returns the job log information which should contains the date and time of log entry for the batch job.