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 WAGE_TYPE_VALUES (Possible Entries for Wage Types) is a standard Function Module in SAP ERP and is part of the function group RPIN within the package PBAS.
Function Module | WAGE_TYPE_VALUES |
Short Text | Possible Entries for Wage Types |
Function Group | RPIN |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE | LIKE | BAS_CHECK_WAGETYPE-BEGDA | Date | |
PNR | LIKE | BAS_CHECK_WAGETYPE-PERNR | Personnel number | |
WERK | LIKE | BAS_CHECK_WAGETYPE-WERKS | Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
KZTXT | LIKE | BAS_CHECK_WAGETYPE-KZTXT | Short text for wage type | |
LGART | LIKE | BAS_CHECK_WAGETYPE-LGART | Wage type | |
LGTXT | LIKE | BAS_CHECK_WAGETYPE-LGTXT | Long text for wage type | |
MOLGA | LIKE | BAS_CHECK_WAGETYPE-MOLGA | Country grouping |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_FAULT | Data incorrect |
DATE_MISSING | Date missing |
NO_MOLGA | Country grouping cannot be determined |
PERNR_AND_PLANT_MISSING | Pers.no. and plant missing |
PLANT_MISSING | Plant missing, pers.no. will be ignored |