<?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: functiopn module associated with basic type of idoc without process code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899488#M935780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi execute WE19 t.code,&lt;/P&gt;&lt;P&gt;provide basic idoc type, execute, &lt;/P&gt;&lt;P&gt;select on inbound function module, &lt;/P&gt;&lt;P&gt;press F4 help( u will get list of possible function module entries for corresponding basic idoc type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward pts if it helps....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 May 2008 10:37:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-28T10:37:36Z</dc:date>
    <item>
      <title>functiopn module associated with basic type of idoc without process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899485#M935777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i know the function module assciated with basic type of idoc if i do not know the process code for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 09:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899485#M935777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T09:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: functiopn module associated with basic type of idoc without process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899486#M935778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;link between message type, idoc type and function module is maintained with transaction WE57&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you find it more convenient, you can do an SE16 based on table EDIFCT and specify the idoc type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 09:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899486#M935778</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2008-05-28T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: functiopn module associated with basic type of idoc without process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899487#M935779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;download.oracle.com/docs/cd/B10464_05/integrate.904/b10299/intro.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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                  = wa_edidc&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        communication_idoc_control           = it_edidc&lt;/P&gt;&lt;P&gt;        master_idoc_data                     = it_edidd&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ERROR_IN_IDOC_CONTROL                = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ERROR_WRITING_IDOC_STATUS            = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ERROR_IN_IDOC_DATA                   = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SENDING_LOGICAL_SYSTEM_UNKNOWN       = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                               = 5&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ENDIF.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this will help u&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sindhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 09:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899487#M935779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T09:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: functiopn module associated with basic type of idoc without process code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899488#M935780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi execute WE19 t.code,&lt;/P&gt;&lt;P&gt;provide basic idoc type, execute, &lt;/P&gt;&lt;P&gt;select on inbound function module, &lt;/P&gt;&lt;P&gt;press F4 help( u will get list of possible function module entries for corresponding basic idoc type).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward pts if it helps....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2008 10:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functiopn-module-associated-with-basic-type-of-idoc-without-process-code/m-p/3899488#M935780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-28T10:37:36Z</dc:date>
    </item>
  </channel>
</rss>

