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

Comparison between clients

Former Member
0 Likes
602

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

4 REPLIES 4
Read only

uwe_schieferstein
Active Contributor
0 Likes
570

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

Read only

Peranandam
Contributor
0 Likes
570

Go to corressponding program and go to version management and do remote comparision between two clients.

Peranandam

Read only

0 Likes
570

goto version management and do the remote comparision. it will give the information that you need.

Rgds,

Kiran

Read only

Former Member
0 Likes
570

Self answered