The Function Module OBJECT_DISPLAY_CONNECTIONS (Display object links) is a standard Function Module in SAP ERP and is part of the function group OPTO within the package SAOP.
Function Module | OBJECT_DISPLAY_CONNECTIONS |
Short Text | Display object links |
Function Group | OPTO |
Package | SAOP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OBJECTID | LIKE | SWOTOBJID-OBJKEY | SPACE | Unique key of an SAP object |
OBJECTTYPE | LIKE | SWOTOBJID-OBJTYPE | SPACE | SAP object type - defined in repository. |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OBJECT | LIKE | OBJECTCONN | Table containing SAP object IDs | |
PARAMETER | LIKE | PARAMETERS | Table containing parameter for object link |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | No object link found |