<?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 Storing Long String in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045593#M1172923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz I need your help, I have a requirement to read a text file that contains html code for a table that&lt;/P&gt;&lt;P&gt;contains many fields, my job is to fill the table with certain data that I get from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently, I am reading the file into itab that has a line of type c (255) and I dont know how to store&lt;/P&gt;&lt;P&gt;the whole itab into a string so that I can easily modify the content of the string.&lt;/P&gt;&lt;P&gt;I tried a loop like this but It took long time and at the end I got memory exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CONCATENATE htmlstr itab1-line into htmlstr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do this and what is the easiest solution for such requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 22:17:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-07T22:17:19Z</dc:date>
    <item>
      <title>Storing Long String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045593#M1172923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz I need your help, I have a requirement to read a text file that contains html code for a table that&lt;/P&gt;&lt;P&gt;contains many fields, my job is to fill the table with certain data that I get from SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently, I am reading the file into itab that has a line of type c (255) and I dont know how to store&lt;/P&gt;&lt;P&gt;the whole itab into a string so that I can easily modify the content of the string.&lt;/P&gt;&lt;P&gt;I tried a loop like this but It took long time and at the end I got memory exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CONCATENATE htmlstr itab1-line into htmlstr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do this and what is the easiest solution for such requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 22:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045593#M1172923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T22:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Long String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045594#M1172924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you search ? there are lots of threads about how to convert internal table to string in the forum!&lt;/P&gt;&lt;P&gt;I am surprised that you get memory error at these statements!!!! What is the size of this VERY HUGE file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 22:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045594#M1172924</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-07T22:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Long String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045595#M1172925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I did search and found how to convert string into itab but not the other way around.&lt;/P&gt;&lt;P&gt;and the text file I am reading is not large just 11 KB !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 22:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045595#M1172925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Storing Long String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045596#M1172926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for some reason the same code is working now &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I dont know what was the problem before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 22:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-long-string/m-p/5045596#M1172926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T22:42:58Z</dc:date>
    </item>
  </channel>
</rss>

