<?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: Export and Import Strings To/From Remote Function Modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125642#M1364472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not required to define table of type string as I hope you don't want to store full record in single line.&lt;/P&gt;&lt;P&gt;I think you can create table with type of char512 or char256 and then you can break input string as per the type&lt;/P&gt;&lt;P&gt;and store in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2009 14:58:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-26T14:58:04Z</dc:date>
    <item>
      <title>Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125636#M1364466</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 am building a Web Application in which the user can enter very large string (unlimited) and we want to store that value in the backend. So i need to create Remote function module which can take large strings, store it in backend and when queired export the strings to the calling web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Remote function module is allowing me to create "Import" and "Export" parameter with type String....but it is not allowing the String type "Table" parameter. I am kind of stuck now as i want to import and export multiple records of type String.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest an altenative?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 04:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125636#M1364466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T04:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125637#M1364467</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;To have a table parameter with string type fields, Goto SE11 and under data types, create a structure with the required fields of type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u can use this structure to refer to the table parameter and declare it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p_tab like ZSTRUCTURE in the tables tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 04:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125637#M1364467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T04:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125638#M1364468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bu that is not working. It says Remote function modules needs to have flat structures..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 04:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125638#M1364468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T04:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125639#M1364469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well its working for me. In which SAP version are you working on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 04:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125639#M1364469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T04:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125640#M1364470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure you have marked your function module as "Remote-Enabled Module" in the Attirbutes Tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 14:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125640#M1364470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T14:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125641#M1364471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am on ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure you have marked your function module as "Remote-Enabled Module" in the Attirbutes Tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 14:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125641#M1364471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T14:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125642#M1364472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not required to define table of type string as I hope you don't want to store full record in single line.&lt;/P&gt;&lt;P&gt;I think you can create table with type of char512 or char256 and then you can break input string as per the type&lt;/P&gt;&lt;P&gt;and store in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 14:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125642#M1364472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T14:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125643#M1364473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not required to define table of type string as I hope you don't want to store full record in single line.&lt;/P&gt;&lt;P&gt;I think you can create table with type of char512 or char256 and then you can break input string as per the type&lt;/P&gt;&lt;P&gt;and store in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2009 14:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125643#M1364473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-26T14:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export and Import Strings To/From Remote Function Modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125644#M1364474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 16:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-strings-to-from-remote-function-modules/m-p/6125644#M1364474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T16:10:41Z</dc:date>
    </item>
  </channel>
</rss>

