<?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: IDOC_INBOUND_SINGLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837190#M664363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the Actual parameters not with the Same type as the Formal parameters in the FM IDOC_inbound_single.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you open this FM in SE37 and Declare the Actual parameters exactly same as the FORMAL Parameters. &lt;/P&gt;&lt;P&gt;Then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste ur code if u still didnt get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 10:00:10 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-10-01T10:00:10Z</dc:date>
    <item>
      <title>IDOC_INBOUND_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837189#M664362</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 FM IDOC_INBOUND_SINGLE I am passing following parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-mestyp  = c_bomord.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-idoctyp = c_bomord01.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-cimtyp  = c_bomord01.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-direct  = c_2.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-rcvpor  = c_fp00000001.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-rcvprn  = C_ QSACLNT210.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-rcvprt  = c_ls.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-sndpor  = c_fp00000001.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-sndprn  = c_devclnt110.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-sndprt  = c_ls.&lt;/P&gt;&lt;P&gt;APPEND wa_idoc_ctrl TO i_idoc_ctrl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl is type edi_dc40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I execute the program, getting the following dump...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred. This exception will be dealt with in more detail&lt;/P&gt;&lt;P&gt;    below. The exception, assigned to the class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was&lt;/P&gt;&lt;P&gt;     not caught, which&lt;/P&gt;&lt;P&gt;     led to a runtime error. The reason for this exception is:&lt;/P&gt;&lt;P&gt;    The call to the function module "IDOC_INBOUND_SINGLE" is incorrect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In the function module interface, you can specify only&lt;/P&gt;&lt;P&gt;    fields of a specific type and length under "PT_IDOC_DATA_RECORDS_40".&lt;/P&gt;&lt;P&gt;    Although the currently specified field&lt;/P&gt;&lt;P&gt;    " " is the correct type, its length is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me whether I need to pass any addl. parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 09:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837189#M664362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_INBOUND_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837190#M664363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the Actual parameters not with the Same type as the Formal parameters in the FM IDOC_inbound_single.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you open this FM in SE37 and Declare the Actual parameters exactly same as the FORMAL Parameters. &lt;/P&gt;&lt;P&gt;Then it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste ur code if u still didnt get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837190#M664363</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-01T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_INBOUND_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837191#M664364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl type edi_dc40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-mandt = sy-mandt.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-mestyp = c_bomord.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-idoctyp = c_bomord01.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-cimtyp = c_bomord01.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-direct = c_2.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-rcvpor = c_fp00000001.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-rcvprn = C_ QSACLNT210.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-rcvprt = c_ls.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-sndpor = c_fp00000001.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-sndprn = c_devclnt110.&lt;/P&gt;&lt;P&gt;wa_idoc_ctrl-sndprt = c_ls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:04:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837191#M664364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T10:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_INBOUND_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837192#M664365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link,hope this ll help you to solve your probel&lt;/P&gt;&lt;P&gt;&lt;A href="http://logosworld.de/ftp/cook_destiller.pdf" target="test_blank"&gt;http://logosworld.de/ftp/cook_destiller.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837192#M664365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: IDOC_INBOUND_SINGLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837193#M664366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi . Balaji..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the Error is coming in Data records table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PT_IDOC_DATA_RECORDS_40 STRUCTURE  EDI_DD40&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u declared it like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_Data type table of EDI_DD40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise paste the Entire code including Call function.&lt;/P&gt;&lt;P&gt;Then only i can find the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 10:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-inbound-single/m-p/2837193#M664366</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-01T10:13:48Z</dc:date>
    </item>
  </channel>
</rss>

