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