Menu

SAP Function Module BAPI_WAGETYPE_EMPLOYEEGETLIST

Read Wage Types

The Function Module BAPI_WAGETYPE_EMPLOYEEGETLIST (Read Wage Types) is a standard Function Module in SAP ERP and is part of the function group BPAY within the package PBAS.

Technical Information

Function Module BAPI_WAGETYPE_EMPLOYEEGETLIST
Short Text Read Wage Types
Function Group BPAY
Package PBAS
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EMPLOYEENUMBER LIKE BAPIP0008-PERNR Employee's Personnel Number
LANGUAGE LIKE BAPIP0002-SPRSL Language
LANGUAGE_ISO LIKE BAPIP0002-SPRSL_ISO ISO Language
SELECTIONKEY LIKE BAPIMISC-CHAR1 '0' Selection Key for Key Date
VALIDITYDATE LIKE BAPIP0008-ENDDA SY-DATUM Key Date

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRETURN1 BAPI Return Struct.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WAGETYPES LIKE BAPIEMWATY Valid Wage Types for Specific Employees

Exceptions

This function module does not define any Exceptions.