ALV Download Problem

Hi Experts,
ALV report is generated well but the PROBLEM, lies in downloading to xls.
The character size here is more than 1600 characters, so it is downloading to xls in jumbled way.
Please help.
Regards,
IFF

Hi,
   Use GUI_DOWNLOAD it will work
*&      Form  sub_download
      text
-->  p1        text
<--  p2        text
FORM sub_download.
  CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE                    =
      filename                        = p_path
     filetype                        = 'ASC'
    APPEND                          = ' '
     write_field_separator           = 'X'
    HEADER                          = '00'
    TRUNC_TRAILING_BLANKS           = ' '
    WRITE_LF                        = 'X'
    COL_SELECT                      = ' '
    COL_SELECT_MASK                 = ' '
    DAT_MODE                        = ' '
    CONFIRM_OVERWRITE               = ' '
    NO_AUTH_CHECK                   = ' '
    CODEPAGE                        = ' '
    IGNORE_CERR                     = ABAP_TRUE
    REPLACEMENT                     = '#'
    WRITE_BOM                       = ' '
    TRUNC_TRAILING_BLANKS_EOL       = 'X'
    WK1_N_FORMAT                    = ' '
    WK1_N_SIZE                      = ' '
    WK1_T_FORMAT                    = ' '
    WK1_T_SIZE                      = ' '
  IMPORTING
    FILELENGTH                      =
    TABLES
      data_tab                        = it_final
    FIELDNAMES                      =
  EXCEPTIONS
    FILE_WRITE_ERROR                = 1
    NO_BATCH                        = 2
    GUI_REFUSE_FILETRANSFER         = 3
    INVALID_TYPE                    = 4
    NO_AUTHORITY                    = 5
    UNKNOWN_ERROR                   = 6
    HEADER_NOT_ALLOWED              = 7
    SEPARATOR_NOT_ALLOWED           = 8
    FILESIZE_NOT_ALLOWED            = 9
    HEADER_TOO_LONG                 = 10
    DP_ERROR_CREATE                 = 11
    DP_ERROR_SEND                   = 12
    DP_ERROR_WRITE                  = 13
    UNKNOWN_DP_ERROR                = 14
    ACCESS_DENIED                   = 15
    DP_OUT_OF_MEMORY                = 16
    DISK_FULL                       = 17
    DP_TIMEOUT                      = 18
    FILE_NOT_FOUND                  = 19
    DATAPROVIDER_EXCEPTION          = 20
    CONTROL_FLUSH_ERROR             = 21
    OTHERS                          = 22
  IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
ENDFORM.                    " sub_download
Regards,
Prashant

Similar Messages

  • OO ALV Download Problem

    Hello,
               I have developed ALV Gird using OO.While iam trying to download i.e thru Export--local file path . System is throwing dump.
    Thanks.

    Hi.
    I faced a similar problem where the column names were picked up from corresponding domains/data element description.
    You may resolve this issue by using EXCEL view button  on top of ALV list. This loads the output in Excel format preserving all the layout settings and column titles of ALV list. This sheet can be saved easily using save as menu of Excel.
    only other option for this is to create Z data elements with descriptions you want.

  • Excel sheet download problem from ALV

    Hi all,
    when i am trying to download an ALV report into localfile... Excel, two middle coloum values are not appeared in excel sheet but headings are available.
    last three coloums values are overlapped in these headings.
    Where might be the problem exist?

    Hi,
    Reprots
    http://www.sapgenie.com/abap/reports.htm
    http://www.allsaplinks.com/material.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    ALV
    1. Please give me general info on ALV.
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    2. How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    3. How do I add subtotals (I have problem to add them)...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    4. How to add list heading like top-of-page in ABAP lists?
    http://www.sapfans.com/forums/viewtopic.php?t=58775
    http://www.sapfans.com/forums/viewtopic.php?t=60550
    http://www.sapfans.com/forums/viewtopic.php?t=16629
    5. How to print page number / total number of pages X/XX in ALV? http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)
    6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.
    http://www.sapfans.com/forums/viewtopic.php?t=64320
    http://www.sapfans.com/forums/viewtopic.php?t=44477
    7. How can I set the cell color in ALV? http://www.sapfans.com/forums/viewtopic.php?t=52107
    8. How do I print a logo/graphics in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=81149
    http://www.sapfans.com/forums/viewtopic.php?t=35498
    http://www.sapfans.com/forums/viewtopic.php?t=5013
    9. How do I create and use input-enabled fields in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=84933
    http://www.sapfans.com/forums/viewtopic.php?t=69878
    10. How can I use ALV for reports that are going to be run in background?
    http://www.sapfans.com/forums/viewtopic.php?t=83243
    http://www.sapfans.com/forums/viewtopic.php?t=19224
    11. How can I display an icon in ALV? (Common requirement is traffic light icon).
    http://www.sapfans.com/forums/viewtopic.php?t=79424
    http://www.sapfans.com/forums/viewtopic.php?t=24512
    12. How can I display a checkbox in ALV? http://www.sapfans.com/forums/viewtopic.php?t=88376
    http://www.sapfans.com/forums/viewtopic.php?t=40968
    http://www.sapfans.com/forums/viewtopic.php?t=6919
    Check this for basic concepts of OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/abap%20objects/abap%20code%20sample%20to%20learn%20basic%20concept%20of%20object-oriented%20programming.doc
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20display%20data%20in%20alv%20grid%20using%20object%20oriented%20programming.doc
    Tabstrip
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20for%20tab%20strip%20in%20alv.pdf
    Editable ALV
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap%20code%20samples/alv%20grid/abap%20code%20sample%20to%20edit%20alv%20grid.doc
    Tree
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree/alvtree_usrint.htm
    General Tutorial for OOPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    http://www.sapdevelopment.co.uk/reporting/alvhome.htm
    http://www.sap-img.com/abap/what-is-alv-programming.htm
    http://www.sap-img.com/abap-function.htm
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/alv/alvtree%5Calvtree_basic.htm
    http://esnips.com/doc/ad20dca9-6182-4903-8d8f-96a66dc8590c/ALV.pdf
    http://www.sap-img.com/abap-function.htm

  • ALV download to excel inquiry

    Hi,
    I have a problem with regards to the ALV download to excel.  I have an ALV grid with 40 columns and i need to download the output to an excel file.  But after downloading the ALV output, i noticed that some columns are already on the next line. i need to have all columns to be in the same line.  Does anyone have an idea how to prevent columns to be printed in the next line?
    Thanks in advance!
    Kind regards,
    Merriam

    Looks like Note 855314 has a workaround ... my be more.
    Of course (yuk!), write you own download.
    Best!
    Jim

  • ALV Download to Excel

    Hi Experts,
    Currently in my custom program I have an issue regarding downloading ALV to excel file where one of the fields in the report will output more than 400 characters which is in Chinese characters and this field already type to string. The problem is when i download it to excel only the 301 characters is only downloaded to the file.
    Addtnl information:
    The data in the output internal table is complete before going through the FM REUSE_ALV_GRID but when i tried to debug when downloading before it reaches to the GUI_DOWNLOAD it already has incomplete data so this means that this is not a problem for GUI_DOWNLOAD.
    Question:
    Is the problem a SAP ALV download limitation?
    Is there an available solution for this?
    Edited by: Ekitzv on Apr 8, 2011 6:21 AM

    First try to scroll down till the last page, then select all the column manually by putting curser and copy.
    This will solve your issue. i usually do in ths way
    Shayam

  • How can I disenable the EXCEL field format when use ALV download to excel ?

    Dear friends,
         I have a problem with the ALV download to EXCEL. One field Value in ALV is like u2018-abcdeu2026u2019.the character u201C-u201Cis the first   position  in field value.when I download  the value to EXCEL,the field value u2018-abcdeu2026u2019 changed u2018=-abcdeu2026u2019 in EXCEL.how can I remove u2018=u2019 in EXCEL when I down to excel used ALV.
    I add a space in u2018  -abcdeu2026u2019,So this value can be download to Excel .
    Have you any solve method?
    User does not use excel logo button to download.
    User use Local fileu2026 button to download
    Thanks
    Sun

    add a single quote to the beginning of the field.
    like:  '-abcde
    in excel it will be shown as : -abcde

  • Why the ALV download Excel can't show all field title?

    Dear All
             I have a problem for ALV download to Excel
    Example: the field  title description has 11 len bits when I download Excel then the field title is u2018descriptiou2019 only 10 len bits. I found when the field value is more then 11 then can show all,if the field value less than 11 then download Excel only show 10.
    The description has 40 bits.if itu2019s value less 40 then ALV CONDENSE the space .
    I removed this code: GT_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.but problem is also exits.
    How can I do ?
    Thanks

    Make sure you populate below, it may help you to solve your problem. 
    t_fieldcatalog-col_pos     = col_pos.
    t_fieldcatalog-outputlen   = out_len.
    Rgds,
    SaiRam

  • IPhone app store downloading problem

    I have iPhone app store downloading problem (iOS 5). I could not download or update any software successfully from yesterday. Every app shows "waiting for download" but nothing happen for two days. It seems my app store does not connect to server. I use same account in my iPad, but it works normal. So, what happen to my iPhone? Please help me!

    Hold the home button and lock button for 10 seconds to reboot the iPhone.

  • Adobe reader download problem on mac.  when i try to download reader it says i need adobe air.  when i try to download adobe air it says it's no longer available or supported.  i deleted the old air because i got a message saying i needed to delete it.

    adobe reader download problem on mac.  when i try to download reader it says i need adobe air.  when i try to download adobe air it says it's no longer available or supported.  i deleted the old air because i got a message saying i needed to delete it. what should i do?  my operating system is Mac 10.7.5

    You don't need Adobe AIR to download or install Adobe Reader.
    Try downloading the offline installer from http://get.adobe.com/reader/enterprise/

  • ALV Download to excel truncating fields

    Hi,
    When I use the ALV download button to download to excel, it is truncating the last character of customer number.
    ie customer 20011790 is showing as 2001179.
    Any ideas how to fix this.
    Thanks.

    Looks like Note 855314 has a workaround ... my be more.
    Of course (yuk!), write you own download.
    Best!
    Jim

  • Rental movie download problems

    I
    I trie to download a movie ,it says it has downloaded buy won't let me play it

    I have been having downloading problems for the last few days and despite all the tricky advice. iTunes jut can't solve the problem.
    These are some of the actions taken:-
    Uninstall and reinstall iTunes
    Turn off Anti Virus (didn't like that one!) Then uninstall anti virus!!!!!! No!!!
    Change preferences in iTunes
    Update iTunes...etc etc etc etc etc!  ZIP!
    Think I will go back to Big Pond Movies as is a lot easier and less stressful.
    Do I Tunes think everyone has telescopic eyesight? The text is so small (just like all their printed matter) have to use a magnifying glass.
    As you can detect, I am less than happy.
    Graham

  • ** 6i Download problems - Product Management speaks **

    Firstly on behalf of the 6i Product Management team let me appologise for the problems you have been experiencing with Technet and specifically with downloading 6i.
    I watch this forum and answer questions time permitting whenever I can, this forum (along with comp.databases.oracle.tools and ODTUG) are monitored by Product Management.
    You need to understand that Oracle is a very big company and that getting all the little parts to work seamlessly together sometimes doesn't work as well as it should, so please be assured that Tools PM is working as hard and as fast as it can to ensure that 6i is available for you to download.
    I have made enquiries today to find out what is happening at Technet. This is a division of Marketing based out of the US HQ, the PM teams have no responsibility for the management or maintenance of this site, we merely monitor mail lists and post our new software when complete.
    I am waiting for information on the action plan to resolve the performance and download problems being experienced by the Developer community.
    In response to some of the comments posted about downloading
    It is obvious that 6i has been out for a WHILEActually this is not true, it has been available for download for a while, but not orderable..
    Product Release Point Dates:
    (1)
    Release to MFG - 24-MAR-00 (This date is used by engineering and is the start of the 16-week period for the 1st patchset.) THE PRODUCT IS NOT ORDERABLE YET.
    (2)
    Release to PRG - 14-APR-00 (This is the M&D hand-off date for the Tools CD Pack.) THE PRODUCT IS NOT ORDERABLE YET.
    (3)
    Between 6:00PM PST and midnight 27-APR-00 - R6i, Windows, was added to the Oracle Store and officially orderable.
    I have seen many posted messages, iTARS, etc referencing the availability of downloading forms updates, availablity of getting patchesAs you will see from the information above, this is not possible, patch one for 6i will not be released until 16 weeks after 24-MAR-2000
    How much do we have to pay and who do we have to kiss to get a freakin update from Oracle? As the author of this comment has a support contract, they will know that you do not automatically get updates for products for which you hold licences. You merely need to order the latest version of the CD. Your support Account Manager will be able to advise you how to do this.
    Once again, please be assured that we value your time, effort and feedback and that we do watch this forum with great interest.
    I hope you found this information useful.
    Jason Pepper
    Senior Product Manager
    Oracle Enterprise Internet Tools

    As an update on the OTN performance problem I talked about earlier, I got some info from Global Ops
    Customers are trying to download software from ftp.oracle.com, a server managed by the datacenter. The server is actually 2 servers (mirrored), with 1,400 connections (700 per machine). Bottom line is that ftp.oracle.com doesn't have enough connections to support the number of users trying to download Oracle products each day. Approval has been received for a dedicated OC3 pipe to the ftp server; it's believed this will boost the current capacity to 4-5 times what's there today.
    Other improvement measures are being investigated.
    Whilst this is being resolved, please consider ordering the CD which is free. I have just tested this and it worked for me ;)
    Jason Pepper
    Oracle Enterprise Internet Tools

  • EWA Alert 'rating not defined' and 'download problem' (last week it's fine)

    Hi Friends,
    Please help me with this Alert.
    We have a weekly schedule of EWA report. Lat week the report was fine (green).
    This week it's been grayed out. the erro is Rating not defined and download problem.
    I have run the EWA report and it generated well.
    As per the EWA aler recomendation, i have run the sysprep check (sdcc) in target system. as per the report ihave checked the patches, they seems to be ok.However till last week the report was fine(Green).
    I have checked the RFC connections etc.
    Please check the following error message and help me soon. Since this is a production system.
    Regards
    srini

    hi srini,
    r there any upgrades of patches as now i am experiencing the same problem to my qty and dev servers where i have scheduled ewa reps.
    it says dwnld problem... but i assume the recent cvhanges to our servers patch levels has some thing to do with this..as that is the only changewe had perfromed...i would keep u informed once i check back to this issue.
    let me know if u find any,
    Br,
    Sri
    Award points for helpful answwers

  • Download Problems with K8N Neo4 Platinum Nvidia Ethernet Controller

    Just to ask if there is some basic setup for Nvidia network drivers in Windows or in BIOS since I'm having download errors with a DSL connection when i use the Nvidia networking controller, not depending from  the OS I'm booting (WinXP Pro SP2 or  WinXP pro 64). When I download using the Marvell Yukon controller everything  works fine in both operating systems. Additional specs:
    K8N Neo 4 Platinum (latest MSI Nforce4 drivers)
    Athlon 64 X2 4200+
    2GB Transcend RAM
    EVGA 6600 GT 128MB PCI-E
    Samsung Spinpoint 200GB SATA (Win XP Pro + SP2)
    Samsung Spinpoint 200GB SATA (Win XP Pro 64)
    Samsung TS-H522U DVD-RW
    Seventeam ST-550EAG  3.3@30A  5.0@30A  12V1 & 12V2 @ 18A each

    Quote from: Indigian on 07-November-05, 00:23:35
    Open up the nvidia firewall.
    Click on 'Active Armour'
    Click on 'Application'
    change the setting from 'offloadable' to 'notoffloadable'
    This solves the download problem.
    Indigian,  you are The Man!!!!!
    That solved it !!! Thank you very much!

  • Download problems with Oracle 9i

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name : http://download-east.oracle.com
    - Filename : 92010NT_Disk1.zip, 92010NT_Disk2.zip, 92010NT_Disk3.zip
    - Date/Time : 15 Aug 2002
    - Browser + Version : IE 5.x, Netscape 4
    - O/S + Version : MS Windows 98/2000
    - Error Msg
    I have been trying to download Oracle 9i for the past three weeks. Every time I try to download the above mentioned files the file Login.jsp gets copied. I've tried using both GetRight and GoZilla!
    Could someone please advise me what to do. Any help would be appreciated.

    I recently downloaded Oracle9i personal edition, it took me more than 7 hours, and the downloaded zip file is A91514-01.zip. You need to check how reliable is your internet connection. regards. winston

Maybe you are looking for

  • How do you install windows bootcamp on a second internal hard drive?

    I have a SSD as my main hard drive then installed the old hard drive internally in the internal optical bay slot. Whenever I try to install Windows and reboot, I get the No Bootable Disk error. Any ideas?

  • How to put acents in pages app

    How I can correct the acents in pages app for Macbook?

  • Email ID's of users

    Hi, can any body very urgently tell me the way to display the users and the email addresses of them. i.e., i have list of users and i need the email addresses of them. Is there any short cut to get the entire list other than with SU01. Thanks in adva

  • Data Transfer using LSMW IDOC processing with multiple segments

    we need to post the document data (Header structure, BP item structure, G/L item structure..etc) using LSMW IDOC processing. is it possible to transfer data for all these structures (Segments) in single file?

  • Workitem Display in Original System

    A workitem appears in the CRM, there is a link which says Display in Original System. see page 757 figure 26-4 in Practical Workflow for Sap. How can I get this to work, right now if I click on it, nothing happens. PLEASE HELP the newbie  Newbie is a