This article answers following queries:
- How to identify whether an ABAP program has been modified recently?
- How to identify the date/time on which an ABAP program was modified?
- How to identify version of an ABAP program?
- Background is not running as expected?
----------------------------------------------------------------------------
Sometimes, there might be scenarios like a background job
is not running as expected. Job owner / functional team may complain to Basis
team that till last week it worked fine but only this week they are facing
performance or any other issues like the job might be taking long time to
complete, job might be getting terminated abruptly, job might be going to hung
status etc.
One of the main reasons for these type of issues, could
be due to recent change/modification done to the underlying ABAP program.
So, how to check if the underlying ABAP program has been
changed/modified recently or not. If modified, when it was changed and through
which transport? This can be checked as shown below:
Goto SE38 transaction code and provide the name of the
ABAP program for which you need to check if there were any recent changes
resulting in this issue.
For example, Iam checking the recent changes made to the
ABAP program : RSRFCCHK
In SE38, after providing program name, navigate to
Utilities -> Version -> Version Management (as shown below):
This will result in following screen, which lists you the
list of versions of the respective ABAP program and the latest active status of
the program and the date on which it was modified.
If you are encountering the job issues exactly from that program modification date/time, then we can suspect these issues are cropping out because of program change and necessary actions can be taken by the ABAP team to fix the performance issues that were noticed.
3 comments:
Very nice article ... liked it very much ... Sanjay
Thanks for sharing good knowledge (Ramesh)
I am very happy to read your articles, it’s very useful for me, and I am completely satisfied with your blog. All comments and articles are very useful and very good ... Spandana
Post a Comment