2010 Mar 17 5:05 AM
Hi Experts,
I have to find the Repairs done in my SAP ECC 6.0 system. I want to find out the repairs which was done my some developer using the access key and also want to segregate the ones which were done through the OSS notes and support packages. Is there any table or report i can use in the sytem to view this details. Please let know at the earliest.
Thanks,
Murali.
2010 Mar 17 5:10 AM
You can get the repaired object details from ADIRACCESS table.
2010 Mar 17 5:19 AM
Hi Gautham,
Thanks a lot for your immediate response. Is there any table or report stating who had done this changes( user ID). Sometimes. The change could have been done through OSS notes or support package. So i want to differentiate the repairs done by SAP and the ABAP user.
Thanks,
Murali
Edited by: murali krishnan Rajendran on Mar 17, 2010 6:19 AM
2010 Mar 17 5:24 AM
You can take the object name from ADIRACCESS table and use
TRDIR view - fields UDAT,UNAM to get the user who made the last changes.
2010 Mar 17 5:57 AM
Use table E070 & E071 to find repair objects. Follow the steps:
1. In selection screen of table E070, select u201CRu201D in field TRFUNCTION & enter all user who have repair authorizations in field AS4USER. This query outputs list of all repair transports. Copy all the transport in a text file.
2. In selection screen of table E071, import the text file from step 1 in field TRKORR. This will provide list of all repair objects.
Hope this helps.
Regards,
Anish Gala.
2010 Mar 17 10:08 AM
use transaction SE95. It'll give you an overview of all changes in your system (translations, modifications, notes ...)
2010 Mar 24 11:22 AM
Hi,
Please try SPAU transaction to check the list of modified standard objects.
With Regards,
Rajesh V.