<?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: RFC : Table Structure with the String type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248483#M775500</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;Instead of using ALPHASTRING use table type STRINGTAB&lt;/P&gt;&lt;P&gt;Please check for function module SXMS_PF_EPCSUPP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 17:38:00 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-01-04T17:38:00Z</dc:date>
    <item>
      <title>RFC : Table Structure with the String type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248479#M775496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ALL, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In  RFC, while using a table structure with a field of type ALPFSTRING; I am getting the following error &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Only tables with flat line structure are allowed in RFC"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For RFC , Is there any way to define a structure with a field of type string/ALPFSTRING ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248479#M775496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : Table Structure with the String type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248480#M775497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create one structure in SE11 -&amp;gt; select Radio button called data type-&amp;gt; enter structure name start with Z*&lt;/P&gt;&lt;P&gt;-&amp;gt; click on create -&amp;gt; select structure in pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here use component type called SLDSTRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE37 -&amp;gt; tables use like your structurte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248480#M775497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : Table Structure with the String type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248481#M775498</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;  Try with any of these structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]AFABD_UPDATE                   Field string AFABD (for editing BAPIs)&lt;/P&gt;&lt;P&gt;AFM_BIFMFSA                    Append for Fund Center substrings&lt;/P&gt;&lt;P&gt;AFM_FMFCTEXT                   Append for Fund Center substrings texts&lt;/P&gt;&lt;P&gt;AFM_FMFCTF                     Append for Fund Center substrings&lt;/P&gt;&lt;P&gt;AFM_FMFINCODE                  Append for Fund substrings&lt;/P&gt;&lt;P&gt;AFM_IFMFICTR                   Append for Fund Center substrings&lt;/P&gt;&lt;P&gt;AFM_IFMFICTR_T                 Append for Fund Center substring texts&lt;/P&gt;&lt;P&gt;AFM_IFMFINCODE_T               Append for Fund substring texts&lt;/P&gt;&lt;P&gt;AFM_IFMFIPEX_T                 Append for Commitment Item substring texts&lt;/P&gt;&lt;P&gt;AFM_TFKB                       Append for Function substrings and authority&lt;/P&gt;&lt;P&gt;AFM_TFKB_T                     Append for Substring Texts of Functional Area&lt;/P&gt;&lt;P&gt;AFVG_SCHED                     Field string: Fields relevant to scheduling&lt;/P&gt;&lt;P&gt;AFVGD_UPD                      Field string AFVGD (for editing BAPIs)&lt;/P&gt;&lt;P&gt;AFVGD_UPDATE                   Field string AFVGD (for editing BAPIs)&lt;/P&gt;&lt;P&gt;APB_LPD_S_STRING               Structure for LPD strings&lt;/P&gt;&lt;P&gt;APPCHK                         DD: Control string for APPEND checks[\code]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Jagarlamudi on Jan 4, 2008 11:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248481#M775498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T17:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : Table Structure with the String type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248482#M775499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you cant use it in tables parameter but you can in exporting parameter.&lt;/P&gt;&lt;P&gt;in exporting parameter insert this:     &lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;FUNCTION test&lt;/P&gt;&lt;P&gt;&amp;gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&amp;gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Local Interface:&lt;/P&gt;&lt;P&gt;&amp;gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;&amp;gt;*"     VALUE(ACO_TT_STRING) TYPE  ACO_TT_STRING&lt;/P&gt;&lt;P&gt;&amp;gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACO_TT_STRING is a table type that have a row type as string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye.&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248482#M775499</guid>
      <dc:creator>mnicolai_77</dc:creator>
      <dc:date>2008-01-04T17:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: RFC : Table Structure with the String type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248483#M775500</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;Instead of using ALPHASTRING use table type STRINGTAB&lt;/P&gt;&lt;P&gt;Please check for function module SXMS_PF_EPCSUPP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 17:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-table-structure-with-the-string-type/m-p/3248483#M775500</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-01-04T17:38:00Z</dc:date>
    </item>
  </channel>
</rss>

