PC222 SAP (Private Pension (DK)) Structure details

Dictionary Type: Structure
Description: Private Pension (DK)




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




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

PC222 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 "Private Pension (DK)" 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_PC222 TYPE PC222.

The PC222 table consists of various fields, each holding specific information or linking keys about Private Pension (DK) data available in SAP. These include ENDDA (End Date), CNTR1 (SI split), PTYPE (Pension Categories), T5M7N_WEE (Employee Wage Type).. 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: Cannot Be Enhanced


SAP PC222 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
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
CNTR1SI split CNTR1RAW1RAW1
PTYPEPension Categories P09_PTYPENUMC2Assigned to domainP09_PTYPEHR_DK_PENSIONSTYP
T5M7N_WEEEmployee Wage Type P09_LGEECHAR4T512WLGART
T5M7N_WEREmployer Wage Type P09_LGERCHAR4T512WLGART
AMPCRIndicator for AMP adjustment P09_AMPCRCHAR1CHAR1
AMP_INSTUnion Agreement Key P09_AMPINSCHAR5CHAR5
PEGRLPension basis DK PEGRLCHAR4Assigned to domainLGART
PEGRLBTRGAmount BETRGCURR9(2) WERTV5
KAPKZAGHR-DK Capital indicator P09_KAPKZCHAR1XFIELD
PENSRZ_ABGInsurance return payment (X) or not ( ) P09_ABZUGCHAR1CHAR1
BTRAGAmount BETRGCURR9(2) WERTV5
PRZAGPayroll percentage rate P09_BRGPROZSDEC5(2) P09_PROZS
KAPKZMAHR-DK Capital indicator P09_KAPKZCHAR1XFIELD
PENSRZ_ABNInsurance return payment (X) or not ( ) P09_ABZUGCHAR1CHAR1
BTRMAAmount BETRGCURR9(2) WERTV5
PRZMAPayroll percentage rate P09_BRGPROZSDEC5(2) P09_PROZS
POLNRInsurance Policy Number POLNRCHAR15CHAR15
BMODTPayee key for bank transfers EMFSLCHAR8EMFSL
BANKLBank number BANKLCHAR15BANKLBLZ
BKKTOBank account number BANKNCHAR18BANKN
MPACSPLTEEPension split (SI split for employee P09_CNTR1ERAW1RAW1
MPACSPLTERPension split (SI split) for employer P09_CNTR1RRAW1RAW1
TRANSOSI transfer (Denmark) OSIUBCHAR1XFELD
PBSNRTransfer customer number PBSNRCHAR8CHAR8
INSTPension institutions P09_INSTCHAR2Assigned to domainP09_INST
AFTLNAgreement Number P09_AFTNRCHAR8
CREASReason for Changing Master Data PREASCHAR2Assigned to domainPREAS
PADWTAdditional Wage Type With Information Relevant to Pensions P09_PADWTCHAR4Assigned to domainLGART
PBSWTPBS wage type (DK) P09_PBSWTCHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table PC222

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