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 table data between 2 systems

Former Member
0 Likes
12,942

Hi All.

I know there is a standard SAP transaction SCMP to compare table between 2 systems. But this uses RFC connection.

Is there any such way or transaction wherein we can upload the data from other system, and then compare?

Anyone faced and solved such requirement before?

Thanks in adv.

Aishi

1 ACCEPTED SOLUTION
Read only

former_member907073
Participant
0 Likes
4,485

FYI

RSTBSERV Compare a contents of a table between clients

5 REPLIES 5
Read only

former_member907073
Participant
0 Likes
4,486

FYI

RSTBSERV Compare a contents of a table between clients

Read only

0 Likes
4,485

I cannot see this program either in 4.6c or in Netweaver 7.0.

Which system does it exist?

Read only

Former Member
0 Likes
4,485

T.code :- OY19

Read only

0 Likes
4,485

Well, I am aware of SCU0, OY19 and SCMP. But they all require RFC connection.

My systems are not physically connected.

I saw 2 programs in 4.6c -> RSKEYS00 and RSTAB00.

But they only show overview of differences, not details. Further SAP has removed these programs in ECC versions.

Any other inputs please?

Read only

0 Likes
4,485

I think that. To compare data of two systems is mandatory one RFC connection or access to databases.

Other inputs? yes.

1.- One program. for example. Download manually tables and this program reads files and compare.

2.- Download tables, open excel and concatenate al fields. Then you can add on the right of both columns with column with value found. Then you make vlookup from tableSystemA to tableSystemB and tableSystemB to tableSystemaA.