<?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 Re: Idoc editing! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773221#M646253</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 edit the contents of an existing IDOC using standard transaction WE05. Use WE05 to select the IDOC you wish to edit, expand the Data Records until your segment is visible, double click the segment you wish to edit (not single point and click), this should open the "Display Data Record for IDOC" screen, from the menu select Data Record -&amp;gt; Display -&amp;gt; Change, change the data and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use FM EDI_DOCUMENT_OPEN_FOR_EDIT and EDI_CHANGE_DATA_SEGMENTS to edit the IDoc segment(s) and save the segment changes.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Sep 2007 15:02:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-14T15:02:21Z</dc:date>
    <item>
      <title>Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773220#M646252</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;   How to edit inbound idoc, if possible pls tell me how to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 14:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773220#M646252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773221#M646253</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 edit the contents of an existing IDOC using standard transaction WE05. Use WE05 to select the IDOC you wish to edit, expand the Data Records until your segment is visible, double click the segment you wish to edit (not single point and click), this should open the "Display Data Record for IDOC" screen, from the menu select Data Record -&amp;gt; Display -&amp;gt; Change, change the data and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use FM EDI_DOCUMENT_OPEN_FOR_EDIT and EDI_CHANGE_DATA_SEGMENTS to edit the IDoc segment(s) and save the segment changes.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2007 15:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773221#M646253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-14T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773222#M646254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Whats the use of IDoc editing!  When it is used, when it ill usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thanks, &lt;/P&gt;&lt;P&gt;      Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 17:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773222#M646254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773223#M646255</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;Whats the use of IDoc editing! When it is used, when it ill usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have a problem in production and your sender system can not &lt;/P&gt;&lt;P&gt;resend the IDoc for some reason. You know the problem was due to missing mandatory data in IDoc which cause the IDoc failed when trying to post to SAP application. Therefore, you need to edit manually to enter missing data and reprocess the IDoc as I described above.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 17:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773223#M646255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773224#M646256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ferry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Well, all this things to be taken care in production or in development, if in production by whom pls give details or in development how to do so with same data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Pls explain in brief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Looking for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;   Rahul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 17:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773224#M646256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T17:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773225#M646257</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;Usually, all issue in production handles by EDI team/administrator and in development will be handled by developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, these roles will depend on your company IT organization structure.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 17:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773225#M646257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T17:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Idoc editing!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773226#M646258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just check the below link and some time back one guy had issue with idoc reprocessing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="548724"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 17:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-editing/m-p/2773226#M646258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T17:27:47Z</dc:date>
    </item>
  </channel>
</rss>

