Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module RP_CALCULATE_SENIORITY_MY (Calculate seniority of the employee- MY) is a standard Function Module in SAP ERP and is part of the function group RPL0 within the package PB14.
Function Module | RP_CALCULATE_SENIORITY_MY |
Short Text | Calculate seniority of the employee- MY |
Function Group | RPL0 |
Package | PB14 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | T5LER-BEGDA | Begin date of period | |
CLPGM | LIKE | P0196-ICIND | Calling Program (Master data, payroll) | |
ENDDA | LIKE | T5LER-ENDDA | End date of period | |
PERNO | LIKE | P0001-PERNR | Personnel Number |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SENIORITY | LIKE | T5LER-SENIO | Seniority of the Employee |
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 |
---|---|---|---|---|
ISENIOR | LIKE | P0196_SENIOR | Employee Provident Fund rates (Malaysia) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FEATURE_ERROR | The feature LEPFS has and invalid value |
RECORD_NOT_FOUND | Record not found |
TABLE_ENTRY_NOT_FOUND | Required entry not found |