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: 

Number of successful jobs in RSMO

rashmi_11
Explorer
0 Kudos

Hello Experts,

I am trying to find the total successful job count from t-code RSMO through an ABAP program. Could anyone please help to find any FM or table or any method using which I can resolve my issue?

Below is a screenshot from RSMO for reference. (I need the count 3760)

Thanks in advance!

1 REPLY 1

TammyPowlas
Active Contributor
0 Kudos

Why not just query the 2 tables the program uses? rsseldone, rsreqdone - you can use SQ01

The program is using these function modules

INCLUDE LRSM3U01. "RSSM_MONITOR_DETAIL INCLUDE LRSM3U02. "RSSM_MONITOR_TREE INCLUDE LRSM3U03. "RSSM_MONITOR_TRANSACTION INCLUDE LRSM3U04. "RSSM_GET_REQUEST_LIST INCLUDE LRSM3U05. "RSSM_GET_REQUEST_ATTRIBUTES INCLUDE LRSM3U06. "RSSM_GET_REQUEST_STATUS INCLUDE LRSM3U07. "RSSM_INBOUND_OUTBOUND_REQUESTS