Application Development 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: 

ALE data compare

Former Member
0 Kudos

ALE is set up between local and global box to send Employee data.

Users found out some discrepancies between the data and now we want to verify data between these 2 systems is in sync….

Any suggestion how to address above task…

1 ACCEPTED SOLUTION

Manohar2u
Active Contributor
0 Kudos

Only way is by comparing PA0000, PA0001 ..... tables, then look at the global system's HRMD* idoc types..

Cheers

Manohar

6 REPLIES 6

Manohar2u
Active Contributor
0 Kudos

Only way is by comparing PA0000, PA0001 ..... tables, then look at the global system's HRMD* idoc types..

Cheers

Manohar

Former Member
0 Kudos

How to compare these tables...???

Manohar2u
Active Contributor
0 Kudos

User scmp tcode to compare if you have valid RFC connections to your target systems.

Former Member
0 Kudos

Thanks for suggestions...

Now challenge is...one system is global and another local.

Global is data source...so we will like to compare data from Global to local..

From Global data, we just want to compare local data...

Example: global is having World Wide employee data and we will like to compare only US employee data..

How to do that..

Manohar2u
Active Contributor
0 Kudos

You can run this tcode with selection conditions from either global system or local system...bit hectic...why wont you run PFAL tcode and do a mass send for all employees with all infotypes?

Former Member
0 Kudos

No...PFAL...we can not use…Sorry!!!

We just want to find out data discrepancies for US active employees..

Now for SCMP tcode …challenge is ...

For IT0002...how to restrict to only active US employees..

Any suggestions