<?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 and Internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031574#M83961</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;welcome to SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be more easy to reply if you can paste your coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also try using SEARCH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2005 02:53:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-19T02:53:56Z</dc:date>
    <item>
      <title>String and Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031572#M83959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a large character string in the memory, e.g. of 5M.&lt;/P&gt;&lt;P&gt;(1) we want to split the character string into an internal table with a field of c(1000), for example.&lt;/P&gt;&lt;P&gt;(2) we want to read the internal table, and concatenate each line into one string. &lt;/P&gt;&lt;P&gt;For STRLEN and CONCATENATE, it always ignores the trailing blanks. However, we don't want to LOSE ANY BLANKS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;-Stanley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 02:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031572#M83959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T02:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: String and Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031573#M83960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is any availble function module that does it. You may have to code for it. Also the blanks are a problem. So try something like this, which was actually suggested by Sanjay while responding to another question in this forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First replace all the blank space with a character that you know for sure, will not be there in your string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSLATE mystring USING ' @'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now do your STRLEN and get your string length.&lt;/P&gt;&lt;P&gt;The you can split your string using the option INTO TABLE. Your itab will have only one field of 1000 length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then read the internal table and concatenate them back into the long string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, you reverse the pattern in the previous TRANSLATE statement to '@ '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 02:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031573#M83960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T02:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: String and Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031574#M83961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;welcome to SDN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will be more easy to reply if you can paste your coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also try using SEARCH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2005 02:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-and-internal-table/m-p/1031574#M83961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-19T02:53:56Z</dc:date>
    </item>
  </channel>
</rss>

