Entering content frameBackground documentation CALL_NAVIGATOR Locate the document in its SAP Library structure

The application object (Document Set) is identified by the attributes described in the section Parameters.

Documents are identified using the signature table.

In the table EXCLUDING you can specify which functions are not offered. The following values are defined for EXCLUDING :

Function

Meaning

NO_MODIFY

No modifying of document

NO_DELETE

No deleting of document

NO_TRANSPORT

No transporting of document

NO_CREATE

No creating documents

NO_STANDARD_DOCS

No standard document types

NO_MODIFY_ATTRIS

No modifying attributes/keywords

NO_COPY

No copying documents

NO_USER_OPTIONS

No user-specific settings

NO_KEYWORDS

No keywords for documents

NO_DOCINFO

No document information

NO_DISPLAY

No displaying of documents

NO_EXPORT

No exporting of documents to frontend

NO_NOTE

No note functions

NO_EAI_TOOLS

No annotations

NO_EAI_FILE_DROP

No Drag and Drop in the EAI viewer

NO_OBJ_DISPLAY

No displaying of BOR objects

NO_DRAG_DROP

No Drag and Drop for documents

 

Example

For example, you may wish it to be possible only to display documents in the BDN, in which case you would explicitly exclude the modifying and deleting functions in the table EXCLUDING .

 

 

 

Leaving content frame