RPCLWBNB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Overview White Wage Tax Tables [Loonheffing] for Special Payments [Bijzondere Beloningen] The special rates for wage tax must be maintained...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPCLWBNB into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Wage Tax - White Table &2......... &3...................
Title: Wage Tax - White Tables for Special Payments
Text Symbol: DAT = Table valid on
Text Symbol: 010 = Holiday vouch. <= 19
Text Symbol: 009 = Holiday vouch. >= 20
Text Symbol: 008 = Spec.Paym.
Text Symbol: 007 = Payments
Text Symbol: 006 = Special
004 Excluding tax credit | Including tax credit |
003 ------------------------------------------------|
002 younger than 65 | in %
001 Annual salary for persons | Wage Tax
INCLUDE RPCLWBDB. "DATA INCLUDE
INCLUDE RPCBBDN0. "DATA INCLUDE
INCLUDE RPCLWBFB. "FORM INCLUDE
INCLUDE RPCLWBHB. "MAIN ROUTINE
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPCLWBNB - Wage Tax - White Tables for Special Payments RPCLWBNB - Wage Tax - White Tables for Special Payments RPCLWBNA - Wage Tax - White Tables for Special Payments RPCLWBNA - Wage Tax - White Tables for Special Payments RPCLWBHB - documentation and ABAP source code RPCLWBHA - documentation and ABAP source code