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: 

Step Count for job while it is running

Former Member
0 Kudos

Is there any function modules or programs in ABAP that returns the step count of the job while the job is running? My requirement is something wherein when the job is executing:

If step count = '1'.

do <Activity1>.

If step count = '2'.

do <Activity2>.

Please advice.

Thanks,

Ashwini

1 ACCEPTED SOLUTION

ThomasZloch
Active Contributor
0 Kudos

Try calling GET_JOB_RUNTIME_INFO, this returns STEPCOUNT, among other things.

Thomas

1 REPLY 1

ThomasZloch
Active Contributor
0 Kudos

Try calling GET_JOB_RUNTIME_INFO, this returns STEPCOUNT, among other things.

Thomas