Desktop Office Integration (BC-CI)
   Desktop Office Integration
      Desktop Office Integration - Architecture
      Instances for SAP Desktop Office Integration
      Office Integration Programming
      Using Controls in a WAN
         Special Considerations for Desktop Office Integration
      Error Handling after Calling a Method
         Error Messages and Their Meanings
         raise_message
         get_message
      Central Instance for Managing SAP DOI
         Office Integration Implementation
            Generic Parameters
            init_control
            destroy_control
            link_control
            release_all_documents
            set_window_properties
            set_inplace_border_space
            get_document_proxy
            get_registered_doc_types
            check_registered_doc_types
            get_link_server
            get_table_collection
            get_extensions
            set_focus
            get_control_object
      Documents
         Working With Documents
            Methods of the Interface i_oi_document_proxy
               Generic Parameters
               create_document
               view_document
               view_document_from_table
               open_document
               open_document_from_table
               reopen_document
               open_activex_document
               play_document
               play_document_from_table
               save_document_to_url
               save_document_to_table
               save_as
               save_copy_as
               close_document
               close_activex_document
               has_changed
               release_document
               is_open
               is_destroyed
               has_standard_interface
               add_menu_bar
               add_menu_popup
               add_menu_item
               delete_menu_item
               select_all
               clear_selection
               cut_selection
               copy_selection
               paste_clipboard
               paste_special
               page_setup
               print_document
               execute_macro
               has_wordprocessor_interface
               get_wordprocessor_interface
               get_document_type
               get_document_handle
               get_application_property
               update_document_links
               has_spreadsheet_interface
               get_spreadsheet_interface
               has_form_interface
               get_form_interface
               has_mail_merge_interface
               get_mail_merge_interface
               has_pivot_interface
               get_pivot_interface
               get_script_collection
               get_document_cookie
            Processing Office Application Events
               Event Handling Using Static Methods
               Event Handling Using Instance Methods
      Exchanging Data Between R/3 and the Desktop Application
         The Link Server
            Working With the Link Server
               Generic Parameters
               start_link_server
               stop_link_server
               add_string_item
               add_table_item2
               add_table_item
               add_binary_item
               remove_link_item
               copy_link_item_to_clipboard
               execute_copy_link_dialog
            Strategies for Working with the Link Server
         The Table Collection
            Using the Table Collection
               Generic Parameters
               add_table
               add_table_by_url
               get_table
               get_table_by_url
               remove_table
               remove_all_tables
      The Word Processor Interface
         Working With The Word Processor Interface
            Generic Parameters
            get_version
            install_template
            get_version
            set_template
            get_template_info
            remove_template
            search
            replace
            insert_table
            insert_table2
            get_table_info
            clear_table
      The Form Interface
         Working With The Form Interface
            Generic Parameters
            set_data
            get_data
            add_field
            delete_fields
            disconnect_fields
            get_form_fields
            protect
            set_modus
      The Mail Merge Interface
         Using the Mail Merge Interface
            Generic Parameters
            set_data_source
            get_fields
            merge_one
            merge_range
            print
            view
            shutdown
            view_field_codes
      The Script Collection
         Using the Script Collection
            Generic Parameters
            add_script
            add_script_from_table
            remove_all_scripts
            remove_script
      The Spreadsheet Interface
         Using the Spreadsheet Interface
            Generic Parameters
            The Updating Parameter
            get_active_sheet
            get_dimension
            get_protection
            get_sheets
            get_ranges_data
            get_ranges_names
            get_cell_format
            get_cell_formats_table
            get_selection
            get_selected_areas
            select_range
            set_selection
            select_sheet
            set_color
            set_font
            set_format
            set_format_string
            set_frame
            set_ranges_format
            cell_format
            protect
            protect_range
            add_sheet
            set_sheet_name
            delete_sheet
            insert_range_dim
            change_range
            insert_range
            insert_ranges
            insert_one_table
            set_ranges_data
            clear_range
            clear_all_ranges
            delete_content_ranges
            delete_ranges
            hide_columns
            show_columns
            hide_rows
            show_rows
            set_hierarchy
            set_hierarchy_table
            clear_hierarchy
            print
            set_zoom
            fit_widest
            screen_update
            load_lib
            version
         Important Table Structures
      The Pivot Interface
         Using the Pivot Interface
            Generic Parameters
            set_source_table
            set_fieldtype
            get_allfields
            get_allpivottables
            drill_down
            drill_up
            Important Table Structures
      Test Tools for Desktop Office Integration
         DOI Installation Test Using a Standalone Executable Program
         DOI Installation Test Within Word
         DOI Installation Test Within Excel
         Test for the TableFactory OCX
   The Document Viewer
      Using the Document Viewer
         Coding Example
      Methods of the Document Viewer
         init_viewer
         view_document_from_url
         view_document_from_table
         close_document
         destroy_viewer