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: 

compare 2 IDOCS for duplicate

Former Member
0 Kudos

Hi,

Please any one can help me to compare 2 IDOCS for duplication (all the data records only).

Thanks in advance.

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

Sandeep,

you can use FM IDOC_READ_COMPLETELY to get both IDoc segments.

Then you can compare the return table paremeters INT_EDIDD.

Amit.

2 REPLIES 2

Former Member
0 Kudos

Hi Sandeep,

Welcome To SDN!!.

Refer the theard

https://forums.sdn.sap.com/click.jspa?searchID=13274282&messageID=2854327

Regards

Kiran Sure

former_member181995
Active Contributor
0 Kudos

Sandeep,

you can use FM IDOC_READ_COMPLETELY to get both IDoc segments.

Then you can compare the return table paremeters INT_EDIDD.

Amit.