The Function Module HR_APPL_READ_ACTIONS (Lesen der Bewerbervorgänge) is a standard Function Module in SAP ERP and is part of the function group RPAT within the package PAPL.
Function Module | HR_APPL_READ_ACTIONS |
Short Text | Lesen der Bewerbervorgänge |
Function Group | RPAT |
Package | PAPL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTIVITYID | LIKE | PC3AC-ACTID | laufende Nummer des Vorgangs | |
APPLICANTNUMBER | LIKE | P4001-PERNR | Transaktionsklasse (Bewerber) | |
APPLICATIONDATE | LIKE | P4001-BEGDA | Datum der Bewerbung | |
RECORDNUMBER | LIKE | P4001-SEQNR | laufende Nummer der Bewerbung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURNCODE | LIKE | SY-SUBRC | Returncode |
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 |
---|---|---|---|---|
ACTIV | LIKE | PC3AC | Tabelle der Bewerbervorgänge |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INFTY_NOT_FOUND | Infotyp existiert nicht |