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

Compare Tables

Former Member
0 Likes
1,996

Hi,

How to compare the same table table between two different clients?

Hi,

How to compare the same table table between two different clients?

8 REPLIES 8
Read only

Former Member
0 Likes
1,825

The table definition will be the same in both the clients. Only the underlying data changes in the two clients.

reward if it helps..

Thanks

krishna

Read only

Former Member
0 Likes
1,825

Hi,

In sap that u can't do, if u want to compare anyhow then just download to excel then compare.

any how in the two clients the structure is same for the tables but records are vary.

seshu.

Read only

Former Member
0 Likes
1,825

Hi Sourav,

Try logging into the underlying database. There look for the table you want to compare the data. Data belonging to all the clients can be viewed from this DB table. From here you can compare each and every clients data.

Reward if helpful.

Read only

Former Member
0 Likes
1,825

Hi

Try transaction... SCMP

Regards,

Arun

Read only

Former Member
0 Likes
1,825

hi

good

Try the FM

CATSXT_COMPARE_STRUCTURES

CTVB_COMPARE_TABLES

thanks

mrutyun^

Read only

Former Member
0 Likes
1,825

The table definition will be the same in both the clients... so only data in the table across the 2 clients can be compared.

For comparing data in a custom across 2 clients,

Try OY19.

This works for Complete Table comparison or with a Full Key specified comparison only. If we try to compare using Partial key specification, it does not work. Also We cannot specify ranges or multiple key values in this transaction for comparison.

if OY19 does not suit your requirement try transaction SCMP.

Hope this helps.

Reward points for all helpful answers.

Thanks,

Balaji

Read only

0 Likes
1,825

Thanks Balaji & Arun for information

Read only

Former Member
0 Likes
1,825

Hi Friend,

You can compare the same table in two different clients by comparing the versions.

GOTO -- Utilities -


Version -


Version Management------Remote comparison then see the client.

This way you can compare the same table between two clients.

Regards,

MD ZIAUDDIN.