<?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: String as Input/Output Parameter in RFCs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550376#M1267111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did.. doesn't work... strange...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 10:22:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-29T10:22:22Z</dc:date>
    <item>
      <title>String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550372#M1267107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trying to pass XML-Strings to a SAP System using RFC-Components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found in a SAP-Press-Book that it´s not possible to use the ABAP data type "String" as import and export parameter since the length has to be determined when programming the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand I saw RFC-FM with String als parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a version issue? Anyone some information on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550372#M1267107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T08:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550373#M1267108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as i know strings are not allowed in RFC FM because its a deep structure. Never saw this running in any versio, but of course i didnt tried that everywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table of char1024 might be useful for this, splitting the string into 1024 byte portions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550373#M1267108</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-04-29T08:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550374#M1267109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your response.&lt;/P&gt;&lt;P&gt;The idea that Strings are not allowed as parameters was my idea aswell. But SAP uses it in FM "RSR_NET_INTERFACE" (i.e.)...&lt;/P&gt;&lt;P&gt;So there must be a way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550374#M1267109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T08:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550375#M1267110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then give Pass Value option a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 08:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550375#M1267110</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-04-29T08:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550376#M1267111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did.. doesn't work... strange...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 10:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550376#M1267111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550377#M1267112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Oliver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure where the problems lies but I can create and call the following RFC-fm (rfcdest = 'NONE') without any problems (on our 4.6c):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION z_us_rfc_with_string.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"  IMPORTING
*"     VALUE(ID_INPUT) TYPE  STRING
*"  EXPORTING
*"     VALUE(ED_OUTPUT) TYPE  STRING
*"----------------------------------------------------------------------


  ed_output = id_input.


ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 10:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550377#M1267112</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-04-29T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: String as Input/Output Parameter in RFCs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550378#M1267113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the problem lies in the RFC SDK used - doing the RFC-Call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that in the current version NW RFC SDK Strings are allowed as data type...diffrent to the "classic" one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx to every body for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 11:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-as-input-output-parameter-in-rfcs/m-p/5550378#M1267113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T11:01:53Z</dc:date>
    </item>
  </channel>
</rss>

