The Function Module RP_HEADER_DOCU (Returns the header of a documentation module) is a standard Function Module in SAP ERP and is part of the function group RPDO within the package PBAS.
Function Module | RP_HEADER_DOCU |
Short Text | Returns the header of a documentation module |
Function Group | RPDO |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
APPLI | LIKE | T512U-APPLI | 'P' | Application |
ASPCT | LIKE | T512U-ASPCT | SPACE | Aspect |
ONAME | LIKE | T512U-ONAME | Object name | |
OTYPE | LIKE | T512U-OTYPE | Object type | |
SPRSL | LIKE | T512U-SPRSL | SY-LANGU | Language |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
HEADLINE | LIKE | T512U-DTEXT | Header |
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 |
---|---|
DOCU_DOES_NOT_EXIST | Documentation does not exist |