<?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: Problem with inbound idoc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467344#M1416674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;naming convention is considered in case of inbound function module creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one of the parameters needed according to the interface description was not specified &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this kind of run time errors in case of IDOCS will causes ,because of different parameters names&amp;nbsp; for our custom inbound function module and standard function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 12:27:24 GMT</pubDate>
    <dc:creator>Balu483</dc:creator>
    <dc:date>2016-02-23T12:27:24Z</dc:date>
    <item>
      <title>Problem with inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467339#M1416669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing IDOC to transfer data from one ZTable of source  client to another client in a ZTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   My inbound IDOC is processed with status 64.So I am using RBDAPP01 report, giving IDOC no, my message type and executing.Then I am getting dump as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    When calling a function module, one of the parmaeters was not&lt;/P&gt;&lt;P&gt;    specified.&lt;/P&gt;&lt;P&gt;    Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The current ABAP program "SAPLBD20" had to be terminated because it has&lt;/P&gt;&lt;P&gt;    come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was&lt;/P&gt;&lt;P&gt;     not caught in&lt;/P&gt;&lt;P&gt;    procedure "IDOCS_PASS_TO_APPLICATION" "(FORM)", nor was it propagated by a&lt;/P&gt;&lt;P&gt;     RAISING clause.&lt;/P&gt;&lt;P&gt;    Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;    exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;    The reason for the exception is:&lt;/P&gt;&lt;P&gt;    When calling the function module "ZFM_IDOC_STUDENT", one of the parameters&lt;/P&gt;&lt;P&gt;    needed according to the interface description was not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This parameter was "INPT_METHOD".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I maintained input method in BD51 in my receiver side.Even I am getting above dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest why input method value  is taking as space here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 10:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467339#M1416669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467340#M1416670</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;I guess you are not passed the one of the mandatory parameters to the function module ZFM_IDOC_STUDENT.&lt;/P&gt;&lt;P&gt;check all the parameters which are required for this function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 10:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467340#M1416670</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-01-11T10:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467341#M1416671</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;Can you please give us the inbound side ALE configurations... also you can debug the function module... use we19 tcode and specify the idoc number whihc was in 64 status and then specify the funcation module and call in debug mode and debug the function module..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 10:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467341#M1416671</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-01-11T10:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467342#M1416672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you specified the input method in the import parameters in your function module and have u defined the function module in inbound process code.  please explain the configuration you did to receive and process the data in brief.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 10:45:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467342#M1416672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467343#M1416673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , my problem is solved. I made my importing parameters optional.Now it's working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My importing parameters :&lt;/P&gt;&lt;P&gt;         INPT_method&lt;/P&gt;&lt;P&gt;        Mass_processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I maintained INPT_method through BD51 tcode and I left maintaining value for mass processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder why I am getting dump as Input method is missing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jaya on Jan 11, 2010 12:12 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 11:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467343#M1416673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T11:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with inbound idoc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467344#M1416674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;naming convention is considered in case of inbound function module creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;one of the parameters needed according to the interface description was not specified &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this kind of run time errors in case of IDOCS will causes ,because of different parameters names&amp;nbsp; for our custom inbound function module and standard function module&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 12:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-inbound-idoc/m-p/6467344#M1416674</guid>
      <dc:creator>Balu483</dc:creator>
      <dc:date>2016-02-23T12:27:24Z</dc:date>
    </item>
  </channel>
</rss>

