Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module WAGE_TYPE_CHECK (Wage Type Check) is a standard Function Module in SAP ERP and is part of the function group RPIN within the package PBAS.
Function Module | WAGE_TYPE_CHECK |
Short Text | Wage Type Check |
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 | |
LGART | LIKE | BAS_CHECK_WAGETYPE-LGART | Wage type | |
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 | |
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 |
LGART_MISSING | Wage type 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 |
WRONG_LGART | Invalid wage type |
WRONG_WERKS | Invalid plant |