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

Urgent: Interface between two systems

Former Member
0 Likes
467

Hello All,

If i have two systems X and Y and i know there is data transfer happening between them then how can i know what all data is getting transfered... Is it possible me to check what all fields getting trasfered? What is the data getting transfered...

Thanks,

Devasing,

3 REPLIES 3
Read only

Former Member
0 Likes
442

Hello Devaraj

Some tips:

1. Check the background jobs... Check FILE transaction to check the various logical and physical paths.. from the programs using these names you will get the file structure and what data is getting transferred

2. Check transaction SALE, check the Model Views - Basically check the ALE config ... from the message types/Idoc types you will know the dat that is transported

Hope this helps...

Regards,

Arun

Read only

varma_narayana
Active Contributor
0 Likes
442

Hi Devaraj..

We can find this info. in case of ALE / IDOCs as interfaces.

Tcode WE05 will display all the IDOCs which are transferred to a Particular system.

REWARD IF HELPFUL.

Read only

Former Member
0 Likes
442

hi devaraj,

What technique are u using to intergrate system X with Y?