Entering content frameBackground documentation Error Messages and Their Meanings Locate the document in its SAP Library structure

The following list contains the possible values of the retcode parameter following a method call in SAP Desktop Office Integration:

Value

Description

RET_OK

Success

RET_ERROR

An error occurred while trying to execute the method.

You can display a detailed error message using C_OI_ERRORS=>RAISE_MESSAGE.

RET_CALL_NOT_FLUSHED

Automation Controller queue not flushed.

RET_CONTROL_NOT_INITIALIZED

Document Container Control not initialized.

RET_OBJECT_NOT_INITIALIZED

Object in ABAP Objects not initialized.

RET_OBJECT_ALREADY_INITIALIZED

Object in ABAP Objects already initialized.

RET_INPLACE_DISABLED

You cannot open documents in an R/3 window in this mode.

RET_DOC_TYPE_NOT_REGISTERED

No application registered on the PC for the specified document type.

RET_OPEN_DOCUMENT_FAILED

Error opening a document.

RET_OPEN_DOCUMENT_FILE_FAILED

Error opening a document from a temporary file.

RET_SAVE_DOCUMENT_FAILED

Error saving a document.

RET_SAVE_DOCUMENT_FILE_FAILED

Error saving a document in a temporary file.

RET_DOCUMENT_NOT_OPEN

Document not opened

RET_DOCUMENT_ALREADY_OPEN

Document already open.

RET_DOCUMENT_NO_VIEW_DATA

Document does not contain any presentation data.

RET_LINK_SERVER_NOT_ACTIVE

SAP Link Server not active.

RET_LINK_SERVER_ALREADY_ACTIVE

Another SAP Link Server is already active under the specified name.

RET_NO_LINK_ITEM_SELECTED

No item selected in CopyLinkItemToClipboard.

RET_NO_STANDARD_INTERFACE

No standard interface implemented for this document type.

RET_INTERFACE_NOT_SUPPORTED

No application-specific interface (for example, word processor interface) implemented for this document type.

RET_METHOD_NOT_SUPPORTED

Method not supported for this document type.

RET_CONTROL_INTERNAL_ERROR

An internal error occurred while trying to execute a method.

You can display a detailed error message using C_OI_ERRORS=>RAISE_MESSAGE.

 

Leaving content frame