Show TOC

Protocol MaintenanceLocate this document in the navigation structure

Use

Protocols determine the method of communication between the SAP System and the content repository.

You only need to maintain protocols if you want to use front end communication that differs from the standard setting. When you maintain a protocol, you need to enter the name of the protocol when defining the corresponding content repository (basic customizing).

Protocol maintenance consists of the following settings: For each document class, you choose the communication type for the ArchiveLink functions Display stored document, Store from Front End and Close window. (The function Retrieve stored document on Client PC is for support purposes only and cannot be customized). To display protocol maintenance, choose the following in the Implementation Guide (IMG): Start of the navigation path SAP Web Application Server Next navigation step Basis Services Next navigation step ArchiveLink Next navigation step Customizing Front End Communication Next navigation step Edit Protocols End of the navigation path.

For more information on executing the activity, see the documentation in the wizard. The following text explains which communication types to enter.

Storing from Front End

Note

You only maintain this option if you want to use the scan software of your storage system supplier and have chosen storage scenarios with integration of SAP Business Workflow. Only maintain the function for the document types of incoming documents.

Choose the communication type OPEN for all required document classes. OPEN is a superordinate term for OLE Automation 2.0. Next, choose a logical name for the application you want to connect to. This can be a name of your choice. In the customizing activity Application Maintenance, you maintain the exact communication commands for the connected application.

The setting has the following effect:

If a user starts the storage process while the system is in operation, ArchiveLink sends a request to the storage system scan software to store the document. The scan software stores the document and returns a unique identification to the SAP System, the arch_doc_id.

The diagram below shows the technical procedure for the function:

If more than one content repository is connected, you also need to transfer the variable archiv_id to the scan software with the request. The scan software will then know in which content repository to store the document.

Display stored document

Note

Only maintain this function if you want to use the viewer of the storage system supplier, or if you want to display using a Non-Windows PC.

Displaying in the viewer of your storage system supplier

Choose the communication type OPEN for all required document classes. OPEN is a superordinate term for OLE Automation 2.0. Next, choose a logical name for the application you want to connect to. This can be a name of your choice. In the customizing activity Application Maintenance, you maintain the exact communication commands for the connected application.

The setting has the following effect:

If a user starts the display process while the system is in operation, ArchiveLink sends a request to the viewer of the storage system to display the stored document, which is identified by the unique number arch_doc_id. The diagram below shows the technical procedure for the function:

Displaying on a non-Windows PC

Choose the communication type ARCHIVELINK for all required document classes.

The setting has the following effect:

ArchiveLink creates the connection between front end components and storage system. The function Display Stored Document occurs in two steps: First, the stored document is copied from the storage system to the local PC, then the file is displayed as a local file.

Note

You can use to generate protocols. For more information, see Generating Protocols