<?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: Function Module to create Outbound IDoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180265#M999178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Refer these:&lt;/P&gt;&lt;P&gt;There are two main reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make sure you call COMMIT WORK after the MASTER_IDOC_DISTRIBUTE&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/78/21783151ce11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/78/21783151ce11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The rest of the setting of the ALE IDoc might not have been done &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/78/2177c951ce11d189570000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/78/2177c951ce11d189570000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Area Menu WEDI and do the rest of the settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE Quick Start guide and ALE Programming Guides for your reference&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recent discussion which could be helpful,&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="260894"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2008 05:01:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-25T05:01:32Z</dc:date>
    <item>
      <title>Function Module to create Outbound IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180263#M999176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a segment (ZSEGPRO), basic type (ZIDOCPRO) and message type (ZMSGPRO) to create a custom IDoc. Now I have to write a Function Module to create Outbound IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know &lt;STRONG&gt;what will be in Import, Export, Changing, Tables, Exceptions and Source code of that function module&lt;/STRONG&gt;. The fields used in the segment ZSEGPRO is given below:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Fld NameSource Data Elmn	Description&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRODUCT MARA MATNR	Material number&lt;/P&gt;&lt;P&gt;TEXT	MAKT	MAKTX	Material description&lt;/P&gt;&lt;P&gt;PRN	MARA	YYBCEZNDR	Print Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional information:&lt;/STRONG&gt; Export parameter will be BAPIRETURN for holding error message(if any).&lt;/P&gt;&lt;P&gt;These Function Module need not require to be RFC enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 04:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180263#M999176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T04:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to create Outbound IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180264#M999177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MASTER_IDOC_DISTRIBUTE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 04:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180264#M999177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T04:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to create Outbound IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180265#M999178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Refer these:&lt;/P&gt;&lt;P&gt;There are two main reasons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make sure you call COMMIT WORK after the MASTER_IDOC_DISTRIBUTE&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/78/21783151ce11d189570000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/78/21783151ce11d189570000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The rest of the setting of the ALE IDoc might not have been done &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/78/2177c951ce11d189570000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/78/2177c951ce11d189570000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the Area Menu WEDI and do the rest of the settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALE Quick Start guide and ALE Programming Guides for your reference&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recent discussion which could be helpful,&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="260894"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 05:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180265#M999178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T05:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to create Outbound IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180266#M999179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fill the data record with the it_data and control with the control cocument no..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    master_idoc_control                  = it_control&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    communication_idoc_control      = it_result&lt;/P&gt;&lt;P&gt;    master_idoc_data                     = it_data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 14:53:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180266#M999179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-26T14:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to create Outbound IDoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180267#M999180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 13:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-create-outbound-idoc/m-p/4180267#M999180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T13:19:13Z</dc:date>
    </item>
  </channel>
</rss>

