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

Capturing program name and varaint in batch mode

Former Member
0 Likes
505

Is it possible to catch the program varaint used by a program when running in batch mode. So when the scheduled job runs can we capture the variant or the job name?

The real requirement is to exnted V.21 to capture the job name and variant with any processed billing runs.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
467

Variant is in SY-SLSET, job name can be obtained with function GET_JOB_RUNTIME_INFO.

Thomas

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
468

Variant is in SY-SLSET, job name can be obtained with function GET_JOB_RUNTIME_INFO.

Thomas