<?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: GUI_DOWNLOAD problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948159#M1601428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shivach,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I tried that also ...but not working. Any other option? Actually TAB_DETAIL contains encrypted string value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jun 2011 10:51:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-02T10:51:56Z</dc:date>
    <item>
      <title>GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948154#M1601423</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;  I am trying to download the table value to PC by using FM GUI_DOWNLOAD.  TAB_DETAIL  table has 15,000 character...but i am getting the output in the file only 8,000 characters. Please help me to get full 15,000 characters. Below is my coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: L_SIZE1 TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   BIN_FILESIZE                  = L_SIZE1&lt;/P&gt;&lt;P&gt;    FILENAME                      = 'C:\ITEM1.TXT'&lt;/P&gt;&lt;P&gt;   FILETYPE                      = 'ASC'&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   FILELENGTH                    = L_SIZE1&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    DATA_TAB                      = TAB_DETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kelvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948154#M1601423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948155#M1601424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;please edit the given and remove BIN_FILESIZE = L_SIZE1and than try  if not try by removing  FILELENGTH = L_SIZE1 if you have declared in declaration its ok or else than try by removing it .&lt;/P&gt;&lt;P&gt;thanking you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948155#M1601424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948156#M1601425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Give only file name and data_tab like below.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;gui_download
  EXPORTING
    filename = ld_file
  CHANGING
    data_tab = datatab
  EXCEPTIONS
    OTHERS   = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948156#M1601425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948157#M1601426</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;   I have tried the same way. But still not bale to get entire characters. Actually TAB_DETAIL contains STRING value. Any other way is there to download entire value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948157#M1601426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948158#M1601427</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;Take one internal table with the field as type string. And pass that value to the DATA_TAB. May be it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948158#M1601427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948159#M1601428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shivach,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I tried that also ...but not working. Any other option? Actually TAB_DETAIL contains encrypted string value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948159#M1601428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948160#M1601429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try Ambujavalli's suggestion, try the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: L_SIZE1 TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;FILENAME = 'C:\ITEM1.TXT'&lt;/P&gt;&lt;P&gt;FILETYPE = 'ASC'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;FILELENGTH = L_SIZE1&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA_TAB = TAB_DETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what do you mean by encrypted value? Are you decrypting the file before you read it or are you using any special software(which does the decrypting)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chen K V on Jun 2, 2011 4:26 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chen K V on Jun 2, 2011 4:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 10:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948160#M1601429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T10:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948161#M1601430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have tried that way also..but not getting entire value. I have encrypted entire string by using some algorithm...its encrypted well. But while downloading the encrypted value its downloading partial value only. please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948161#M1601430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T11:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948162#M1601431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How wide is each row?  GUI_DOWNLOAD transfers up to 1024 bytes per row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948162#M1601431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T11:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948163#M1601432</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;   It's a single string value...has 15 thousand characters. While debugging i can see the internal table TAB_DETAIL 15 thousand character.  But while passing to GUI_download , import parameter FILELENGTH has taking only 8 thousand character. Thats why i couldnt get 15K character at my downloaded file. What needs to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 11:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948163#M1601432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T11:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948164#M1601433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - 

When closing old threads, there is no need to add a comment. Adding a pasted answer like "solved by own" only brings old threads to the top of the forum list and pushes current ones down. If you do add a comment, please indicate just how the problem was resolved.

Rob

&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 13:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948164#M1601433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948165#M1601434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelvin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the below information from your program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data declaration of the ITAB - TAB_DETAIL, you say that the encrypted value is in a string, paste the code using which you are passing the string value to the ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a single string value...has 15 thousand characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean to say that TAB_DETAIL is declared and the way you are passing the string to the table is as below?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: TAB_DETAIL type standard table of string.
append encrypted_string to TAB_DETAIL.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 13:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948165#M1601434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T13:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948166#M1601435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how did u declare the TAB_DETAIL??? Maybe the problem is located there and not in the GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;In addition&lt;/P&gt;&lt;P&gt;do not use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
BIN_FILESIZE = L_SIZE1
FILETYPE = 'ASC'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because the default option of the FM is filetype = 'ASC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 14:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948166#M1601435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-02T14:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: GUI_DOWNLOAD problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948167#M1601436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 07:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/gui-download-problem/m-p/7948167#M1601436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-05T07:14:16Z</dc:date>
    </item>
  </channel>
</rss>

