Reg: CAD & Office Integration

Hi Experts
How to do CAD & Office integration with DMS.
pl explain me the process and relevant configuration settings.
Thanks & Regards
Kumar

Hi,
MS office integration is supported as standard in DMS. You need to define the setting for MS office files in DC30 - deifne work station applications, DC20 for data carriers.
For CAD integration most CAD packages are supported by SAP thru their certified vendors like Cideon etc.
For CAD integration you will also need to purchase third party products from resp. vendors.
If you are looking for specific CAD package req. let us know.
Anirudh,
Please award if useful

Similar Messages

  • DMS - Office integration

    We are using ECC 5.0. Since SAP-DMS provides to MS office integeration can i do the following:
    a) From MS Outlook store required / important mails (received & sent) in DMS directly. Mails may relate to different document types.
    b) From MS Word / Excel / PPT store documents in DMS directly. Documents may relate to different document types.
    Also whether operation is possible from Acrobat Reader, AutoCAD?
    Atul Arsekar

    Hi Atul
    These two functionalities are available in EasyDMS. Office integration is for opening the office files directly in R3.
    Lotus notes mails and outlook mails, pdfs,ppts can be saved directly in EasyDMS as per your requirement.
    But for Autocad you may neeed CAD Integration
    Regards
    Prasad K

  • Need help with Desktop Office Integration (DOI)

    Hi all,
    i need help to read an Excelsheet into an int. table.
    Its the first time, that i use the SAP DOI. I copy different coding into my Report to get connection to an existing Excelsheet.
    Here is my Coding:
    * first get the SAP DOI i_oi_container_control interface
      CALL METHOD c_oi_container_control_creator=>get_container_control
                        IMPORTING control = gr_control
                                  error   = gr_errors.
      APPEND gr_errors.
    * create a control container as defined in dynpro 100
      CREATE OBJECT gr_container
                EXPORTING container_name = 'CONTAINER'.
    * initialize the SAP DOI Container, tell it to run in the container
    * specified above and tell it to run Excel in-place
      CALL METHOD gr_control->init_control
        EXPORTING
          r3_application_name      =    'Data'
          inplace_enabled          = ' '
          inplace_scroll_documents = 'X'
          parent                   = gr_container
          register_on_close_event  = 'X'
          register_on_custom_event = 'X'
          no_flush                 = 'X'
        IMPORTING
          error                    = gr_errors.
    * save error object in collection
      APPEND gr_errors.
    * ask the SAP DOI container for a i_oi_document_proxy for Excel
      CALL METHOD gr_control->get_document_proxy
                           EXPORTING document_type = 'Excel.Sheet'
    *                       EXPORTING document_type = 'Word.Document'
                                    no_flush = 'X'
    *                                REGISTER_CONTAINER = 'X'
                          IMPORTING document_proxy = gr_document
                                    error          = gr_errors.
      APPEND gr_errors.
    Then i open the Document from lokal PC.
    CALL METHOD gr_document->open_document
          EXPORTING
    *      document_title   = ld_filenc
            document_url     = ld_verzc
    *      NO_FLUSH         = ' '
    *      OPEN_INPLACE     = ' '
    *      open_readonly    = ' '
    *      PROTECT_DOCUMENT = ' '
    *      STARTUP_MACRO    = ''
    *      USER_INFO        =
    *      ONSAVE_MACRO     =
          IMPORTING
            error            = gr_errors
    *      RETCODE          =
      APPEND gr_errors.
    Now i start the spreadsheet interface:
    *...check if our document proxy can serve a spreadsheet interface  data:
      DATA: pd_has TYPE i.
      CALL METHOD gr_document->has_spreadsheet_interface
                        EXPORTING no_flush = 'X'
                        IMPORTING is_available = pd_has
                                  error = gr_errors.
      APPEND gr_errors.
      CALL METHOD gr_document->get_spreadsheet_interface
                        EXPORTING no_flush = ' '
                        IMPORTING
                                  sheet_interface = gr_spreadsheet
                                  error = gr_errors.
      APPEND gr_errors.
    * now loop through error collection because
    * Get_spreadsheet_interface flushed and synchronized
    * the automation queue !
      LOOP AT gr_errors.
        CALL METHOD gr_errors->raise_message
                        EXPORTING  type     = 'I'
                        EXCEPTIONS message_raised = 1
                                   OTHERS         = 2.
        IF sy-subrc = 1.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          pd_kz_fehler = 'X'.
          EXIT.
        ENDIF.
      ENDLOOP.
      FREE gr_errors.
    Ok, now i can open a Excelsheet, and i can mark a range in the sheet
    rows is a constant.
    CALL METHOD gr_spreadsheet->set_selection
          EXPORTING
            left     = 1
            top      = 2
            rows     = rows
            columns  = 18
    *    NO_FLUSH = ' '
    *    UPDATING = -1
        IMPORTING
          error    = gr_errors
    *    RETCODE  =
    my first problem: Excel is really open, and the user can see the sheet. I dont want, that excel is visible...is there a way to start excel in no_visible mode?
    second problem: The sheet have makro aktiv...at start from excel, there is a popup, which ask 'makros activate' oder not activate...  i dont want this popup... is there a way, to say it from abap, that makros always active?
    third problem: i see, that the content Table have this components:
    TYPES: BEGIN OF SOI_GENERIC_ITEM,
             ROW(4) TYPE C,
             COLUMN(4) TYPE C,
             VALUE(256) TYPE C,
           END OF SOI_GENERIC_ITEM.
    But my excelsheet have more then 10000 lines....
    forth (and biggest) problem: i need the selected data into an int. tabelle. The table have the components:
    ROW
    COL
    VALUE
    i dont know, how can i do this...
    please help me
    Sorry for my bad english.
    Greetings
    Markus

    Hi,
    May be this link is useful
    /people/thomas.jung3/blog/2005/05/11/using-classic-activex-controls-in-the-abap-control-framework
    Also Check out report SAPRDEMOEXCELINTEGRATION2.
    check the links
    http://www.esnips.com/doc/741a848e-f49a-4436-bec4-e21950f6c94c/desktop-office-integration.pdf
    http://www.esnips.com/doc/2080a9ec-64f9-49c4-bd03-d9f56bc2437c/MSWord--Excel-with-ABAP.pdf
    Regards,
    Raj.

  • SAP Office Integration Excel 2013 problem - dummy window pops up with inplace

    Hi experts all around the globe,
    we are facing a strange problem by some of our users since they have installed Excel 2013 on their PCs. An annoying Excel sheet pops up while generating an excel file in the background.
    They are working with several Y (or Z if you like it better so) transactions, and create multiple Excel files (Excel.Sheet.8 -> .xls) in the background. The programs are using Office Integration (interfaces I_OI_CONTAINER_CONTROL and I_OI_DOCUMENT_PROXY) to create the files.
    Method OPEN_DOCUMENT is called with the parameter OPEN_INPLACE, modified, and then closed with the CLOSE_DOCUMENT method, then saved with SAVE_DOCUMENT_TO_URL. The document gets only assigned to a dummy container, this means under normal circumstances the user shouldn't see anything - the file gets created, modified and stored in the background - end of the story. The programs are like 10 years old, and have been doing good since then.
    Now some of our users reported, that they have an issue when generating Excel files with those programs. We have investigated / debugged, and here is the thing: in several cases when the method OPEN_DOCUMENT is called, an empty worksheet pops up (see attached screenshot). It also gets in focus, and then in 1 sec is it closing again (as the CLOSE_DOCUMENT is called). This is really annoying when the user has to generate hundreds of Excel sheets (it is quite often the case). The window gets opened and closed with every single file that gets created.
    We have tried to identify the problem, but it is user independent, the SAP GUI, Office and Windows versions seem to be all the same - though it appears by some users. The most of us work with SAP GUI 730 Patch level 4, but upgrade to Patch level 9 has also not solved the problem. We have found the notes 1908528 and 1804535. They address similar problems but not exactly the same. We think it has something to do with incompatibility of the releases, or simply an Office / SAP setting we could not think of.
    Has someone encountered the same? Any ideas?
    Your help is greatly appreciated.
    Boldi

    Hello Daniel,
    thank you very much for your reply, it is really appreciated.
    We have SAP GUI 7.30 Version 7300.3.9.1084 Build 1496147 Patch Level 9 on the test machine. This one should be the latest available version, am I right?
    The issue is a little bit different from the ones described in the SAP notes you suggested. The data is getting "correctly" displayed inplace, but Excel is also getting called up in the same time, and an additional emtpy sheet is displayed, which gets in the focus, disturbing the user. It is just like described in the SAP notes 1425448 and 1567380
    To 1425448 (Solution Point 2 below): this is our standard setting, and it does not help us.
    To 1567380 (Prerequisites): there is no macro in our sheet.
    We could reproduce the issue with the standard report SAPRDEMO_SPREADSHEET_INTERFACE (this is the one suggested in SAP note 1908528 - "Verifying that Excel inplace functionality is working correctly"). The SAP GUI overtakes the focus after a while, as described in the SAP note 1567380, but the empty sheet is active at first, and it is a little bit more than annoying.
    How is it on your side, could you please run the standard report (EXCEL, checkbox for inplace set, then Enter) to confirm that the problem exists?
    Thanks a lot in advance and have a nice day!
    Boldi

  • Desktop Office Integration - How to use Weblinks for Images in linkserver?

    Hello experts,
    I want to add an image from the internet (e.g. Link: www.images.de/image.jpeg) to the linkserver in order to paste it in my word document. As I know it should be possible to do so with the link server. I tried it before with business documents "BDS" and it works fine. But in my opinion this place is not the best place to store pictures. So I want to use the pictures, which are currently stored in our portal and are available via weblink.
    So, actually, I have to give the information about the link to the link server method "add_binary_item", but with something like that "http://www......" it doesnt work! Do I have to enter a prefix or something like this???
    I hope someone could help me with that issue.
    THanks and regards,
    marcus

    Hello,
    I did it and it works fine!
    But I had to use the BDS Business Document Service with Class cl_bds_document_set.
    So I used the method "get_with_url" to get the url from the document/picture.
    After that I cann add a binary item with the URL and it works fine if my pictures are stored in BDS.
    But that is not what I want to do. I want to store the pictures in my mime repository for example. Are there any other possibilities to do that? Or is Desktop Office Integrations supporting just documents/pictures which are stored in BDS???
    Regards, Marcus
    Edited...........................................................
    In best case I am able to user internet urls for the pictures. So "http://www.xcxy.de/picture.jpeg", but with this URL information it doesn´t work!
    So, my question is if I have to add a prefix or something like this in order to use weblinks.
    Edited by: Marcus Findeisen on Apr 19, 2011 9:16 AM

  • Desktop Office Integration in SAP GUI for HTML - dont works?

    Hello all,
    my program reads an Excel-File with multiple Worksheets into SAP by using class:
    CL_GUI_CUSTOM_CONTAINER
    and intefaces:
    I_OI_CONTAINER_CONTROL,
    I_OI_DOCUMENT_PROXY AND
    I_OI_SPREADSHEET.
    All works fine, but when I integrated the SAP Transaction into our Portal and using the Program through the WEBGUI it dont works.
    It looks like that he can't create a container Control, to open the File in Background in Excel.
    I worked with Desktop Office Integration to read all Worksheets into SAP, like here:
    http://abap-explorer.blogspot.com/2008/12/upload-data-from-multiple-worksheets-of.html
    Is there any solution to solve my problem?
    it returns me this message
    "Cannot initialize control"
    It seems that the error comes from this Method in Webgui:
    Data iref_document    type ref to i_oi_document_proxy.
      call method iref_document->open_document
        exporting
          document_title = 'Excel'
          document_url   = v_document_url
          open_inplace   = 'X'
        importing
          error          = iref_error.
      if iref_error->has_failed = 'X'.
        call method iref_error->raise_message
          exporting
            type = 'I'.
        leave list-processing.
        exit.
      endif.
    I hope someone can help me.
    Thanks.
    EDIT:
    Today I tested the ABAP Report SAPRDEMOOFFICEINTEGRATION in our webgui
    it returns me this error:
         In dem Programm "C_OI_CONTAINER_CONTROL_CREATORCP" wurde durch eine                           
          RAISE-Anweisung die Exception                                                                
         (Ausnahmebedingung) "JAVABEANNOTSUPPORTED" ausgelöst.                                         
         Da die Exception nicht durch ein in der Aufrufhierarchie
    Auslösestelle des Laufzeitfehlers                                                                  
         Programm                                 C_OI_CONTAINER_CONTROL_CREATORCP                      
         Include                                  OFFICEINTEGRATIONDCCIMP                               
         Zeile                                    70                                                    
         Modultyp                                 (METHOD)                                              
         Modulname                                I_OI_CONTAINER_CONTROL~INIT_CONTROL
    Edited by: Sascha Baumann on Jul 15, 2009 9:18 AM
    Edited by: Sascha Baumann on Jul 16, 2009 8:04 AM

    Hi Sascha,
    I have the same issue as yours.
    Did you find a way to open your excel file in the WebGui?
    Regards,

  • Office Integration changes to Excel won't save

    in the meantime I've rougly found a solution. I'll post it as soon as ready...
    I'm using office integration to upload a multiple sheet Excel-file. After succesful processing of the input file i want to write back the created serviceordernumber to the Excel file.
              gs_ranges-name = 'rangechange'. "(128) type c,
              gs_ranges-rows = '26'." (4) type c,
              gs_ranges-columns = '4'. "(4) type c,
              gs_ranges-code = 3."(1) type c,
              append gs_ranges to gt_ranges.
    *          CLEAR gt_ranges.
              clear gf_retcode.
              clear gt_rangesdef.
              break developer.
              call method iref_spreadsheet->set_ranges_data
                exporting
    *              no_flush  = ' '
                  ranges    = gt_ranges
                  contents  = gt_data
    *              updating  = -1
                  rangesdef = gt_rangesdef
                importing
                  error     = iref_error
                  retcode   = gf_retcode.
              if iref_error->has_failed = 'X'.
                perform iref_error_2_logmsg.
              endif.
    When i "re-read" the file with
    call method iref_spreadsheet->get_ranges_data
       exporting
    *        no_flush  = ' '
         all       = ' '
    *        updating  = -1
         rangesdef = gt_rangesdef
       importing
         contents  = gt_data
         error     = iref_error
    *        retcode   =
       changing
         ranges    = gt_ranges.
        if iref_error->has_failed = 'X'.
          perform iref_error_2_logmsg.
    *      gfl_openerror = 'X'.
          return.
    *      call method iref_error->raise_message
    *        exporting
    *          type = 'E'.
        endif.
    i see the changes made, however after that i close the document with
    clear: gf_retcode, gf_doc_has_changed.
      call method iref_document->close_document
        exporting
         do_save     = gfl_do_save
    *    no_flush    = ' '
         importing
           error       = iref_error
           has_changed = gf_doc_has_changed
           retcode     = gf_retcode.
      if iref_error->has_failed = 'X'.
        perform iref_error_2_logmsg.
    *    CALL METHOD iref_error->raise_message
    *      EXPORTING
    *        type = 'I'.
      endif.
    and here the retcode is 'OK' nut the gf_doc_has_changed = 1.
    When i open the file in Excel i see that changes are not being saved.
    Any suggestion on how to actually save data?

    After much trial and error, it seems turning off WiFi fixed the problem. As long as I was connected to WiFi, my settings would not save. Once I turned off WiFi, my settings saved. My battery percentage indicator would not actually show up until I rebooted my phone.
    All is well now except for the fact that all of my notes suddenly disappeared. I guess I'll have to restore to get them back

  • BAdIs for CAD Desktop Integration

    Hi, I am generally looking for some information on the purpose and use of the BAdIs related to CAD Desktop Integration. The name of the BAdIs are:-
    CDESK_BADI_MAIN
    CDESK_CAD_CHANGE
    CDESK_TBM_ADDIN
    CDESK_BADI_COPY_DLG
    CDESK_BADI_COPY_DOC
    CDESK_MATERIAL
    CDESK_BOM
    Anyone one who has worked on the above BAdIs please provide your valuable inputs. are all these BAdIs related to the CDESK transaction.

    Hi Rudra,
    Maybe SAP note
    600142 DESK: List of all BAdIs/BAdI methods in CAD desktop
    could help you. This note contains a whole list of all CAD Desktop BADIs currently available.
    Best regards,
    Christoph

  • Office Integration in flex

    Hi,
    For simple xls we have the inbuilt library “as3xls” through which we can read and write data in excel or csv file but for xlsx do we have any inbuilt liberary or component or code through which we can read and write the xlsx file.
    Please help me if you have any idea regarding this.
    Thanks,
    Vinit J

    Originally Posted by Jouko Oksanen
    Will the Office integration be available in future versions exp. 3.1 or
    is that some separate plugin?
    http://www.youtube.com/watch?v=hvVXrGvbBRU
    -j-
    It's being worked on, as you can also find in various Novell blogs.... when it will be included has not been set yet.
    I'm also rooting for 3.1 as it's a cool feature. But as with many things, it's done when it's done and not before :) Mid summer we should know more!
    Cheers,
    Willem

  • Office Integration MSAccess

    Hello,
    I try to integrate a MSAccess mdb into a SAPGUI window.
    The method get_document_proxy comes back with errors.
    I only found things about Word, Excel, PowerPoint in the Web but nothing about DesktopOfficeIntegration and MSAccess.
    Does anybody know something about DesktopOfficeIntegration and MSAccess?
    Thx
    Heiko

    Originally Posted by Jouko Oksanen
    Will the Office integration be available in future versions exp. 3.1 or
    is that some separate plugin?
    http://www.youtube.com/watch?v=hvVXrGvbBRU
    -j-
    It's being worked on, as you can also find in various Novell blogs.... when it will be included has not been set yet.
    I'm also rooting for 3.1 as it's a cool feature. But as with many things, it's done when it's done and not before :) Mid summer we should know more!
    Cheers,
    Willem

  • Desktop Office Integration Form Interface

    Hi,
    I am new to Office integration. I had a look at the standard demo program 'SAPRDEMO_FORM_INTERFACE' and started creating my own program. I designed a word template with just 2 fields in it as below, I am using Legacy Form toolbar from the Developer tab of Word document.
    Name:     [] 
    Town:     []    
    I am using set data and Get date methods for this. But my problem is, it is not recognising the field names. The value is not getting populated when i pass value for name and town as,
    FIELD table structure:
    Type : T
    Name : Name
    Number: 1
    Value : Mickey
    code : 0.
    But the data is not set in the word document. Could you please let me know what i am missing and also how to insert field name and fields in word document.
    Thanks in advance,
    Sri
    Edited by: Arunsri on Oct 11, 2011 2:11 PM

    Message I got from from SAP - "Have you checked the program "SAPRDEMO_PIVOTINTERFACE" you can execute the same with Transaction SE38. This uses the pivot interface.
    Also for your information we have many DEMO Programs under the Package SOFFICEINTEGRATION, you can have a look to these for better understanding with the SAP Office Integration."
    This has helped me solve my problem. Incidentally the brilliant routine DYN_ANALYSE_SINGLE has 1 bug. It has reused a variable "DATA : N_COMPS TYPE I." before checking a recursion and hence corrupted the same. Possibly the example does not traverse that part of the code and hence bug is undetected.
    I and my end users are delighted!
    -jnc

  • Desktop Office Integration and Email

    Dear Colleagues:
    I have developed a Desktop Office Integration application that retrieves WORD documents from a BDS Content Server, customizes the document with BP data, emails the document to the BP as an attachment, and associates the document with the BP (Document tab).  It works well.
    I am now trying to figure out how to process the document and use the text as the body of an email message instead of an attachment - I cannot assume that all email recipients use MS Word.
    I have tried several FMs that convert raw data to either strings or RTF format but, inspite of my efforts, I get conversion errors.
    If anyone has tried something similar I would appreciate any advice.
    Regards,
    Steve

    hi.
    i dont know if this will be useful to you. because i did not not understand your exact requirement. are you using OAOR tr code?
    You mean to say you want to  a word document which was uploaded through bds document navigator.
    The code given below actually searches for a string and replaces all occurences of it with a new string..
    IF old_search_string ne search.
           get number of document characters.
            GET PROPERTY OF document_cntl_handle-obj
                           'characters' = ocharacters.
            GET PROPERTY OF ocharacters 'count' = char_count.
            char_position = 0.
            old_search_string = search.
          ENDIF.
        set range now
         IF char_position >= char_count.
            char_position = 0.
          ENDIF.
                CALL METHOD OF document_cntl_handle-obj 'Range' = orange
          EXPORTING #1 = char_position #2 = char_count.
        search now
          GET PROPERTY OF orange 'Find' = ofind.
          IF not replace is initial.
           DATA: is_available type i.
           CALL METHOD proxy->has_wordprocessor_interface
               IMPORTING is_available = is_available
                         retcode      = retcode.
           IF is_available = 1 .
              CALL METHOD proxy->get_wordprocessor_interface
                           IMPORTING wp_interface = wp_ref
                                     retcode = retcode.
               IF RETCODE EQ C_OI_ERRORS=>RET_OK.
                  CALL METHOD wp_ref->replace
                           EXPORTING replace_string = replace
                                     search_string  = search
                                     pos            = 'GLOBAL'
                                     flag           = 'ALL'.
                ENDIF.
            ENDIF.
                  ELSE.
    *search
            CALL METHOD OF ofind 'Execute'
              EXPORTING  #1 = search       "FindText
                         #2 = false        "MatchCase
                         #3 = false        "MatchWholeWord
                         #4 = false        "MatchWildCards
                         #5 = false        "MatchSoundsLike
                         #6 = true         "MatchAllWordForms
                         #7 = true         "Forward
                         #8 = '1'          "Wrap
                         #9 = true.
            GET PROPERTY OF ofind 'Found' = string_found.
            IF string_found > 0.
              GET PROPERTY OF orange 'Font' = ofont.
              GET PROPERTY OF ofont 'ColorIndex' = color_index.
              IF color_index ne 6.
                color_index = 6.
              ELSE.
                color_index = 11.
              ENDIF.
              SET PROPERTY OF ofont 'ColorIndex' = color_index.
            ENDIF.
            GET PROPERTY OF orange 'End' = char_position.
          ENDIF.

  • Desktop Office Integration in ITS

    I'm in a situation where I need to use "Desktop Office Integration" (DOI) in the ITS. But DOI is only supported in WinGUI. So I'm looking for a workaround.
    My case is that I'm using the LinkServer in DMS, so that some metadata is linked direct from the Word document and updated whenever the user opens the document.
    The LinkServer is available as a part of WinGUI and the ITS doesn't contain a workaround.
    Am I the only one banging ny head on the wall in this issue?

    Hello,
    The final solution was to create an RFC server application in .NET that receives the office document, saves it to disk, opens the document with the relevant Office application through automation. And also updates the fields in the document. Saved the document to disk again and sendt it back to SAP.
    Br,
    Thomas Mouritsen

  • Office Integration and non-MS browsers

    I have an 'issue' with Office Integration and non-MS browsers with our SharePoint 2013 on-prem enviroment (using SSO via ADFS).
    Background: our internal client wants to move to SharePoint sites for collaboration with external partners.  One of the selling points they're wanting to make to justify the move from their current
    external collaboration site is Office integration - specifically the ability to open/edit/save documents by clicking on the document in SharePoint, having it open in Office (PC/client) for editing.  Note they are wanting full integration with the client
    version of Office - not OWA.  The other requirement is that this work with both Firefox and Chrome.
    Issue: Office integration works fine using Internet Explorer.  When a user click on a document the document opens in Office and can be edited directly in the browser without any additional prompts. 
    But when clicking on a document via Firefox or Chrome the SSO login form pops-up when Office starts.  Once the user enters their credentials they can work with the documents as desired.  But our client does not want this second prompt.
    Question:
    Is there a way to configure SharePoint so that Firefox or Chrome open up documents for editing without a second logon prompt?  I'm assuming not based on my research on how these browsers handle
    cookies differently than IE.   Can someone confirm? 
    Is there a dev solution to this?  Note that because the users will be partners (non-employees) we are trying to avoid using a solution that would involve installing custom software on their pc's
    (such as browser extensions).

    Unfortunately you are looking at a plugin or having the users modify their browsers:
    http://yalla.itgroove.net/2011/12/firefox-friday-3-sharepoint-login-prompts-on-firefox/
    http://www.rhyous.com/2009/12/31/why-does-firefox-prompt-for-domain-ad-authentication-or-how-to-get-firefox-to-automatically-login-to-web-sites-with-domain-credentials-sharepoint-for-example/
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Drilldown report with Office Integration

    Hi everyone,
    can anyone help me to understand how to display a report with Office Integration (on monitor) so that you can see the header?
    Thanks,
    Jess.

    Office Integration is available with Report Painter reports.  The first thing that you need to do is make sure the "Expert Mode" is selected.  Once the report is executed select Settings > Options.  In this pop up box you will see the List Output section and the Office Integration section.  We have all the boxes in the List Output section checked. 
    You may also want to check your Text for Export.  When you're in transaction GRR2 (Change mode of the Report Painter report), follow this menu path:  Extras > Report Text > Text for Export.  If you don't have anything here that is why your not getting any header information when you use Office Integration.  You can select Text > Copy from and copy the actual header information into the text for export.
    I hope this helps!

Maybe you are looking for