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

ALE data compare

Former Member
0 Likes
679

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
Read only

Manohar2u
Active Contributor
0 Likes
653

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

Cheers

Manohar

6 REPLIES 6
Read only

Manohar2u
Active Contributor
0 Likes
654

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

Cheers

Manohar

Read only

Former Member
0 Likes
653

How to compare these tables...???

Read only

Manohar2u
Active Contributor
0 Likes
653

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

Read only

Former Member
0 Likes
653

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..

Read only

Manohar2u
Active Contributor
0 Likes
653

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?

Read only

Former Member
0 Likes
653

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