‎2009 Jun 08 5:52 AM
Dear Gurus,
I have a PRD client and a DEV CLIENT.Now we have seen some inconsistencies between the clients in ABAP objects.
We need to compare the ABAP objects of PRD with DEV.
to know the list of ABAP objects which are not available in Dev but they are available in PRD.
Please guide how to explore the above mentioned.
Regards
‎2009 Jun 08 6:23 AM
Hello
You could compare the TADIR entries on both system with the following restrictions:
PGMID = 'R3TR' " check only for complete objects
OBJECT = '*' " restrict if you know where you expect discrepancies
OBJ_NAME = 'Z*', 'Y*' and perhaps '/<your name space>/*'All entries you find on PRD but not on DEV are your candidates.
Regards
Uwe
‎2009 Jun 12 2:33 AM
Go to corressponding program and go to version management and do remote comparision between two clients.
Peranandam
‎2009 Jun 12 4:03 AM
goto version management and do the remote comparision. it will give the information that you need.
Rgds,
Kiran
‎2011 Feb 25 10:28 AM