<?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 Convert (long) string to table format in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773219#M333711</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; is there any module/class that can convert a string of length &amp;gt; 255 (ex: 2000)&lt;/P&gt;&lt;P&gt;and convert it into an internal table of a specified width?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wayne.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2006 04:42:56 GMT</pubDate>
    <dc:creator>wayne_hanrahan2</dc:creator>
    <dc:date>2006-12-28T04:42:56Z</dc:date>
    <item>
      <title>Convert (long) string to table format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773219#M333711</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; is there any module/class that can convert a string of length &amp;gt; 255 (ex: 2000)&lt;/P&gt;&lt;P&gt;and convert it into an internal table of a specified width?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Wayne.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 04:42:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773219#M333711</guid>
      <dc:creator>wayne_hanrahan2</dc:creator>
      <dc:date>2006-12-28T04:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert (long) string to table format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773220#M333712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,, &lt;/P&gt;&lt;P&gt;  If there is a delimited in your string to determine when to split you can use the command &lt;/P&gt;&lt;P&gt;SPLIT f AT g INTO TABLE itab. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;what this command does is splits the string f at every occurance of g and places the split components into an internal table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 04:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773220#M333712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T04:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert (long) string to table format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773221#M333713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wayne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the FM CONVERT_STRING_TO_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Reward points if it is useful.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 04:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773221#M333713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T04:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Convert (long) string to table format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773222#M333714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the fm: RKD_WORD_WRAP&lt;/P&gt;&lt;P&gt;Pass the Outputlen parameer as 255.&lt;/P&gt;&lt;P&gt;don't pass any value for delimiter.&lt;/P&gt;&lt;P&gt;pass the string to the textline parameter&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 04:51:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773222#M333714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T04:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert (long) string to table format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773223#M333715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi wayne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SCMS_STRING_TO_FTEXT &lt;/P&gt;&lt;P&gt;    This Fm will convert string----&amp;gt; internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This will also be available in older versions of r/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 05:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773223#M333715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-28T05:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert (long) string to table format</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773224#M333716</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 to use FM swa_string_to_table...or u can try FM by finding like go to se37 anfd put &lt;STRONG&gt;string&lt;/STRONG&gt;table* you will get FM that may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 05:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-long-string-to-table-format/m-p/1773224#M333716</guid>
      <dc:creator>former_member508729</dc:creator>
      <dc:date>2006-12-28T05:56:11Z</dc:date>
    </item>
  </channel>
</rss>

