The Function Module RHPA_POPUP_OBJECTS () is a standard Function Module in SAP ERP and is part of the function group RHPA_SHOW within the package PPAP.
Function Module | RHPA_POPUP_OBJECTS |
Short Text | |
Function Group | RHPA_SHOW |
Package | PPAP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MAINTAIN | LIKE | SY-INPUT | ' ' | |
OTYPE | LIKE | P1000-OTYPE | Object type | |
PLVAR | LIKE | P1000-PLVAR | Plan Version | |
SHOW_ALL_FIELDS | LIKE | SY-INPUT | 'X' | |
WITH_MARK_FIELD | LIKE | SY-INPUT | ' ' | |
X1 | LIKE | SY-CUCOL | 30 | |
Y1 | LIKE | SY-CUROW | 5 |
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_LIST | LIKE | HRPE_TXOBJ |
This function module does not define any Exceptions.