The Function Module DSYS_EXIST (Hypertext: Test auf Existenz eines Linkbaren Objektes) is a standard Function Module in SAP ERP and is part of the function group DSYE within the package SF.
Function Module | DSYS_EXIST |
Short Text | Hypertext: Test auf Existenz eines Linkbaren Objektes |
Function Group | DSYE |
Package | SF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DOKCLASS | LIKE | DSYSH-DOKCLASS | Object class | |
DOKLANGU | LIKE | DSYSH-DOKLANGU | SY-LANGU | Object language |
DOKNAME | LIKE | Object name |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CLASS_UNKNOWN | Class does not exist |
NO_CHECK | Existence check is impossible |
OBJECT_NOT_EXIST | Object does not exist |