<?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: function module to convert a string into an internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759090#M642220</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;&amp;lt;b&amp;gt;HR_EFI_CONVERT_STRING_TO_TABL&amp;lt;/b&amp;gt;E  convert a string into a table&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_STRING_TO_TABLE           &amp;lt;/b&amp;gt; Convert string to table&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_TABLE_TO_STRING&amp;lt;/b&amp;gt;              Convert string to table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u know where exactly the string needs to be &lt;/P&gt;&lt;P&gt;cut into a line, then u can also use the statement:::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;split &amp;lt;str&amp;gt; at &amp;lt;mark&amp;gt; into itab.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where , &lt;/P&gt;&lt;P&gt;&amp;lt;str&amp;gt; = the string u want to convert&lt;/P&gt;&lt;P&gt;&amp;lt;mark&amp;gt; = the place u want to exactly cut. Ex space,Fullstop.&lt;/P&gt;&lt;P&gt;itab =  the table with line typr string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 05:13:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T05:13:47Z</dc:date>
    <item>
      <title>function module to convert a string into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759088#M642218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard function module which converts a string into an internal table.&lt;/P&gt;&lt;P&gt;where each record in the internal table represents one line of the entire string?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prasun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 05:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759088#M642218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T05:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: function module to convert a string into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759089#M642219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasun , &lt;/P&gt;&lt;P&gt;  Try using 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;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 05:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759089#M642219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T05:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: function module to convert a string into an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759090#M642220</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;&amp;lt;b&amp;gt;HR_EFI_CONVERT_STRING_TO_TABL&amp;lt;/b&amp;gt;E  convert a string into a table&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_STRING_TO_TABLE           &amp;lt;/b&amp;gt; Convert string to table&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CONVERT_TABLE_TO_STRING&amp;lt;/b&amp;gt;              Convert string to table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u know where exactly the string needs to be &lt;/P&gt;&lt;P&gt;cut into a line, then u can also use the statement:::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;split &amp;lt;str&amp;gt; at &amp;lt;mark&amp;gt; into itab.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where , &lt;/P&gt;&lt;P&gt;&amp;lt;str&amp;gt; = the string u want to convert&lt;/P&gt;&lt;P&gt;&amp;lt;mark&amp;gt; = the place u want to exactly cut. Ex space,Fullstop.&lt;/P&gt;&lt;P&gt;itab =  the table with line typr string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 05:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-convert-a-string-into-an-internal-table/m-p/2759090#M642220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T05:13:47Z</dc:date>
    </item>
  </channel>
</rss>

