cancel
Showing results for 
Search instead for 
Did you mean: 

Data load performance statistics on package level

Former Member
0 Kudos

Hello,

table RSMONIPTAB shows me the data packages which belong to a specific request.

Unfortunately in this table there is only timestamp information. Is there a possibility

to calculate how many seconds each data package required for processing?

Or can I join some other table e.g. via column MESS_ID which provides information

about how long the processing required?

Regards,

Mark

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

we can check job log of that particular back ground job and no of data packets it processed and time taken to complete this job

data packets processing time may vary for each data load depending upon ABAP code that exists in transfer/update routines and start routines

-DU