<?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: Export file size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083769#M98660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create the xmltable like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: xmltable type standard table of string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you should not have problem. i have used this in the past without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Dec 2005 11:36:24 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-12-11T11:36:24Z</dc:date>
    <item>
      <title>Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083768#M98659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAP Gurus;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mentioning below concern lines of code; this code is to extract data from SAP and export in XML format. With this data is getting exported when record are few (less than 50000 Characters) once exceeds XML getting created with errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is there a way to define table with bigger size than 65534 Characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Data Declerations:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ttab,&lt;/P&gt;&lt;P&gt;       record(50000) TYPE c,&lt;/P&gt;&lt;P&gt;       END OF ttab.&lt;/P&gt;&lt;P&gt;DATA: xmltable TYPE TABLE OF ttab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: xml_out TYPE string,&lt;/P&gt;&lt;P&gt;      length  LIKE sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;XML Conversion&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;      CALL TRANSFORMATION id&lt;/P&gt;&lt;P&gt;      SOURCE output = it_pernr&lt;/P&gt;&lt;P&gt;      RESULT XML xml_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      APPEND xml_out TO xmltable     .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Download&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;       bin_filesize                    = &amp;lt;i&amp;gt;&amp;lt;length&amp;gt;???&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;       filename                        = fullpath&lt;/P&gt;&lt;P&gt;       filetype                        = 'BIN'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   filelength                      = &amp;lt;i&amp;gt;&amp;lt;length&amp;gt;???&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;      TABLES&lt;/P&gt;&lt;P&gt;        data_tab                        = xmltable&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  FIELDNAMES                      =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points are certain...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Aslam Riaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 10:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083768#M98659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-11T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083769#M98660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create the xmltable like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: xmltable type standard table of string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you should not have problem. i have used this in the past without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 11:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083769#M98660</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-11T11:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083770#M98661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting a short dump when using this...&lt;/P&gt;&lt;P&gt;data: xmltable type standard table of string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's I moved to code yesterday;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ttab,&lt;/P&gt;&lt;P&gt;       record(50000) TYPE c,&lt;/P&gt;&lt;P&gt;       END OF ttab.&lt;/P&gt;&lt;P&gt;DATA: xmltable TYPE TABLE OF ttab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Aslam Riaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 11:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083770#M98661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-11T11:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083771#M98662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the short dump analysis says! which version of WAS you are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 11:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083771#M98662</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-11T11:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083772#M98663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raja,&lt;/P&gt;&lt;P&gt;                                                                                Our WAS 6.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find;&lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An exception occurred. This exception is dealt with in more detail below      &lt;/P&gt;&lt;P&gt;. The exception, which is assigned to the class 'CX_SY_CREATE_DATA_ERROR', was&lt;/P&gt;&lt;P&gt; neither                                                                      &lt;/P&gt;&lt;P&gt;caught nor passed along using a RAISING clause, in the procedure              &lt;/P&gt;&lt;P&gt; "PUT_CHAR_LINEBUFFER" "(FORM)"                                               &lt;/P&gt;&lt;P&gt;.                                                                             &lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception      &lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.                                &lt;/P&gt;&lt;P&gt;The reason for the exception is:                                              &lt;/P&gt;&lt;P&gt;CREATE DATA should be used to create a data object of the type "C" with       &lt;/P&gt;&lt;P&gt;the length                                                                    &lt;/P&gt;&lt;P&gt;106542. The value 106542 does not lie within the valid range.                                                                                &lt;/P&gt;&lt;P&gt;Valid range for the length declaration:                                                                                &lt;/P&gt;&lt;P&gt;Type C, N, X: 1 .. 65535                                                      &lt;/P&gt;&lt;P&gt;Type P:       1 .. 16                                                         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Aslam Riaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 12:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083772#M98663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-11T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083773#M98664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are on WAS6.40 and it works fine. let me look for a alternative method and get back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 12:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083773#M98664</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-11T12:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083774#M98665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have the following OSS note applied in the system. If not it looks like that this will prevent the error you are mentioning from happenning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;882285 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 12:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083774#M98665</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-11T12:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083775#M98666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot... if truth be told man you are a GEM...  &lt;/P&gt;&lt;P&gt;Applying this note fixed the problem...fantastic... &lt;/P&gt;&lt;P&gt;Keep-up the good work. &amp;lt;b&amp;gt;God bless you&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I personally would like to call you and thank... was not aware is it ok with you... Hence please except my gratitude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Aslam Riaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 12:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083775#M98666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T12:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export file size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083776#M98667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call/mail me anytime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find my contact details , in my business card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 12:57:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-file-size/m-p/1083776#M98667</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-12-12T12:57:54Z</dc:date>
    </item>
  </channel>
</rss>

