<?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: Recreating Idocs Manually in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712349#M311537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to configure only from which system you are getting the idocs.  Since, you have to fill the control record as per your development system, you need that.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than control record, you can enter the same data from production system idoc to Development system IDOCs manually and then post it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check in WE20 T Code, if the message type is configured in Dev system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 15:03:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T15:03:51Z</dc:date>
    <item>
      <title>Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712341#M311529</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;In R/3 purchase orders are being created in SAP using inbound idocs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In production some line items of the Purchase Orders are having incorrect data, however the idocs are successfully posted.&lt;/P&gt;&lt;P&gt;To recreate the scenario, we would like to recreate the same idocs manually in the development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would greatly appreciate if somebody could give me a step by step guide on how to recreate the idocs manually in development, as I am new to this technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712341#M311529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712342#M311530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use transaction WE19 for testing your IDOCs.&lt;/P&gt;&lt;P&gt;If you have an existing IDOC you can choose this radio button and then manually change the data on the following screen.&lt;/P&gt;&lt;P&gt;Or you can use radio button for Existing type and extension and then manually enter the data on the following screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712342#M311530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712343#M311531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use transaction WE19 (Test tool for IDoc) to create IDoc manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the corresponding message type and populate all segments (EDIDC and EDIDD) same as production IDoc. At the end you can process the inbound IDoc with start inbound button (using standard FM) or inbound function module button (using custom FM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&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>Tue, 07 Nov 2006 14:36:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712343#M311531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712344#M311532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here we go : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   WE19.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712344#M311532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712345#M311533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your PO's are processed from a flat file you can obviously use the same source file for input in development.  I expect this is not the case however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Matt's suggestion of WE19, but set up the ALE configuration to allow sending your message type from production to development.  This will require the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Logical system in production that represents development system. (BD54)&lt;/P&gt;&lt;P&gt;2. Maintain RFC destination pointing to development. (SM59)&lt;/P&gt;&lt;P&gt;3. Maintain tRFC port using RFC destination from 2. (WE21)&lt;/P&gt;&lt;P&gt;4. Maintain distribution model with production LS as source and development LS as destination. (BD64)&lt;/P&gt;&lt;P&gt;5. Maintain partner profile, type LS, for destination logical system. (WE20)&lt;/P&gt;&lt;P&gt;6. Enter existing IDoc in WE19 and maintain necessary fields in control record:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recipient port, partner no, partner type&lt;/P&gt;&lt;P&gt;Sender port, partner no, partner type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the "Standard outbound processing" button to send.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712345#M311533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712346#M311534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everybody for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can we recreate an idoc in development from an existing idoc in production?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712346#M311534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712347#M311535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael. I am a little confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We want to recreate a scenario in development, which is taking place in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario as I described earlier is that PO's are created in R/3 production from inbound IDocs. Some line items in the PO have wrong data, but the IDocs are successfully posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we want to recreate the same scenario in Development. So as suggested by you, do we need to make all the config changes in Production and development?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there any other way to recreate the scenario in development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712347#M311535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712348#M311536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might be easier for you to recreate the IDoc in development manually using WE19, depending on how much data is in the IDoc.  If so, you shouldn't need to do any configuration as I expect the interface exists in development as well.  If you use this method, you can use an existing DEV IDoc to determine how to populate the control record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the IDoc is too large, then you can use my suggestion from above.  This will send the exact IDoc from production down to development.  I forgot, you would need to set up the partner profile in development as well to allow ORDERS to be received from your production logical system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 14:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712348#M311536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T14:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712349#M311537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to configure only from which system you are getting the idocs.  Since, you have to fill the control record as per your development system, you need that.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than control record, you can enter the same data from production system idoc to Development system IDOCs manually and then post it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check in WE20 T Code, if the message type is configured in Dev system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 15:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712349#M311537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712350#M311538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to everyone for answering. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in WE19 should I enter the basic type or an existing IDoc (I assume that what they mean by existing IDoc is we have to write an IDoc number)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the IDoc was posted in production and assume that the interface exists in development also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 03:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712350#M311538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T03:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating Idocs Manually</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712351#M311539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use WE19 simultaneously in PRD and DEV.  In PRD, enter the IDoc number you would like to recreate in DEV.  This will provide a reference.  In DEV, enter the IDoc type.  Click on a segment in both systems and start filling the DEV IDoc.  When you populate the control record, you might want to open up a posted IDoc from DEV to verify the correct values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 15:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recreating-idocs-manually/m-p/1712351#M311539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T15:34:35Z</dc:date>
    </item>
  </channel>
</rss>

