<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IDoc Comparison in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061611#M970862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement, such that I have to compare IDocs, generated by 2 different systems for a same input file. How to compare the segments and values of the IDocs in different systems. Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M S DhanaLakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 05:50:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T05:50:38Z</dc:date>
    <item>
      <title>IDoc Comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061611#M970862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement, such that I have to compare IDocs, generated by 2 different systems for a same input file. How to compare the segments and values of the IDocs in different systems. Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M S DhanaLakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061611#M970862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc Comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061612#M970863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check using WE02 or WE05 transactions in both the systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061612#M970863</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-07-10T05:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc Comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061613#M970864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use FM IDOC_READ_COMPLETELY.&lt;/P&gt;&lt;P&gt;Then compare the return table paremeters INT_EDIDD.. for comparing two IDOC segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061613#M970864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc Comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061614#M970865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quicker reply. But i dont want to do it manually, because there are ennumber of IDocs generated.  Its is not possible to check manually.  Is there any other way like RFC Comparison? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M S DhanaLakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 05:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061614#M970865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T05:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc Comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061615#M970866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can create a Y Function module by copying &lt;STRONG&gt;SPI_IDOC_READ&lt;/STRONG&gt; which is remote enabled but its Tables are Commented out !!! Crazy.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then just use this the method COMPARE_TABLES in the class CL_REBF_CRGEN_CMP to compare the segments got from your Y function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this help to solve your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 06:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061615#M970866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T06:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: IDoc Comparison</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061616#M970867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To get information for a IDoc from database we can use FM ''IDOC_READ_COMPLETELY'' then its return parameters can be used for comparison i.e. ''INT_EDIDD''&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'IDOC_READ_COMPLETELY'
       EXPORTING
            DOCUMENT_NUMBER          = DOCNUM
       IMPORTING
            IDOC_CONTROL             = EDIDC
*         number_of_data_records   =
*         number_of_status_records =
       TABLES
*         INT_EDIDS                =
            INT_EDIDD                = INT_EDIDD
*    EXCEPTIONS
*         DOCUMENT_NOT_EXIST       = 1
*         DOCUMENT_NUMBER_INVALID  = 2
*         OTHERS                   = 3
            .
  IF SY-SUBRC &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thiw will surely help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dhanashri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dhanashri Pawar on Jul 10, 2008 12:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 10:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-comparison/m-p/4061616#M970867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T10:17:43Z</dc:date>
    </item>
  </channel>
</rss>

