The Function Module DSYS_SHOW (Hypertext: Dispatcher) is a standard Function Module in SAP ERP and is part of the function group DSYE within the package SF.
Function Module | DSYS_SHOW |
Short Text | Hypertext: Dispatcher |
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 |
---|---|---|---|---|
APPLICATION | LIKE | DSYDS-APPL | 'SO70' | Table DSYDS application |
CALLED_FROM_SO70 | LIKE | ' ' | 'X' if called from SO70. Otherwise ' ' ! | |
DOKCLASS | LIKE | DSYSH-DOKCLASS | Class of the document to be displayed | |
DOKLANGU | LIKE | DSYSH-DOKLANGU | SY-LANGU | Language in which the document is to be displayed |
DOKNAME | LIKE | |||
DOKTITLE | LIKE | DSYAT-CHILD_TITL | SPACE | Title displayed for the document |
HOMETEXT | LIKE | DSYAT-CHILD_TITL | ' ' | Return to the beginning text |
OUTLINE | LIKE | SPACE | ||
VIEWNAME | LIKE | DSYAD-VIEWNAME | 'STANDARD' | Structure OUTLINE view name |
Z_ORIGINAL_OUTLINE | LIKE | DSYAH-OUTLINE | SPACE | Name of the included structure |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPL | LIKE | |||
PF03 | LIKE | |||
PF12 | LIKE | |||
PF15 | LIKE |
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 unknown |
OBJECT_NOT_FOUND | Document does not exist |