<?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 Interface For Inbound FM is incorrect in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-for-inbound-fm-is-incorrect/m-p/3076471#M729530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am facing very stupid problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written an inbound fm. There are 2 things in the FM :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, &lt;/P&gt;&lt;P&gt;when I declare the table parameters, its doesnt allow me to write those table parameter saying that table parameters are obsolete and decription says that I should declare the tables parameter (edidc,dd,ds) in the changing parameters not in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondly,&lt;/P&gt;&lt;P&gt;Now if i declare the tables in changing parameters rather than in tables parameter (as stated above), these tables are not passed in the fm module.&lt;/P&gt;&lt;P&gt;when i debugged the standard sap in we19, it shows that the tables parameter is not passed (as obvious as there is no table but changing parameter).&lt;/P&gt;&lt;P&gt;Because in standard sap (Main program : SAPMSED7 / MSED7F05) the subroutine &lt;/P&gt;&lt;P&gt;(PERFORM interface_new_check&lt;/P&gt;&lt;P&gt;                         TABLES&lt;/P&gt;&lt;P&gt;                             l_t_exception_list&lt;/P&gt;&lt;P&gt;                             l_t_export_parameter&lt;/P&gt;&lt;P&gt;                             l_t_import_parameter&lt;/P&gt;&lt;P&gt;                             l_t_tables_parameter&lt;/P&gt;&lt;P&gt;                         USING&lt;/P&gt;&lt;P&gt;                             l_ok.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is asking for tables parameters.but now in this case it find the tables as empty and thus it gives an error that 'interface for FM is not correct'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 13:13:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-27T13:13:12Z</dc:date>
    <item>
      <title>Interface For Inbound FM is incorrect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-for-inbound-fm-is-incorrect/m-p/3076471#M729530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am facing very stupid problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written an inbound fm. There are 2 things in the FM :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly, &lt;/P&gt;&lt;P&gt;when I declare the table parameters, its doesnt allow me to write those table parameter saying that table parameters are obsolete and decription says that I should declare the tables parameter (edidc,dd,ds) in the changing parameters not in tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondly,&lt;/P&gt;&lt;P&gt;Now if i declare the tables in changing parameters rather than in tables parameter (as stated above), these tables are not passed in the fm module.&lt;/P&gt;&lt;P&gt;when i debugged the standard sap in we19, it shows that the tables parameter is not passed (as obvious as there is no table but changing parameter).&lt;/P&gt;&lt;P&gt;Because in standard sap (Main program : SAPMSED7 / MSED7F05) the subroutine &lt;/P&gt;&lt;P&gt;(PERFORM interface_new_check&lt;/P&gt;&lt;P&gt;                         TABLES&lt;/P&gt;&lt;P&gt;                             l_t_exception_list&lt;/P&gt;&lt;P&gt;                             l_t_export_parameter&lt;/P&gt;&lt;P&gt;                             l_t_import_parameter&lt;/P&gt;&lt;P&gt;                             l_t_tables_parameter&lt;/P&gt;&lt;P&gt;                         USING&lt;/P&gt;&lt;P&gt;                             l_ok.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is asking for tables parameters.but now in this case it find the tables as empty and thus it gives an error that 'interface for FM is not correct'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 13:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-for-inbound-fm-is-incorrect/m-p/3076471#M729530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T13:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interface For Inbound FM is incorrect</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-for-inbound-fm-is-incorrect/m-p/3076472#M729531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message is only a warning and you can create such FM.&lt;/P&gt;&lt;P&gt;Refer to note 'Note 947794 - Message FL 069: TABLES parameters are obsolete'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 14:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-for-inbound-fm-is-incorrect/m-p/3076472#M729531</guid>
      <dc:creator>former_member182670</dc:creator>
      <dc:date>2007-11-28T14:22:39Z</dc:date>
    </item>
  </channel>
</rss>

