Show TOC

 Enhancements for Microsoft Office integration Locate this document in the navigation structure

Definition

Interface for an enhancement you can use to implement enterprise-specific requirements you made in Office integration in the area of document management .

Use

You can implement one or more methods of the interface. You program the enterprise-specific requirements for each method of the Business Add-In.

Structure

The Business Add-In interface includes the following methods:

Method

Call…

Example of a Special Check

EDIT_LINK_ITEMS

Before transferring data from the SAP system to the Office application (for example, MS Word)

Transfer of more data from the SAP system to an Office application

AFTER_OPEN

After opening an original application file using Office integration

READ_CLASS

When reading the classification of the Office integration

EDIT_FORM_ITEMS

After opening the Office application, to transfer user-specific data and data from the SAP system to the Office application

Inserting, changing, and deleting data in the form interface

Integration

This enhancement is implemented by the Business Add-In DOCUMENT_OFFINTEGR01.

For more information about Customizing for the workstation applications, see the Document Management (CA-DMS) Implementation Guide (IMG) under   General Data   Define Workstation Application.  

For more information about the BAdI and the methods, see the online help for the BAdI or methods.