<?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: Defining Interface parameter in a function  for a RFC call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629864#M1090385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For RFC remember these points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 Do not use u201Ctypeu201D for parameters. Use u201Clikeu201D&lt;/P&gt;&lt;P&gt;u2022 Import parameters must be passed in as u201Cvalueu201D&lt;/P&gt;&lt;P&gt;u2022 Must had u201CReturnu201D parameter&lt;/P&gt;&lt;P&gt;u2022 Must be u201CRFC enabledu201D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 09:39:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T09:39:29Z</dc:date>
    <item>
      <title>Defining Interface parameter in a function  for a RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629863#M1090384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I need to pass a table to an RFC caller.&lt;/P&gt;&lt;P&gt;For this I have created a structure xxx on my data base. In the interface of my function under the tab "Tables" I have defined a parameter name yyy with the type spec. = "type" and associated type = zzz. &lt;/P&gt;&lt;P&gt;While activation I get the message "Flat types may only be referenced using LIKE for table parameters" so I need to enter "LIKE" instead of "TYPE" now my question is: &lt;/P&gt;&lt;P&gt;Is the caller able to get the table I am passing even though the table is defined with "LIKE" if not what I am suppose to do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Kami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 09:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629863#M1090384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T09:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Interface parameter in a function  for a RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629864#M1090385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For RFC remember these points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022 Do not use u201Ctypeu201D for parameters. Use u201Clikeu201D&lt;/P&gt;&lt;P&gt;u2022 Import parameters must be passed in as u201Cvalueu201D&lt;/P&gt;&lt;P&gt;u2022 Must had u201CReturnu201D parameter&lt;/P&gt;&lt;P&gt;u2022 Must be u201CRFC enabledu201D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 09:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629864#M1090385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T09:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Interface parameter in a function  for a RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629865#M1090386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the replay. &lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;1. That means in my case I would have no problems defining the table referring to a flat structure with LIKE ?&lt;/P&gt;&lt;P&gt;2. What do you mean with "Must have return parameter"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 09:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629865#M1090386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T09:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Interface parameter in a function  for a RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629866#M1090387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is no problem in defining table using like.&lt;/P&gt;&lt;P&gt;BAPI must have an export return parameter for returning messages to the calling application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c2753c111d395fa00a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/43/b46c2753c111d395fa00a0c94260a5/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 09:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/defining-interface-parameter-in-a-function-for-a-rfc-call/m-p/4629866#M1090387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T09:58:47Z</dc:date>
    </item>
  </channel>
</rss>

