The Function Module BAPI_BASICPAY_CREATE (Create Basic Pay) is a standard Function Module in SAP ERP and is part of the function group BPAY within the package PBAS.
Function Module | BAPI_BASICPAY_CREATE |
Short Text | Create Basic Pay |
Function Group | BPAY |
Package | PBAS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ANNUALSALARY | LIKE | BAPIP0008-ANSAL | Currency Amount of BAPI Interfaces | |
CAPACITYUTILLEVEL | LIKE | BAPIP0008-BSGRD | Capacity Utilization Level | |
CASEGROUP | LIKE | BAPIP0008-FALGR | Case group | |
CASEGROUPCATALOG | LIKE | BAPIP0008-FALGK | Case group catalog | |
COMPARISONPAYSCLAREA | LIKE | BAPIP0008-VGLGB | Comparison pay scale area | |
COMPARISONPAYSCLGRP | LIKE | BAPIP0008-VGLGR | Comparison pay scale group | |
COMPARISONPAYSCLLVL | LIKE | BAPIP0008-VGLST | Comparison pay scale level | |
COMPARISONPAYSCLTYPE | LIKE | BAPIP0008-VGLTA | Comparison pay scale type | |
COMPNEXTINCREASE | LIKE | BAPIP0008-VGLSV | Date of next increase | |
CURRENCY | LIKE | BAPIP0008-WAERS | Currency Key | |
CURRENCYANNUALSALARY | LIKE | BAPIP0008-ANCUR | Currency key for annual salary | |
EMPLOYEENUMBER | LIKE | BAPIP0008-PERNR | Personnel number | |
HOURSWORKEDPERPERIOD | LIKE | BAPIP0008-DIVGV | Working Hours per Payroll Period | |
LOCALALLOWLEVEL | LIKE | BAPIP0008-ORZST | Cost of living allowance level | |
NEXTINCREASE | LIKE | BAPIP0008-STVOR | Date of next increase | |
NOCOMMIT | LIKE | BAPI_STAND-NO_COMMIT | COMMIT control at BAPI interface | |
PARTNERSHIP | LIKE | BAPIP0008-PARTN | Partnership | |
PAYSCALEAREA | LIKE | BAPIP0008-TRFGB | Pay Scale Area | |
PAYSCALEGROUP | LIKE | BAPIP0008-TRFGR | Pay Scale Group | |
PAYSCALELEVEL | LIKE | BAPIP0008-TRFST | Pay scale level | |
PAYSCALETYPE | LIKE | BAPIP0008-TRFAR | Pay scale type | |
REASON | LIKE | BAPIP0008-PREAS | Reason for changing master data | |
SUBTYPE | LIKE | BAPIP0008-SUBTY | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0008-BEGDA | Valid from date | |
VALIDITYEND | LIKE | BAPIP0008-ENDDA | Valid to date |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPLOYEENUMBER | LIKE | BAPIP0008-PERNR | Personnel number | |
LOCKINDICATOR | LIKE | BAPIP0008-SPRPS | Lock indicator for HR master record | |
OBJECTID | LIKE | BAPIP0008-OBJPS | Object identification | |
RECORDNUMBER | LIKE | BAPIP0008-SEQNR | Number of Infotype Record | |
RETURN | LIKE | BAPIRETURN1 | Structure for return code | |
SUBTYPE | LIKE | BAPIP0008-SUBTY | Subtype | |
VALIDITYBEGIN | LIKE | BAPIP0008-BEGDA | Valid from date | |
VALIDITYEND | LIKE | BAPIP0008-ENDDA | Valid to date |
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 |
---|---|---|---|---|
WAGETYPES | LIKE | BAPIP0008P | Transfer structure |
This function module does not define any Exceptions.