<?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 string too long in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522388#M1655901</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;Requirement is to generate an excel file in DMS .&lt;/P&gt;&lt;P&gt;Data for this excel file is retreived from Tables , tables have very huge amount of data .&lt;/P&gt;&lt;P&gt;method used to generate the excel file is :--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  &lt;STRONG&gt;we create a string by concatinating all the data from tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but we get dump in creating this string, since we have large amount of data .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 . create an Xstring &lt;/P&gt;&lt;P&gt;3 Convert that to binary &lt;/P&gt;&lt;P&gt;4. create an excel in DMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest how can we avoid step 1.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Any way by which we can merge two excels to generate one Excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Feb 2012 07:13:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-03T07:13:02Z</dc:date>
    <item>
      <title>string too long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522388#M1655901</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;Requirement is to generate an excel file in DMS .&lt;/P&gt;&lt;P&gt;Data for this excel file is retreived from Tables , tables have very huge amount of data .&lt;/P&gt;&lt;P&gt;method used to generate the excel file is :--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  &lt;STRONG&gt;we create a string by concatinating all the data from tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but we get dump in creating this string, since we have large amount of data .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 . create an Xstring &lt;/P&gt;&lt;P&gt;3 Convert that to binary &lt;/P&gt;&lt;P&gt;4. create an excel in DMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest how can we avoid step 1.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Any way by which we can merge two excels to generate one Excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 07:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522388#M1655901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-03T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: string too long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522389#M1655902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look into code exchange project, might get some help:&lt;/P&gt;&lt;P&gt;[ABAP2XLSX|https://cw.sdn.sap.com/cw/groups/abap2xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 09:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522389#M1655902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-03T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: string too long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522390#M1655903</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;That would mean that you'have more than 2GB of data (this is the maximum size of string as far as I know). Does it really make sense to prepare so big files? When user will try to load it into memory it will take ages and I'm pretty sure that with ~65k lines limit in excel it won't be possible to see all results. So maybe it would be better to split this file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 09:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522390#M1655903</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2012-02-03T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: string too long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522391#M1655904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not GUI_UPLOAD into a binary table to start with?  Or store as file on apps server and read into variable described as xstring?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds like you're uploading as ASCII and then trying to convert to binary....unnecessary step, at least for me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 17:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522391#M1655904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-03T17:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: string too long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522392#M1655905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;He didn't write that he is readig data from file, but from table (probably DB Table).&lt;/P&gt;&lt;P&gt;I suspect that xstring also has a limit, so it won't change anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 22:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-too-long/m-p/8522392#M1655905</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2012-02-03T22:57:12Z</dc:date>
    </item>
  </channel>
</rss>

