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 RP_GET_EPF_RATES_MY (Function to return EPF rates from the EPF table.) is a standard Function Module in SAP ERP and is part of the function group RPL0 within the package PB14.
Function Module | RP_GET_EPF_RATES_MY |
Short Text | Function to return EPF rates from the EPF table. |
Function Group | RPL0 |
Package | PB14 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | LIKE | T5LER-BEGDA | Begin date of perid | |
CLPGM | LIKE | P0196-ICIND | Calling program (Master data,payroll) | |
EE_AGE | TYPE | P0002-GBMON | Month of Birth | |
ENDDA | LIKE | T5LER-ENDDA | End date of period | |
ST0001 | LIKE | P0001 | Structure for a valid p0001 record |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EMPR_COMP_RATE | LIKE | T5LER-EMRPC | Employer Company Rate | |
EMPR_STAT_RATE | LIKE | T511K-KWERT | Employer Statutory rate | |
EMP_COMP_RATE | LIKE | T5LER-EMEPC | Employee Company Rate | |
EMP_STAT_RATE | LIKE | T511K-KWERT | Employee Statutory rate |
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 |
---|---|
TABLE_ENTRY_NOT_FOUND | Data not found in tables. |