Problems downloading spool lists to spreadsheet format

Hi,
When downloading spool lists to spreadsheet format, individual columns
are not separated like lists created online.
How can we solve this problem?
(Notes 118692 and 650491 don't give any solution)
Thanks in advance.
Eduard

Your subject header says you own CS5 but your message says CS5.5 so I assume you really want CS5.5.
Download CS5.5 from http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
Follow the Very Important Instructions on that page first BEFORE you click the download links.
Install then enter your serial number to license it.

Similar Messages

  • Download SAP Report in Spreadsheet Format with automatic Save As selection

    Hi All,
    I'm using an Excel sheet that links up to SAP to grab some data off of QE03. Due to the nature of my data, I have to save the data into Excel/Spreadsheet format (aka this button )
    BUT, when you click that button it stops the script for a "Save As" screen, since it isn't a part of SAP. Since I have a macro immediately after the save that cuts the data, I need this to be fully automated and uninterrupted.
    Here is the script I have in excel:
    Dim SapGuiAuto
    Dim Apps
    Dim Connection
    Dim session
    Dim WScript
    Sub Master()
            With Sheets("Graphs")
            Call SAP
            Call QE03
            End With
    End Sub
    Sub SAP()
    If Not IsObject(Apps) Then
       Set SapGuiAuto = GetObject("SAPGUI")
       Set Apps = SapGuiAuto.GetScriptingEngine
    End If
    If Not IsObject(Connection) Then
       Set Connection = Apps.Children(0)
    End If
    If Not IsObject(session) Then
       Set session = Connection.Children(0)
    End If
    If IsObject(WScript) Then
       WScript.ConnectObject session, "on"
       WScript.ConnectObject Application, "on"
    End If
    End Sub
    Sub QE03()
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").Text = "/nqe03"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]").sendVKey 4
    session.findById("wnd[1]/usr/tabsG_SELONETABSTRIP/tabpTAB005/ssubSUBSCR_PRESEL:SAPLSDH4:0220/sub:SAPLSDH4:0220/ctxtG_SELFLD_TAB-LOW[1,24]").Text = "123456"
    session.findById("wnd[1]/usr/tabsG_SELONETABSTRIP/tabpTAB005/ssubSUBSCR_PRESEL:SAPLSDH4:0220/sub:SAPLSDH4:0220/ctxtG_SELFLD_TAB-LOW[1,24]").SetFocus
    session.findById("wnd[1]/usr/tabsG_SELONETABSTRIP/tabpTAB005/ssubSUBSCR_PRESEL:SAPLSDH4:0220/sub:SAPLSDH4:0220/ctxtG_SELFLD_TAB-LOW[1,24]").caretPosition = 8
    session.findById("wnd[1]").sendVKey 0
    session.findById("wnd[1]/usr/lbl[1,1]").SetFocus
    session.findById("wnd[1]/usr/lbl[1,1]").caretPosition = 8
    session.findById("wnd[1]").sendVKey 2
    session.findById("wnd[1]/usr/lbl[1,3]").SetFocus
    session.findById("wnd[1]/usr/lbl[1,3]").caretPosition = 7
    session.findById("wnd[1]").sendVKey 2
    session.findById("wnd[0]/usr/ctxtQAQEE-VORNR").Text = "1234"
    session.findById("wnd[0]/usr/ctxtQAQEE-VORNR").SetFocus
    session.findById("wnd[0]/usr/ctxtQAQEE-VORNR").caretPosition = 4
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/mbar/menu[1]/menu[0]/menu[0]").Select
    session.findById("wnd[0]/tbar[1]/btn[40]").press
    session.findById("wnd[1]/tbar[0]/btn[8]").press
    session.findById("wnd[1]/tbar[0]/btn[37]").press
    End Sub
    I get stuck right at the last line, "session.findById("wnd[1]/tbar[0]/btn[37]").press" which opens the Save As dialog box. I've seen some similar topics around here, but I am honestly not too savvy at scripting and this is an Excel specific model, so does anyone have any advice?

    Hi,
    Why are you trying to use  that button?
    It's much easier to use simple its called "Local file" u can grab it by shortcut CTRL+SHIFT+f9...
    Another option is to use SAP functions:: put "%PC" to command field then enter, and you will get the window with option to save data in excel.
    Please find below some examples to download data to excel:
    'For STANDARD T-CODES like MB52
    'export to excel button
    Session.FindById("wnd[0]/tbar[1]/btn[45]").Press
    Session.FindById("wnd[1]/usr/subSUBSCREEN_STEPLOOP:SAPLSPO5:0150/sub:SAPLSPO5:0150/radSPOPLI-SELFLAG[1,0]").Select
    Session.FindById("wnd[1]/tbar[0]/btn[0]").Press
    Uname = CreateObject("WScript.Network").UserName
    Session.FindById("wnd[1]/usr/ctxtDY_PATH").Text = "C:\Users\" & uname & "\Desktop\"
    Session.FindById("wnd[1]/usr/ctxtDY_FILENAME").Text = "TEMP.xls"
    'rewrite
    Session.FindById("wnd[1]/tbar[0]/btn[11]").Press
    OPTION WITH "%PC"
    'save to TEMP
    session.findById("wnd[0]/tbar[0]/okcd").Text = "%pc"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[1]/usr/subSUBSCREEN_STEPLOOP:SAPLSPO5:0150/sub:SAPLSPO5:0150/radSPOPLI-SELFLAG[1,0]").Select
    session.findById("wnd[1]/tbar[0]/btn[0]").press
    session.findById("wnd[1]/usr/ctxtDY_PATH").Text = "C:\Users\" & Uname & "\Desktop\"
    session.findById("wnd[1]/usr/ctxtDY_FILENAME").Text = "TEMP.xls"
    session.findById("wnd[1]/tbar[0]/btn[11]").press
    Best,

  • Problem downloading spool data

    Hi,
    We have a requirment wherein we need to print chinese text in the script.We are facing problem while downloading the file from the spool(SP02).The chinese text is showing up perfectly in the spool but when we download it,and open it,it shows junk characters..is there any setting to be done in SAP?
    Thanks..

    hii rakesh
    The logic to build SAP Script and Smart form of all languages will be same. But while working on Asian language please take care of the following points.
    1 Make sure you logon to SAP in CHINESE language only.
    2 At the Operating system level install the hungarian language.[Control panel - >Regional and language Option - >language Tab - > Click on Install Files for East Asian languages] If these language already installed then click on Detail and add the  CHINESE languages .
    3 At SAP level click on Customizing of Local layout[Alt+F12] and click on options.Go to tab I18N and click on Activate the multi-byte functionalities to support check box.
    4.Take care of the Font while assigning to Character formar or paragraph format. Dont use normal font name.
    USE  CHINESE FONT
    REGARDS
    Naresh

  • Download music list to spreadsheet

    How can I capture my "music" list in a spreadsheet?

    There is no "downloading to a spreadsheet".
    Check out the "More Like This" section over there ==================>
    for ways to get the media in the library into a spreadsheet.

  • Problem download document into Micro Word format after clicking a converting file

    Dear friends,
    Pls help as i am not able open document from microword . It happened after i click converting file into ???something that i forget. The document that open is in not complete sentence and mix with symbols .
    I cant download my lecture note anymore .
    Pls help me how to convert back to my previous function pls.
    Many thks
    Tess

    Hi Tess Tay,
    If you are not able to open any word document then please contact Microsoft Support.

  • Problem in spool-list-recipient

    guy's i am unable to send job status using email
    go for sm36 transcation,for your reference,if any
    configuration has to be done,then pls send me the step
    of how to proceed with that

    go to transaction SBWP and click <b>new message</b> and type in some text message and send it to yourself. then go to transaction SCOT and click Ctrl +F7 and click start. now you should receive the email. if you dont then some configuration steps are missing . (these steps are to eliminate the doubt that if there is anything wrong with your program).
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm">SMTP Configuration Guide</a>
    Regards
    Raja

  • Issue while downloading the alv report output in spreadsheet format .

    Hi,
    I have a report output, whenever I try to download it in the spreadsheet format to my desktop,
    I get the following issue:
    Say the correct material number is 10833340001218999 or 10030000063207001
    (This appears in the report output)
    But in the excel file the number is displayed as 10833340001218900 and 10030000063207000.
    Please help.
    Regards,
    Sucharita.

    Hi Sucharita,
    The reason for your problem could be that in excel 2007, characters more that 15 are replaced with 0.
    Or you can try downloading the data using FM 'GUI_DOWNLOAD' , if currently you are using stadard SAP functionality of data downloading.
    Best Regards,
    Vishal.

  • Spool list not available from SM37

    Hi All,
    We have scheduled a job and running successfully.
    But spool list not displayed from SM37, whereas spool request generated in SP01 at the same time when the job is completed.
    We've checked with the developer and they dint find anything wrong from program end.
    Kindly suggest what is going wrong here.
    Thanks in advance......

    Hi,
    Apply the following SAP notes to resolve this problem:
    1372936 - Spool lists no longer displayed from SM37 after SP
    1174127 - Job refers to incorrect spool request
    regards,
    Aidan

  • User exit / badi in spool list display

    Hi,  I have a little "problem" with spool lists: I'm looking at a spool list, generated by a Z-report in a Job. This is in maintenance planning: The job executes a first step to generate with ristra20 maintenance orders. In a second step my Z-report updates the orders generated in the first step. The next morning my maintenance planners can look into the spool generated by the job... but there is no easy, modification-free way to allow my maintenance planners to just double-click on of the order numbers and to sump into the order. For that I would need a user exit / badi in the spool list display.  Now, I got some questions:  Is there somebody else who would be supporting a user exit / badi in spool list display?  How are development requests to be send to SAP nowadays with maximum probability to get implemented?  Thanks for your time, Holger

    Hi Holger,
    If you go to class CL_EXITHANDLER, Method GET_INSTANCE, then put a breakpoint after 'call method cl_exithandler=>get_class_name_by_interface' i.e. at line 28 'case sy-subrc'; then run your transaction again and you will get many of the user exits and badis available. It will not show you the enhancement points, but all badis etc. will be there.
    Hope this helps.
    Glen

  • Download Spool in list Format

    Dear Friends,
       While downloading the spool job into the GUI,i want to download it into list format as appearing in sap,rather than excel pdf or txt.Please suggest.Also when using downloading to PDF format,the width is not getting adjusted.Please Help.
    Thanks in Advance

    Hello Susan.
    When you perform the download to PDF, SAP uses the SAPWIN printer driver. When you print with a defined SAP printer, uses PCL driver. Maybe that's why you have different width comparing both printings. This is for SAP forms (Sapscript, Smartfomrs). It could be the same for list format. Please, refer to note 183948.
    I don't know how to download to list format. Sorry.
    Hope this would help you.
    Regards,
    Andrés Sarcevic.

  • Download the output into Excel...(List- export- spreadsheet)

    Dear friends,
    I want to download the output into Excel...
    I am using all SAP standards and using the ALV Block list
    Ex: List->export->local file.. is anable from here i can download to excell .....but the same there is anothere option : List->export->spreadsheet...( this one inactive.)
    I want to activate the List->export->spreadsheet option.
    how to do this???
    Thanks,
    Sridhar.

    Hi
       Use the Function Module:
    EXCEL_OLE_STANDARD_DAT
    For your purpose.
    But by default you can get the option to download into several formats including your desired one.
    Regards,
    Sreeram

  • Excel download for ALV Block report (List- export- spreadsheet)

    Dear friends,
    I want to download the output into Excel...
    I am using all SAP standards and using the ALV Block list
    Ex: List->export->local file..  is anable from here i can download to excell .....but the same there is anothere option : List->export->spreadsheet...( this one inactive.)
    I want to activate the  List->export->spreadsheet option.
    how to do this???
    Thanks,
    Sridhar.

    hi Sridhar,
    there is already an option to download in spreadsheet format when saving to local file...then why do you want to activate List->export->spreadsheet ????
    regards,
    madhu

  • Problem when we dowload spool list into excel.

    Hello Gurus,
    I have developed an custom report, The output contains 15 columns. When i run the report in foreground the output will be displayed in correct format also when i download the report list into excel(List->Save/Send->File) then the records will be downloaded in proper format(Each record under respective column heading).
    But when the report is scheduled in background the spool list(SP01) is displayed in the proper format. But when I download this into excel(SppolRequest->Forward->SaveToLocal) . The excel data will be in improper format and all record value are not under respective column heading.
    Can anyone advice me.
    Thanks and regards,
    Vinod

    Hi,
      Use the FM 'EXCEL_OLE_STANDARD_DAT'.
    In this FM populate the tables parameter 'fieldnames' to get each cloumn below the heading correctly.

  • Hi how to save spool list as in xls format

    hi
    i run a job and a list spool is created
    can anyone tell me the step to save the list generated ie the output of hte program form spool list ie hwo to save it to my maching the report output
    rgarfds
    Arora

    Transaction SP01
    select your spool dataset number from the list, mark the checkbox, hit F6
    System -> List -> Save -> Local file, then select 'Spreadsheet'. This will give you an XLS file, but it won't be too pretty.

  • I am English but I live in Spain. when I try to download an app now, as well as my password i get asked to complete a security question from a list. The problem is the list is in Spanish. How can I turn this additional security off

    I am English but I live in Spain. when I try to download an app now, as well as my password i get asked to complete a security question from a list. The problem is the list is in Spanish. How can I turn this additional security off.
    Please note: I dont speak Spanish.
    Please HELP

    You can't turn it off.

Maybe you are looking for

  • My phone is not working after updating to ios 7

    24 hours ago i tried updating to ios 7 my screen went black and the apple picture just keeps blinking. i can not turn my phone off i can not turn it on. i let it die then i charged it and still the samething. i missed ine update before the ios 7 but

  • Can't edit PDF in Acrobat Pro 9

    We have Adobe Acrobat Pro 9 installed on two workstations. On one workstation we cannot edit a particular PDF. It gives an error first about missings a system font and won't allow edits. On the other workstations, we get the same error but CAN edit b

  • Using XML in scripts

    I looking to read from a doc such as a list of  VIP ANI`s. I`m using a holiday script but I want to know how to write from the beginning  what does the create, get etc steps do. Any pointers thanks

  • Compatible issue with ie6

    I built a web site using Dreamweaver CS3 for my self. ( http://www.freewebs.com/coolauto It works perfect in IE 7, but in IE6 it doesn't work properly. On the home page, when you move the mouse on to one of the menu buttons, it should have a half tra

  • Sap script linkage

    i have a script programimng and i want to make a screen in report with few radio buttons and on their selection i need to do some changes in script how to do it?