<?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 to table with seperators in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653301#M611720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try other FM's :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'SWA_STRING_SPLIT'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              input_string         = vs_heat -&amp;gt; this string field&lt;/P&gt;&lt;P&gt;              max_component_length = 132 &lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              string_components    = itab_sd. -&amp;gt; Internal table&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>Wed, 15 Aug 2007 14:46:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-15T14:46:55Z</dc:date>
    <item>
      <title>string to table with seperators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653299#M611718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a string which I want to convert to an table char132. I used FM SOTR_SERV_STRING_TO_TABLE which is working quiet good. But sometimes I get a string with "cl_abap_char_utilities=&amp;gt;NEWLINE" as line break.&lt;/P&gt;&lt;P&gt;Now I could use SPLIT at  "cl_abap_char_utilities=&amp;gt;NEWLINE" into table. But I dont know before how the string looks like, sometimes I get a mixture of both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module which does both: Splitting the string after 132 characters or if exists after "cl_abap_char_utilities=&amp;gt;NEWLINE" . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no FM for this, any ideas what to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankx and regards&lt;/P&gt;&lt;P&gt;stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 14:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653299#M611718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: string to table with seperators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653300#M611719</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 using..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPLIT V_FILEDATA_OUT AT CL_ABAP_CHAR_UTILITIES=&amp;gt;CR_LF  INTO TABLE I_FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 14:43:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653300#M611719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T14:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: string to table with seperators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653301#M611720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try other FM's :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'SWA_STRING_SPLIT'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              input_string         = vs_heat -&amp;gt; this string field&lt;/P&gt;&lt;P&gt;              max_component_length = 132 &lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              string_components    = itab_sd. -&amp;gt; Internal table&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>Wed, 15 Aug 2007 14:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653301#M611720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T14:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: string to table with seperators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653302#M611721</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 fm SCMS_FTEXT_TO_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check function group SCMS_CONV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 14:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-to-table-with-seperators/m-p/2653302#M611721</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-15T14:48:19Z</dc:date>
    </item>
  </channel>
</rss>

