<?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 creation for IDOC processing... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620297#M1088407</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 which enhancement i'll find this exit.. 'EXIT_SAPLV56K_002'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 05:14:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T05:14:01Z</dc:date>
    <item>
      <title>Function module creation for IDOC processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620293#M1088403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Experts,&lt;/P&gt;&lt;P&gt;             i want to create a function module for idoc processing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message type: zashpmnt&lt;/P&gt;&lt;P&gt;idoc type : shpmnt05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tell me which standard FM is used... and tell me what changes i want to do in it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnx in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 11:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620293#M1088403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T11:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation for IDOC processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620294#M1088404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have your idoc created and want to distribute it use FM &lt;STRONG&gt;MASTER_IDOC_DISTRIBUTE&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 11:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620294#M1088404</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-10-15T11:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation for IDOC processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620295#M1088405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it inbound Idoc..?  if so you can use the Function &lt;STRONG&gt;IDOC_INPUT_SHPMNT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 11:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620295#M1088405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T11:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation for IDOC processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620296#M1088406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         If you are trying to process an Outbound IDoc for the SHIPMNT05 IDoc Type with an Extension, you can use the IDOC_OUTPUT_SHPMNT Function Module which is assigned to SHPM Process Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       In Addition, since you have an IDoc Extension, you are required to populate the Custom Segment / Fields. For this, there is a Customer Function / Exit called EXIT_SAPLV56K_002 which you can use it for adding your Custom Segments to the IDoc ZSHPMNT05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       If you are writing code in this exit, make sure to create a Project in CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Also, ensure that you've made the assignment in WE82 with the Message Type , IDoc Type &amp;amp; the Extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       For Inbound, if you would like to Create a Custom Function Module, you can follow the Naming Convention Z_IDOC_INPUT_SHPMNT for which you are required follow the below Steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Register the FM as Inbound FM in BD51 T-Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Assign the FM to IDoc Type &amp;amp; Extension in WE57.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. You'll need to Create a Custom Process Code in WE42 in which you are required to make add your FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Maintain Partner Profiles in WE20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Have the Process Code Migrated to the Testing Environment as creation of Custom Process Code is a Customizing Activity and it requires a Customizing Request to be created / Migrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Define the Parameters as defined in the Standard Inbound Function Modules such as IDOC_INPUT_ORDERS , IDOC_INPUT_DELVRY etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 15:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620296#M1088406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T15:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation for IDOC processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620297#M1088407</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 which enhancement i'll find this exit.. 'EXIT_SAPLV56K_002'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 05:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620297#M1088407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T05:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function module creation for IDOC processing...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620298#M1088408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         You can find the Exit 'EXIT_SAPLV56K_002' in the Enhancement V56K0001. Create a Project for the same in CMOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Venkat Phani Prasad Konduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 05:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-creation-for-idoc-processing/m-p/4620298#M1088408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T05:53:30Z</dc:date>
    </item>
  </channel>
</rss>

