<?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 not allowed: IDOC_INPUT_DELVRY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833656#M1130840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that but it still shows DESADV even for outbound..here's the setup in partner profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound&lt;/P&gt;&lt;P&gt;Partner function: LS&lt;/P&gt;&lt;P&gt;Message Type: DESADV&lt;/P&gt;&lt;P&gt;Process Code: DELV&lt;/P&gt;&lt;P&gt;Function module: IDOC_OUTPUT_DELVRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound&lt;/P&gt;&lt;P&gt;Partner function: LS&lt;/P&gt;&lt;P&gt;Message Type: SHPCON (Delivery (SHPCON + WHSCON with DELVRY01))  &lt;STRONG&gt;Do I need to creat a profile for WHSCON? What does the + WHSCON mean?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Process Code: DELV&lt;/P&gt;&lt;P&gt;Function Module: IDOC_INPUT_DELVRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at the IDOC control record for the inbound it still has the DESADV.  I had it set to this before but changed it to SHPCON....Do I need to do something buffer wise or reset something??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the Outbound from DESADV to SHPORD and get nothing back now...&lt;/P&gt;&lt;P&gt;Partner function: LS&lt;/P&gt;&lt;P&gt;Message Type: SHPORD&lt;/P&gt;&lt;P&gt;Process Code: DELV (Delivery DELVRY01: DESADV/CARNOT/WHSORD/SHPORD)&lt;/P&gt;&lt;P&gt;Function module: IDOC_OUTPUT_DELVRY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 17:17:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-03T17:17:42Z</dc:date>
    <item>
      <title>Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833648#M1130832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I changed my inbound parameters via WE20 from ( message type -&amp;gt; process code -&amp;gt; function module)DESADV -&amp;gt;DELS-&amp;gt;IDOC_INPUT_DESADV &lt;STRONG&gt;TO&lt;/STRONG&gt; DESADV -&amp;gt;DELV-&amp;gt; IDOC_INPUT_DELVRY&lt;/P&gt;&lt;P&gt;When I have inbound deliveries, I get the error 51, Function module not allowed: IDOC_INPUT_DELVRY, with steps on how to correct it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module not allowed: IDOC_INPUT_DELVRY&lt;/P&gt;&lt;P&gt;Message no. B1 252&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The function module IDOC_INPUT_DELVRY and the application object type which were determined are not valid for this IDoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;1. Please check that the process code in the inbound partner profile is correct. WE20&lt;/P&gt;&lt;P&gt;2. If this is the case, you should check the ALE inbound methods ALE inbound methods for the process code and see whether the specified function module and application object type are correct. BD67&lt;/P&gt;&lt;P&gt;3. If this is also the case, then the function module and the application object type are not permitted for the logical message type, message variant, message function and basis type that are contained in the IDoc control record. You should check whether the correct values have been assigned to these fields in the control record. If they do have the correct values, then the assignment to the function module and the application object type needs to be maintained. WE57&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried all 3 and everything seems okay... am I missing something else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 14:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833648#M1130832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833649#M1130833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you look at the code in the FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

* check basis idoc type
  READ TABLE IDOC_CONTRL INDEX 1.
  IF IDOC_CONTRL-IDOCTP NP 'DELVRY*'.
    MESSAGE E029(E0) WITH IDOC_CONTRL-IDOCTP TEXT-001
            'IDOC_INPUT_DELVRY' RAISING WRONG_FUNCTION_CALLED.
  ENDIF.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is expecting a particular IDOC type. it is going to raise the error mesage for all other IDOCs. COme ot think of it, if you are usign DESADV, its IDOC is DESADV01, which is different that DELVRY01 IDOCs. How can you use that function module to parse DESADV01 Segments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 14:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833649#M1130833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T14:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833650#M1130834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MxG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply, but both can use DELVRY* on 4.6C..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Look atFM IDOC_INPUT_DELVRY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FORM delvry_idoc_parse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DEFINE mv.&lt;/P&gt;&lt;P&gt;    if not &amp;amp;1 = space.&lt;/P&gt;&lt;P&gt;      &amp;amp;2 = &amp;amp;1.&lt;/P&gt;&lt;P&gt;*&amp;gt;&amp;gt;&amp;gt;&amp;gt; start of insertion_hp_167665 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      clear &amp;amp;2.&lt;/P&gt;&lt;P&gt;*&amp;gt;&amp;gt;&amp;gt;&amp;gt; end of insertion_hp_167665 &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check basis idoc type&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  READ TABLE idoc_contrl INDEX 1.&lt;/P&gt;&lt;P&gt;  IF idoc_contrl-idoctp NP 'DELVRY*'.&lt;/P&gt;&lt;P&gt;    MESSAGE e029(e0) WITH idoc_contrl-idoctp text-001&lt;/P&gt;&lt;P&gt;            'IDOC_INPUT_DELVRY' RAISING wrong_function_called.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Look at FM IDOC_INPUT_DESADV1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FORM DESADV_IDOC_PARSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DEFINE MV.&lt;/P&gt;&lt;P&gt;    IF NOT &amp;amp;1 = SPACE.&lt;/P&gt;&lt;P&gt;      &amp;amp;2 = &amp;amp;1.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      CLEAR &amp;amp;2.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check basis idoc type&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  READ TABLE IDOC_CONTRL INDEX 1.&lt;/P&gt;&lt;P&gt;  IF IDOC_CONTRL-IDOCTP NP 'DELVRY*'.&lt;/P&gt;&lt;P&gt;    MESSAGE E029(E0) WITH IDOC_CONTRL-IDOCTP TEXT-001&lt;/P&gt;&lt;P&gt;            'IDOC_INPUT_DESADV1' RAISING WRONG_FUNCTION_CALLED.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 18:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833650#M1130834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T18:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833651#M1130835</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;For inbound process code DELV (FM: IDOC_INPUT_DELVRY), the message type is SHPCON / WHSCON. The message type here cannot be DESADV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vatsala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 06:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833651#M1130835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833652#M1130836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed it, now I get a 56 error: EDI: Partner profile inbound not available.  How do I fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 20:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833652#M1130836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T20:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833653#M1130837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;56 is partner profile missing. Create your partner profile in WE20 for your message type and sender partner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2008 21:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833653#M1130837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-01T21:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833654#M1130838</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;Message type for outbound is DESADV, with DELV process code.  Message type for inbound is SHPCON and the process code DELV.  Is this okay.. I get the error for inbound from the external system, I have no problems sending outbounds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 02:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833654#M1130838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T02:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833655#M1130839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yep, you can check the message type from the IDOC control records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 02:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833655#M1130839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T02:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833656#M1130840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that but it still shows DESADV even for outbound..here's the setup in partner profile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound&lt;/P&gt;&lt;P&gt;Partner function: LS&lt;/P&gt;&lt;P&gt;Message Type: DESADV&lt;/P&gt;&lt;P&gt;Process Code: DELV&lt;/P&gt;&lt;P&gt;Function module: IDOC_OUTPUT_DELVRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound&lt;/P&gt;&lt;P&gt;Partner function: LS&lt;/P&gt;&lt;P&gt;Message Type: SHPCON (Delivery (SHPCON + WHSCON with DELVRY01))  &lt;STRONG&gt;Do I need to creat a profile for WHSCON? What does the + WHSCON mean?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Process Code: DELV&lt;/P&gt;&lt;P&gt;Function Module: IDOC_INPUT_DELVRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at the IDOC control record for the inbound it still has the DESADV.  I had it set to this before but changed it to SHPCON....Do I need to do something buffer wise or reset something??? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the Outbound from DESADV to SHPORD and get nothing back now...&lt;/P&gt;&lt;P&gt;Partner function: LS&lt;/P&gt;&lt;P&gt;Message Type: SHPORD&lt;/P&gt;&lt;P&gt;Process Code: DELV (Delivery DELVRY01: DESADV/CARNOT/WHSORD/SHPORD)&lt;/P&gt;&lt;P&gt;Function module: IDOC_OUTPUT_DELVRY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 17:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833656#M1130840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833657#M1130841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the IDOC type you are getting which you are trying to post? if its DESADV, then changing partner profile is not going to make it DELVRY01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 17:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833657#M1130841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T17:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module not allowed: IDOC_INPUT_DELVRY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833658#M1130842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IDOC type is DELVRY01 or DELVRY03, the inbound fm IDOC_INPUT_DELVRY parses DELVRY*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It 's weird because I have deleted all entries in the partner profile that use DESADV message type.  I am checking the external system now.. but even when I test an IDOC using WE19, it still uses the DESADV message type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 19:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-not-allowed-idoc-input-delvry/m-p/4833658#M1130842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T19:04:11Z</dc:date>
    </item>
  </channel>
</rss>

