The Function Module HRGPBS_TPS_DFES_CHECK (Checks that teacher's DfES number is correct) is a standard Function Module in SAP ERP and is part of the function group HRGPBS_TPS within the package P08P1.
Function Module | HRGPBS_TPS_DFES_CHECK |
Short Text | Checks that teacher's DfES number is correct |
Function Group | HRGPBS_TPS |
Package | P08P1 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IN_DFES | TYPE | P08P_TPS_DFES | TPS Teacher's DfES reference number | |
P_GBDAT | TYPE | GBDAT | HR Master Record: Infotype 0002 (Personal Data) | |
P_PERNR | TYPE | PERSNO | Personnel number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OUT_DFES | TYPE | P08P_TPS_DFES | TPS Teacher's DfES reference number |
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 |
---|---|---|---|---|
P_ERROR | LIKE | EDIMESSAGE | Transfer Structure with all Sy Fields for T100 |
This function module does not define any Exceptions.