RPBNN SAP (Screen Fields for a Simulated Payroll Run (NL)) Structure details

Dictionary Type: Structure
Description: Screen Fields for a Simulated Payroll Run (NL)




ABAP Code to SELECT data from RPBNN
Related tables to RPBNN
Access table RPBNN




Structure field list including key, data, relationships and ABAP select examples

RPBNN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Screen Fields for a Simulated Payroll Run (NL)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RPBNN TYPE RPBNN.

The RPBNN table consists of various fields, each holding specific information or linking keys about Screen Fields for a Simulated Payroll Run (NL) data available in SAP. These include DATUM (Date), GRBRU (Gross Wage), GRABP (Basis for Civ.Serv./Early Ret./Co. Pension [ABP, VUT, BPF]), GRSV1 (Basis for Social Ins. and Compulsory Health Ins. Act [ZFW]).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RPBNN structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TIJDVPeriod Table for Wage Tax [LH] Calculation TIJDVCHAR1Assigned to domainP05_TIJDV
DATUMDate DATUMDATS8DATUM
GRBRUGross Wage GRBRUDEC8(2) DEC6_2
GRABPBasis for Civ.Serv./Early Ret./Co. Pension [ABP, VUT, BPF] GRABPDEC8(2) DEC6_2
GRSV1Basis for Social Ins. and Compulsory Health Ins. Act [ZFW] GRSV1DEC8(2) DEC6_2
GROVHBasis for OT GROVHDEC8(2) DEC6_2
GRLHFBasis for Wage Tax GRLHFDEC8(2) DEC6_2
GRINHBasis for SI (Equalization) Deduction [VB] Indicator GRINHDEC8(2) DEC6_2
GBBRUBasis for Special Payments [BB] Gross GBBRUDEC8(2) DEC6_2
GBABPBasis for BB, ABP, VUT, BPF GBABPDEC8(2) DEC6_2
GBSV1Basis for SP [BB] SI, Compulsory HI Act [ZFW] GBSV1DEC8(2) DEC6_2
GBOVHBasis for OT GBOVHDEC8(2) DEC6_2
GBLHFBasis for Special Payments [BB] Tax GBLHFDEC8(2) DEC6_2
GBINHBasis for Special Payments [BB] SI Deduction [VB] Indicator GBINHDEC8(2) DEC6_2
AFRSGPayroll Area ABKRSCHAR2T549AABKRSABK
LEEFTAge of Employee LEEF1NUMC2NUM2
BVNUMIndustrial Insurance Board [Bedrijfsvereniging] Number BVNUMCHAR1CHAR1
CMBRUCumulated Basis Gross Salary CMBRUDEC8(2) DEC6_2
CMABPCumulated Basis Civil Service Pension Fund (ABP) CMABPDEC8(2) DEC6_2
CMSV1Cumulated Basis for Social Insurance CMSV1DEC8(2) DEC6_2
CMOVHCumulated Basis for Compensatory Allowance [OT] CMOVHDEC8(2) DEC6_2
CMLHFCumulated Basis for Wage Tax [LH] CMLHFDEC8(2) DEC6_2
CMINHCumulated Basis for SI (Equalization) Deduction [VB] CMINHDEC8(2) DEC6_2
ABPPRPension Fund ABP [Algemeen Burgerlijk Pensioenfonds] ABPPRCHAR1Assigned to domainKDSV1
BPFPRPension Fund 2 BPFPRCHAR1Assigned to domainKDSV1
VUTPRPension 1 VUTPRCHAR1Assigned to domainKDSV1
TABELTax Table Type TABELCHAR1Assigned to domainP05_TABEL
TARGRTax Credit According to Individual Employment Tax Statement TARGRCHAR1Assigned to domainP05_TARGR
KDLHFConversion Rule KDLHFCHAR1CHAR1
KDZW1Contribution Ind. for the Sicknes Benefits Act [ZW] Scheme KDZW1CHAR1Assigned to domainKDSV1
KDWW1Contribution Indicator for the Unemployment Act Scheme [WW] KDWW1CHAR1Assigned to domainKDSV1
KDWAOContrib. cd. for the Act on Work and Income by Labour Capac. KDWAOCHAR1Assigned to domainKDSV1
KDZKSContribution code for the Health Insurance Act KDZKSCHAR1Assigned to domainKDSV1
BDRPRPrivate Health Insurance Premium BDRPRCURR7(2) P05_WERT7
BDRWGEmployer's Contribution to Private Health Insurance BDRWGCURR7(2) P05_WERT7
INHPRDeduction Indicator for EE Contribution to Private HI INHPRCHAR1INHPR
INHBSIndicator SI (Equalization) Deduction [VB] (Civil Servants) INHBSCHAR1Assigned to domainKDSV1
BAFTBSpecial Employment Tax Relief Amount for Deductible Items BAFTBCURR7(2) P05_WERT7
GEMBZSI Exemption for Conscientious Reasons GEMBZCHAR1GEMBZ
JAARLAnnual Amount Appl.to Spec. Tax Relief for Deductible Items JAARLNUMC6NUMC6
JRLOTAnnual Salary for Special Tax Rate JRLOTDEC6DEC6
NETTONet Wage NETT1DEC8(2) DEC6_2
INDNSHired in Payroll Period INDNSCHAR1CHAR1
UITDNLeft in Payroll Period UITDNCHAR1CHAR1
ASOLLNumber of days on which work was performed ASOLLDEC5(2) DEC3_2
TEST13-Byte field CHAR3CHAR3CHAR3
BIJZBPayments Taxed Acc. to Spec. Tax Rate/Taxed Acc. to Table BIJZBCHAR1CHAR1
PROTKPrint Log PROTKCHAR1CHAR1
AUSNASpecial Employee Groups AUSNSCHAR3Assigned to domainAUSNS
VRDBBAdvantage Rule - Income Taxed according to Special Rate VRDBBCHAR1CHAR1
NBBELNet Payments Taxed According to Special Tax Rate NBBELDEC8(2) DEC6_2

Key field Non-key field



How do I retrieve data from SAP structure RPBNN using ABAP code?

As RPBNN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPBNN as there is no data to select.

How to access SAP table RPBNN

Within an ECC or HANA version of SAP you can also view further information about RPBNN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!