Application Development and Automation 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: 
Read only

How to Find repairs ( through Access key ) done in a ECC 6.0 system

Former Member
0 Kudos
3,395

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.

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Kudos
1,645

You can get the repaired object details from ADIRACCESS table.

Read only

Former Member
0 Kudos
1,645

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

Read only

GauthamV
Active Contributor
0 Kudos
1,645

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.

Read only

Former Member
0 Kudos
1,645

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.

Read only

Former Member
0 Kudos
1,645

use transaction SE95. It'll give you an overview of all changes in your system (translations, modifications, notes ...)

Read only

0 Kudos
1,645

Hi,

Please try SPAU transaction to check the list of modified standard objects.

With Regards,

Rajesh V.