The Function Module RHPA_POPUP_APPRAISEES (Dialog Box: Appraisees) 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_APPRAISEES |
Short Text | Dialog Box: Appraisees |
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 |
---|---|---|---|---|
APPRAISEE_OTYPE | LIKE | HRPE_APPRAISORS-OTYPE | ||
APPSCHEME_ID | LIKE | P1000-OBJID | '00000000' | |
MAINTAIN | TYPE | CHAR1 | ' ' | |
PLVAR | LIKE | P1000-PLVAR | Plan Version | |
TITLE_TEXT | TYPE | CHAR40 | Table heading | |
VIEW | TYPE | CHAR1 | 'S' | |
WITH_MARK_FIELD | TYPE | CHAR1 | ' ' | |
X1 | LIKE | SY-CUCOL | 30 | |
Y1 | LIKE | SY-CUROW | 5 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LAST_APPRAISEE_OTYPE | LIKE | P1000-OTYPE |
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 |
---|---|---|---|---|
APPRAISEES | LIKE | HRPE_APPRAISEES | ||
APPRAISORS | LIKE | HRPE_APPRAISORS |
This function module does not define any Exceptions.