The Function Module RPDY_OBJECT_TITLE (Determines module title) is a standard Function Module in SAP ERP and is part of the function group RPDH within the package PBAS.
Function Module | RPDY_OBJECT_TITLE |
Short Text | Determines module title |
Function Group | RPDH |
Package | PBAS |
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 | Documentation class | |
DOKLANGU | LIKE | DSYSH-DOKLANGU | SY-LANGU | Language |
DOKNAME | LIKE | Object name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DOKTITLE | LIKE | DSYST-DOKTITLE | Title |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.