<?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: Read file from client, problem with file size. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-file-from-client-problem-with-file-size/m-p/7117253#M1510604</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;change the structure to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of lty_itab,&lt;/P&gt;&lt;P&gt;        line(30000) type c,&lt;/P&gt;&lt;P&gt;       end of lty_itab .&lt;/P&gt;&lt;P&gt;data: lt_itab type table of lty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data will populate correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jul 2010 09:51:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-02T09:51:43Z</dc:date>
    <item>
      <title>Read file from client, problem with file size.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-file-from-client-problem-with-file-size/m-p/7117252#M1510603</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;I have a question regarding "read file from client".&lt;/P&gt;&lt;P&gt;I'm using this code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
types: begin of lty_itab,
        line type string,
       end of lty_itab .
data: lt_itab type table of lty_itab.

  call method cl_gui_frontend_services=&amp;gt;gui_upload
     exporting
       filename                = p_pfnam
     changing
       data_tab                = lt_itab
     exceptions
       file_open_error         = 1
       file_read_error         = 2
       no_batch                = 3
       gui_refuse_filetransfer = 4
       invalid_type            = 5
       no_authority            = 6
       unknown_error           = 7
       bad_data_format         = 8
       header_not_allowed      = 9
       separator_not_allowed   = 10
       header_too_long         = 11
       unknown_dp_error        = 12
       access_denied           = 13
       dp_out_of_memory        = 14
       disk_full               = 15
       dp_timeout              = 16
       not_supported_by_gui    = 17
       error_no_gui            = 18
       others                  = 19.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a result  lt_itab was populated with data from file, but with limited size CString&lt;SPAN __jive_macro_name="317"&gt;&lt;/SPAN&gt;. How can I fix that? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 07:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-file-from-client-problem-with-file-size/m-p/7117252#M1510603</guid>
      <dc:creator>vladimirs_semikins</dc:creator>
      <dc:date>2010-07-02T07:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read file from client, problem with file size.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-file-from-client-problem-with-file-size/m-p/7117253#M1510604</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;change the structure to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of lty_itab,&lt;/P&gt;&lt;P&gt;        line(30000) type c,&lt;/P&gt;&lt;P&gt;       end of lty_itab .&lt;/P&gt;&lt;P&gt;data: lt_itab type table of lty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data will populate correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 09:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-file-from-client-problem-with-file-size/m-p/7117253#M1510604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-02T09:51:43Z</dc:date>
    </item>
  </channel>
</rss>

