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 2 IDOCS for duplicate

Former Member
0 Likes
1,410

Hi,

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

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
893

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

Former Member
0 Likes
893

Hi Sandeep,

Welcome To SDN!!.

Refer the theard

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

Regards

Kiran Sure

Read only

Former Member
0 Likes
894

Sandeep,

you can use FM IDOC_READ_COMPLETELY to get both IDoc segments.

Then you can compare the return table paremeters INT_EDIDD.

Amit.