Wednesday, January 21, 2015

ABAP Tip SEARCH FOR IMG change log IN request





Chapter 001
SEARCH FOR IMG change log IN request
Source : http://abapjoy.blogspot.com




When we meet the unexpected error situation or sap process is changed, there is need to check when and who change the IMG setting.

You can also see the all change logs of IMG in t-code:SPRO.
Like below screen, with SPRO : MENU -> Goto -> Change Log, all logs will be displayed by date.
But, this function includes all IMG activity and its difficult to identify the img log you want.


There is useful way to check the individual IMG log by using t-code:SE03. Surely, you can display all changes in Request with SE03.

For example, if you want to search the change log of condition type in SD module, just follow the next steps.

1. put the cursor on the IMG line and select the MENU : Edit->Display IMG Activity.
copy the IMG Activity.


2. Execute T-CODE:SE03, and double click Search for Objects in Requests/Tasks button.

Check the check for for Also Search for Subobjects (not for generic entry)
Input the name you copied before in  IMG Activity filed.


All change logs will be displayed



No comments:

Post a Comment