<?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 how does subroutine EDI_PROCESSING sending idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940373#M1693091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert, &lt;/P&gt;&lt;P&gt;as we know:&lt;/P&gt;&lt;P&gt;1.we can use FM master_idoc_distribute to send idoc.&lt;/P&gt;&lt;P&gt;2.we also can use output type to configurate sending idoc automatically. we will use program RSNASTED and routine EDI_PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is: i want to know in way 2, how does system send idoc? i debug the program, but can't find the exact statement for sending idoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 00:48:46 GMT</pubDate>
    <dc:creator>Aiolos</dc:creator>
    <dc:date>2012-08-23T00:48:46Z</dc:date>
    <item>
      <title>how does subroutine EDI_PROCESSING sending idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940373#M1693091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert, &lt;/P&gt;&lt;P&gt;as we know:&lt;/P&gt;&lt;P&gt;1.we can use FM master_idoc_distribute to send idoc.&lt;/P&gt;&lt;P&gt;2.we also can use output type to configurate sending idoc automatically. we will use program RSNASTED and routine EDI_PROCESSING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is: i want to know in way 2, how does system send idoc? i debug the program, but can't find the exact statement for sending idoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 00:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940373#M1693091</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2012-08-23T00:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: how does subroutine EDI_PROCESSING sending idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940374#M1693092</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;When you use output determination (way 2) then be sure the dispatch time is set to 1 (Send with batch job) and not to 4 (Send wen saving application). When set to 4 the output is processed in update mode and a little bit more complicated to debug. When set to 1 you can procees the output by executing program RSNAST00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IDOC processing function that will be called can be found in the partner profile transaction WE20. In outbound parameters for your communication partner and message type. Then go to tab message control. Double click the outbound process code and you find the IDOC processing function module that will be called. You can set a breakpoint in here before executing RSNAST00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940374#M1693092</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2012-08-23T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: how does subroutine EDI_PROCESSING sending idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940375#M1693093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i am using 4 (Send wen saving application).&lt;/P&gt;&lt;P&gt;2.IDOC processing function module is only used to prepare data, i want to know the exact statement which generates idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 08:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940375#M1693093</guid>
      <dc:creator>Aiolos</dc:creator>
      <dc:date>2012-08-23T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: how does subroutine EDI_PROCESSING sending idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940376#M1693094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM COMM_IDOC_CREATE creates comminication IDOC incase of ALE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 11:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-does-subroutine-edi-processing-sending-idoc/m-p/8940376#M1693094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-23T11:58:14Z</dc:date>
    </item>
  </channel>
</rss>

