Mavericks open excel and add number to title

Upgraded iMac and new macBook Pro to 10.9.1 and I have an excel workbook for my company titled "Super Register'14.xls" as an alias on the right side of the Dock.
Each time I open it it adds a number sequentially as in "Super Register'141.xls", "Super Register'142.xls", "Super Register'143.xls".
If I open the excel file from within its folder nothing gets added?
This is nuts.
When I save to get rid of the added number and save as I need to replace the whole file which takes time.
Anybody having this problem?
Any sloutions?

Hi,
Open any query in BEx analyzer
Goto Excel toolbar -> 'Format' -> 'Style' -> choose the dropdown box -> Modify -> and select the one you want.Now save the workbook in the SAP server, to do this, in the excel tool bar at the top select 'BEx analyzer' under that 'save workbook as' and save that with any name.
Now in the BEx toolbar select 'Global settings' and goto 'Default
workbook' tab and press 'use current' and OK. This will make the current workbook as the default workbook globally as the workbook is not saved locally it is saed globally in SAP server.
Rgds
Manoj Kumar

Similar Messages

  • Following = Impossible; no such option in mail preferences - iCloud Mail couldn't be enabled from the iCloud Preference Pane. Open Mail and add your iCloud account from Mail preferences.

    iCloud Mail couldn't be enabled from the iCloud Preference Pane.
    Open Mail and add your iCloud account from Mail preferences.

    What is your question?

  • Not enough memory message when opening excel and powerpoint

    I am running Mac OS X version 10.5.8. I installed Microsoft Office 2008 for Mac about a year ago and was running it without any trouble until about 3 months ago. I can still open Word, but receive a 'not enough memory' message when I try to open Excel or Powerpoint. Has anyone else encountered this problem and does anyone know how to fix it? Thanks

    Yes I have and I think that's when the problem occurred. I've just read another post from someone who was having the same problem. Apparently the solution is just to keep hitting the escape button every time the error message pops up and eventually the application opens! Not very high tech, but I'll give it a go and let you know how I get on.

  • Open Excel and update the data in the Excelsheet

    Dear Experts,
    i load an Excel from the BDS to my Desktop and opan it
    Then should i update fields in the Excelsheet update with new values.
    Have somebody a sample
    Thank you
    Frank

    This is may Code !
    ATA: lt_file TYPE filetable.
    DATA: ls_file LIKE LINE OF lt_file.
    START-OF-SELECTION.
    cl_gui_frontend_services=>file_open_dialog(
      CHANGING
        file_table              =  lt_file  " Table Holding Selected Files
        rc                      =  lv_rc  ). " Return Code, Number of Files or -1 If Error Occurred
    READ TABLE lt_file INTO ls_file INDEX 1.
    IF sy-subrc = 0.
      lv_filename = ls_file-filename.
    ENDIF.
    CALL FUNCTION 'BDS_DOCUMENT_GET_TABLE'
      EXPORTING
      CLIENT                = SY-MANDT
        DOC_ID                = 'BDS_LOC2  AB359E8A6553AE4586BE29E15A1F6D3F'
      BINARY_FLAG           = 'X'
      TABLES
        SIGNATURE             = lt_SIGNATURE
        COMPONENTS            = lt_COMPONENTS
       CONTENT               = lt_CONTENT
       ASCII_CONTENT         = lt_ASCII_CONTENT
    EXCEPTIONS
       NOTHING_FOUND         = 1
       PARAMETER_ERROR       = 2
       NOT_ALLOWED           = 3
       ERROR_KPRO            = 4
       INTERNAL_ERROR        = 5
       NOT_AUTHORIZED        = 6
       OTHERS                = 7.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at lt_CONTENT.
      CONCATENATE content lt_content-LINE into content in byte mode.
    endloop.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        buffer     = CONTENT
      TABLES
        binary_tab = pdf_data_tab.
    filename =  lv_filename.
    cl_gui_frontend_services=>gui_download(
      EXPORTING
        filename = filename
        filetype = 'BIN'
      CHANGING
        data_tab = pdf_data_tab ).
    cl_gui_frontend_services=>execute(
      EXPORTING
        document = filename ).
    filex = filename .
    data: e_sheet type ole2_object.
    data: e_appl  type ole2_object.
    data: e_work  type ole2_object.
    data: e_cell  type ole2_object.
    data: field_value(30) type c.
    Start the application
      create object e_appl 'EXCEL.APPLICATION'.
      set property of e_appl 'VISIBLE' = 1.
    Open the file
      call method of e_appl 'WORKBOOKS' = e_work.
      call method of e_work 'OPEN'
              exporting
                   #1 = filex.
    on this Point i wandt manupulate the Values in the Excelfile

  • Serious problems in Illustrator CC with OSX Mavericks: Open, Place and Save windows don't stay open

    I just upgraded to OSX Mavericks. After that, Illustrator started acting up. When I try to save or open a file, or place an image, the command window opens just for a second or two then closes right away. Even the Save shortcut doesn't work. I've saved the file a few times using Command-S, when I was closing it I got a warning that I had to save it. Of course, I couldn't save it using Save As or Save commands because their windows wouldn't stay open, so I had to just close it. When I opened it again, it was an older version; Illustrator just ignored my last two or three saves.
    I tried restarting the computer and relaunching Illustrator, nothing worked. The problem was worse when I have InDesign open too. But just quitting InDesign didn’t always work. This morning, I had to quit and relaunch both InDesign and Illustrator a few times before the problem temporarily disappeared.
    I think it might also be worth mentioning that I use Apple Trackpad, and my computer is brand new.
    Is anyone else having similar problems? Any help is appreciated.

    Thanks. But I always have the List View.
    One lame thing worked though. I would hit the command short cut and keep hitting it for a few times. This forces the command window to stay open, and it actually helps getting ridding of the problem temporarily.
    I also had a similar but nastier problem in Acrobat. I tried to save a Photoshop PDF file in Acrobat, the Save As window opened and closed right away. Then all the command menus went gray; non of the commands was available including Quit. The only option I had was to force quit Acrobat. However, I didn't have this problem when handling native Acrobat files. The good news is that my lame solution worked.

  • Opening EXCEL and MS WORD doc requires login to WAS

    Hi all, just have a question on when I open an EXCEL or MS Word document in a new window via below html statement, a logon on screen pops up and asking me to logon to the SAP Web Application Server, however, when I cancel, it will open the EXCEL/WORD, document, my question is, how can I remove/bypass the popup dialog screen asking me to logon to SAP WAS. Is this a network security issue?
    <td><a href="/docs/<%= file_name%>" target="_blank">
                           <%= att_name%></a></td>
    Note: "file_name" is the unix filename
          "att_name" is the description of the filename
    Thanks in advance for your help.

    Ok.
    Then the problem is with the relative path for your document. Your BSP application may be in a different node and your "docs" is in a different level in the sicf tree.
    you have to use something like ../docs .
    Regards
    raja

  • Can I open excell and word files on iPad

    Is there a way to read ms office files ag. Word , excel or PowerPoint on I pad?

    The iPad will open and display them natively.  To edit them, you need an app from the App Store.  Documents to Go is one.

  • Can't open excel and get the message

    'The file could not be accessed and the program crashes.  Any thoughts?

    The application may be corrupt. Un-install and re-install Office.
    Office 2011 Removal
    Office 2011 Removal (2)

  • Converting alv list  to excel and send to sapoffice or mail in batch mode

    Hi every one.
    I have the alv list and then I can send to sapoffice or mail in batch mode.
    If I open the list in Sapoffice I can save the list in XLS format or if I open the list by mail, I can select all the content (because is a html file), select the copy option and then open EXCEL and paste the content.
    Can I use an option to convert the alv list to an excel format and then send to mail or sapconnect in batch mode?

    if your requirement is to send a Excel sheet by Email then use this sample program.
    *& Report  ZEMAIL_ATTACH                                               *
    *& Example of sending external email via SAPCONNECT                    *
    REPORT  ZEMAIL_ATTACH                   .
    TABLES: ekko.
    PARAMETERS: p_email   TYPE somlreci1-receiver
                                      DEFAULT '[email protected]'.
    TYPES: BEGIN OF t_ekpo,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      aedat TYPE ekpo-aedat,
      matnr TYPE ekpo-matnr,
    END OF t_ekpo.
    DATA: it_ekpo TYPE STANDARD TABLE OF t_ekpo INITIAL SIZE 0,
          wa_ekpo TYPE t_ekpo.
    TYPES: BEGIN OF t_charekpo,
      ebeln(10) TYPE c,
      ebelp(5)  TYPE c,
      aedat(8)  TYPE c,
      matnr(18) TYPE c,
    END OF t_charekpo.
    DATA: wa_charekpo TYPE t_charekpo.
    DATA:   it_message TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0
                    WITH HEADER LINE.
    DATA:   it_attach TYPE STANDARD TABLE OF solisti1 INITIAL SIZE 0
                    WITH HEADER LINE.
    DATA:   t_packing_list LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
            t_contents LIKE solisti1 OCCURS 0 WITH HEADER LINE,
            t_receivers LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
            t_attachment LIKE solisti1 OCCURS 0 WITH HEADER LINE,
            t_object_header LIKE solisti1 OCCURS 0 WITH HEADER LINE,
            w_cnt TYPE i,
            w_sent_all(1) TYPE c,
            w_doc_data LIKE sodocchgi1,
            gd_error    TYPE sy-subrc,
            gd_reciever TYPE sy-subrc.
    *START_OF_SELECTION
    START-OF-SELECTION.
      Retrieve sample data from table ekpo
      PERFORM data_retrieval.
      Populate table with detaisl to be entered into .xls file
      PERFORM build_xls_data_table.
    *END-OF-SELECTION
    END-OF-SELECTION.
    Populate message body text
      perform populate_email_message_body.
    Send file by email as .xls speadsheet
      PERFORM send_file_as_email_attachment
                                   tables it_message
                                          it_attach
                                    using p_email
                                          'Example .xls documnet attachment'
                                          'XLS'
                                          'filename'
                                 changing gd_error
                                          gd_reciever.
      Instructs mail send program for SAPCONNECT to send email(rsconn01)
      PERFORM initiate_mail_execute_program.
    *&      Form  DATA_RETRIEVAL
          Retrieve data form EKPO table and populate itab it_ekko
    FORM data_retrieval.
      SELECT ebeln ebelp aedat matnr
       UP TO 10 ROWS
        FROM ekpo
        INTO TABLE it_ekpo.
    ENDFORM.                    " DATA_RETRIEVAL
    *&      Form  BUILD_XLS_DATA_TABLE
          Build data table for .xls document
    FORM build_xls_data_table.
      CONSTANTS: con_cret TYPE x VALUE '0D',  "OK for non Unicode
                 con_tab TYPE x VALUE '09'.   "OK for non Unicode
    *If you have Unicode check active in program attributes thnen you will
    *need to declare constants as follows
    *class cl_abap_char_utilities definition load.
    *constants:
       con_tab  type c value cl_abap_char_utilities=>HORIZONTAL_TAB,
       con_cret type c value cl_abap_char_utilities=>CR_LF.
      CONCATENATE 'EBELN' 'EBELP' 'AEDAT' 'MATNR'
             INTO it_attach SEPARATED BY con_tab.
      CONCATENATE con_cret it_attach  INTO it_attach.
      APPEND  it_attach.
      LOOP AT it_ekpo INTO wa_charekpo.
        CONCATENATE wa_charekpo-ebeln wa_charekpo-ebelp
                    wa_charekpo-aedat wa_charekpo-matnr
               INTO it_attach SEPARATED BY con_tab.
        CONCATENATE con_cret it_attach  INTO it_attach.
        APPEND  it_attach.
      ENDLOOP.
    ENDFORM.                    " BUILD_XLS_DATA_TABLE
    *&      Form  SEND_FILE_AS_EMAIL_ATTACHMENT
          Send email
    FORM send_file_as_email_attachment tables pit_message
                                              pit_attach
                                        using p_email
                                              p_mtitle
                                              p_format
                                              p_filename
                                              p_attdescription
                                              p_sender_address
                                              p_sender_addres_type
                                     changing p_error
                                              p_reciever.
      DATA: ld_error    TYPE sy-subrc,
            ld_reciever TYPE sy-subrc,
            ld_mtitle LIKE sodocchgi1-obj_descr,
            ld_email LIKE  somlreci1-receiver,
            ld_format TYPE  so_obj_tp ,
            ld_attdescription TYPE  so_obj_nam ,
            ld_attfilename TYPE  so_obj_des ,
            ld_sender_address LIKE  soextreci1-receiver,
            ld_sender_address_type LIKE  soextreci1-adr_typ,
            ld_receiver LIKE  sy-subrc.
      ld_email   = p_email.
      ld_mtitle = p_mtitle.
      ld_format              = p_format.
      ld_attdescription      = p_attdescription.
      ld_attfilename         = p_filename.
      ld_sender_address      = p_sender_address.
      ld_sender_address_type = p_sender_addres_type.
    Fill the document data.
      w_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
      w_doc_data-obj_langu = sy-langu.
      w_doc_data-obj_name  = 'SAPRPT'.
      w_doc_data-obj_descr = ld_mtitle .
      w_doc_data-sensitivty = 'F'.
    Fill the document data and get size of attachment
      CLEAR w_doc_data.
      READ TABLE it_attach INDEX w_cnt.
      w_doc_data-doc_size =
         ( w_cnt - 1 ) * 255 + STRLEN( it_attach ).
      w_doc_data-obj_langu  = sy-langu.
      w_doc_data-obj_name   = 'SAPRPT'.
      w_doc_data-obj_descr  = ld_mtitle.
      w_doc_data-sensitivty = 'F'.
      CLEAR t_attachment.
      REFRESH t_attachment.
      t_attachment[] = pit_attach[].
    Describe the body of the message
      CLEAR t_packing_list.
      REFRESH t_packing_list.
      t_packing_list-transf_bin = space.
      t_packing_list-head_start = 1.
      t_packing_list-head_num = 0.
      t_packing_list-body_start = 1.
      DESCRIBE TABLE it_message LINES t_packing_list-body_num.
      t_packing_list-doc_type = 'RAW'.
      APPEND t_packing_list.
    Create attachment notification
      t_packing_list-transf_bin = 'X'.
      t_packing_list-head_start = 1.
      t_packing_list-head_num   = 1.
      t_packing_list-body_start = 1.
      DESCRIBE TABLE t_attachment LINES t_packing_list-body_num.
      t_packing_list-doc_type   =  ld_format.
      t_packing_list-obj_descr  =  ld_attdescription.
      t_packing_list-obj_name   =  ld_attfilename.
      t_packing_list-doc_size   =  t_packing_list-body_num * 255.
      APPEND t_packing_list.
    Add the recipients email address
      CLEAR t_receivers.
      REFRESH t_receivers.
      t_receivers-receiver = ld_email.
      t_receivers-rec_type = 'U'.
      t_receivers-com_type = 'INT'.
      t_receivers-notif_del = 'X'.
      t_receivers-notif_ndel = 'X'.
      APPEND t_receivers.
      CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
           EXPORTING
                document_data              = w_doc_data
                put_in_outbox              = 'X'
                sender_address             = ld_sender_address
                sender_address_type        = ld_sender_address_type
                commit_work                = 'X'
           IMPORTING
                sent_to_all                = w_sent_all
           TABLES
                packing_list               = t_packing_list
                contents_bin               = t_attachment
                contents_txt               = it_message
                receivers                  = t_receivers
           EXCEPTIONS
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                OTHERS                     = 8.
    Populate zerror return code
      ld_error = sy-subrc.
    Populate zreceiver return code
      LOOP AT t_receivers.
        ld_receiver = t_receivers-retrn_code.
      ENDLOOP.
    ENDFORM.
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
          Instructs mail send program for SAPCONNECT to send email.
    FORM initiate_mail_execute_program.
      WAIT UP TO 2 SECONDS.
      SUBMIT rsconn01 WITH mode = 'INT'
                    WITH output = 'X'
                    AND RETURN.
    ENDFORM.                    " INITIATE_MAIL_EXECUTE_PROGRAM
    *&      Form  POPULATE_EMAIL_MESSAGE_BODY
           Populate message body text
    form populate_email_message_body.
      REFRESH it_message.
      it_message = 'Please find attached a list test ekpo records'.
      APPEND it_message.
    endform.                    " POPULATE_EMAIL_MESSAGE_BODY
    - Guru

  • Problem opening excel application, it opens all the workbooks at the at once!

    Why everytime I open or start excel application, it opens and open many excel books at the same time! Is this an excel configuration problem? How can I just open excel and start a new excel book, without opening the rest of saved excelbooks?

    Thanks LousyFool. With the help of an Apple store expert finally resolved the problem by eliminating the excel hidden folder. It happens that the excel folder resides in the library folder, and after he deleted it and open excel app it then creates a brand new empty folder. By eliminating the old excel folder the excel files that were opened automatically it fixed the problem!
    Thank for your help

  • Error -2146960888 when opening excel from labview using active x

    attempting to open an instance of excel from labview using active x, I even tried using the "open excel and make visible.vi" found on this site. I get errors every time, Inserting a break right after the property node, I found that it does open excel with no active workbook. once the program runs to ompletion excel terminates. The error is on the line right after the property node executes.

    http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3F15456A4E034080020E74861&p_node=DZ53003&p_submitted=N&p_rank=&p_answer=&p_source=External
    Attachments:
    XL97table.zip ‏29 KB

  • "Invalid type library" error when opening Excel via ActiveX

    Hi,
    I am trying to open Excel via ActiveX (Automation open function), for
    instance by running the
    build in example "Open Excel and make visible". However, on some computers,
    I recieve the error code -2147319784 "Old format or invalid type library".
    The problem seems to be that LabView is unable to recognize the ActiveX
    control, as it does not appear in the list "Select ActiveX Class". It works
    perfecly from Matlab though, so the control seem to be in order. I have also
    tried reinstalling Office.
    On most computers it works perfectly, but three identical Dell P4 900Mhz
    have the same problem.
    /Stefan Borg

    This may be happening due to different Excel versions, a vi made to control Excel 97 won't work for Excel 2000 and vice-versa. Be sure you are using the correct activeX calls for each one.
    Good luck

  • Excel 2010 error when opening excel file

    Getting error "excel can not open the file xlsx because the file format or extension is not valid"

    Hi,
    Based on the error message you provided, this file may have been saved as an Excel binary workbook. However, the workbook has an .xlsx extension that is appended to the file.
    Try to change the file name from ".xlsx" to ".xlsb" or ".xls" to check the result.
    One other possible cause is the file is corrupted, open Excel and click File -> Open -> Browse to the file location, select the file, and choose "Open and Repair", check if this helps in this scenario:
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Upgraded to maverick and now can't open excel projects

    I recently upgraded to maverick and now can't go back to open excel spreadsheets I need for my business. I've even changed the permissions and I can only preview, not modify. Any suggestions?

    Was just having this issue with my wife's computer after upgrading to Mavericks. Maybe a long shot, but if your filenames have forward slashes in them (such as for dates), change them to backslashes. No idea why but it works. I seem to recall having the same problem with Excel some time in the past and this was the solution then too.

  • Since a downloaded mavericks excel and powerpoint flashes in my desktop and it takes about 5 minutes to open my laptop

    since a downloaded mavericks 10.9.2 excel and powerpoint flashes in my desktop everytime i switch on my laptop and it takes about 5 minutes to open my laptop

    Checked to see how much space is available ??
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space.
    Less can cause the problems you are describing.

Maybe you are looking for

  • Expanding Raid 5 array (with windows 2003)

    I recently put 2 more 500GB drives into my existing 4 drive Raid 5 setup. I went through the expansion through RAID ADMIN 1.5. It synced the array which took about a day and inside the RAID ADMIN 1.5 tool it says the array is now 2.27 TB. Inside wind

  • Mail a single page as pdf

    I have an extensive workbook that I use in communicating with members of my team. I have a weekly chart that I email to my team and it is using vlookup data from other pages in my document. The struggle that I am having is: I cannot figure out how to

  • Macbook video issue?

    Macbook 3.1 2.2ghz - i'm experiencing an issue where screen shows booting info, but when it would be going to the info from the HD, I get a blue screen and no data. This mirrors to an external the same way except when the switchover takes place the e

  • Change lineitems for MIRO Transaction

    Hi We are using ECC 6.0 version. Our requirement is to change line item data in the MIRO before save. It would be a great help if you can provide any BAdI or User Exits. Regards

  • Sys9 installation

    <p>hi</p><p> </p><p>Can any one tell sequence of steps for installing SYS 9 BI+analytical services and BI+ products(workspace, web analysis andFinancial Reports).??</p><p> </p><p> </p><p>TIA</p>