PGBNIIN SAP (HR GB: Values Held in Payroll Driver for National Insurance) Structure details

Dictionary Type: Structure
Description: HR GB: Values Held in Payroll Driver for National Insurance




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




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

PGBNIIN 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 "HR GB: Values Held in Payroll Driver for National Insurance" 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_PGBNIIN TYPE PGBNIIN.

The PGBNIIN table consists of various fields, each holding specific information or linking keys about HR GB: Values Held in Payroll Driver for National Insurance data available in SAP. These include PRDNM (Payroll Period), PRDYR (Payroll Year), TPNIP (HR-GB: This period's NIable pay), YDDRP (HR-GB: Director's NIable Pay Year to Date).. 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: Can be enhanced (character-type or numeric)


SAP PGBNIIN 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
PERMOPeriod Parameters PERMONUMC2Assigned to domainPERMO
PRDNMPayroll Period PABRPNUMC2PABRP
PRDYRPayroll Year PABRJNUMC4GJAHRGJAHR
TPNIPHR-GB: This period's NIable pay P08_TPNIPCURR15(2) PRBETRG
YDDRPHR-GB: Director's NIable Pay Year to Date P08_YDDRPCURR15(2) PRBETRG
YDDEEHR-GB: NI paid as Director Year to Date, Employee P08_YDDEECURR15(2) PRBETRG
YDDERHR-GB: NI paid as Director Year to Date, Employer P08_YDDERCURR15(2) PRBETRG
NITYPHR-GB: NI type P08_NITYPCHAR1CHAR1
LEAV_DATEEnd Date ENDDADATS8DATUM
NIHRDHR-GB: NI Holidays, year to date P08_NIHRDCURR15(2) PRBETRG
REFNDHR-GB: NI Refund recovered P08_REFNDCHAR1XFELD
RETRO_CONTSHR-GB: Individual NI contributions in retro P08_NIRETCHAR1XFELD
PDATEDate Specifications Per Payroll Period DADATDATS8DATUM
CURRHR-GB: NI Current period indicator P08_CRPERCHAR1XFELD
N34HR GB: Contrd.Out EE Earnings P08_N34CURR15(2) PRBETRG
N35HR GB: Contrd.Out EE Contributions P08_N35CURR15(2) PRBETRG
N39HR-GB: NIC Employer Rebate P08_N39CURR15(2) PRBETRG
N44HR-GB: Earnings to Lower Earnings Level P08_N44CURR15(2) PRBETRG
N45HR-GB: Earnings from LEL to Employers Threshold P08_N45CURR15(2) PRBETRG
N46HR-GB: Earnings from ET to Upper Earnings Level P08_N46CURR15(2) PRBETRG
ATPNIHR-GB: This period's NIable pay P08_TPNIPCURR15(2) PRBETRG
NI_OFFSETHR-GB: This period's NIable pay P08_TPNIPCURR15(2) PRBETRG
N47HR-GB: Earnings from LEL to Employees Threshold P08_N47CURR15(2) PRBETRG
N48HR-GB: Earnings from Ee Threshold to Er Threshold P08_N48CURR15(2) PRBETRG
N49HR-GB: NIC Employee Rebate P08_N49CURR15(2) PRBETRG

Key field Non-key field



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

As PGBNIIN 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 PGBNIIN as there is no data to select.

How to access SAP table PGBNIIN

Within an ECC or HANA version of SAP you can also view further information about PGBNIIN 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!