Application Development and Automation 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: 
Read only

Tracking online program (report) execution with variants

Former Member
0 Likes
463

I'm aware of the MONI table and st03 but I cannot find any data with respect to the variant used. I know that this may be found in table TBTCP for batch but I cannot find a counterpart for the online.

I was wondering if anyone knew whether or not SAP tracks transaction execution with which program variant (if any) was used?

Thanks

Don

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
428

you may implement extension S38MREP1 (CMOD) to trace future report executions.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
428

Have you checked system variable SYST-SLSET ? ( May be this can be used for online execution)

But not aware of the used variant get stored any where.

a®

Read only

Sandra_Rossi
Active Contributor
0 Likes
429

you may implement extension S38MREP1 (CMOD) to trace future report executions.