Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.
Bei amazon.de ansehen →The Function Module BAPI_BASICPAY_SIMULATECREATION (Simulation: 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_SIMULATECREATION |
Short Text | Simulation: 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 | |
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.