PC2W9 SAP (Fields for Processing Contribution/Income Cluster) Structure details

Dictionary Type: Structure
Description: Fields for Processing Contribution/Income Cluster




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




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

PC2W9 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 "Fields for Processing Contribution/Income Cluster" 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_PC2W9 TYPE PC2W9.

The PC2W9 table consists of various fields, each holding specific information or linking keys about Fields for Processing Contribution/Income Cluster data available in SAP. These include IDBE1 (Identification for Paid Contributions), ANGRP (Pension Plan), HANSP (Company Pension Scheme Entitlement), LGART (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 PC2W9 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
IDBA1Identification for Income P01C_IDBA1CHAR4Assigned to domainP01C_GRID4
IDBE1Identification for Paid Contributions P01C_IDBE1CHAR4CHAR04
ANGRPPension Plan P01C_ANGRPCHAR4T5DCWP01C_ANGRP
HANSPCompany Pension Scheme Entitlement P01C_HANSPCHAR4T5DCAP01C_ANSPR
LGARTWage Type LGARTCHAR4T512WLGART
RELRERelevance for Reimbursement P01C_RELRECHAR1XFELD
VON_PERFROM-Period Month/Year P01C_VON_PCHAR6CHAR6
BIS_PERTO Period: Month/Year P01C_BIS_PCHAR6CHAR6
BETRGHR Payroll: Amount MAXBTCURR15(2) PRBETRG
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
BETRG_TXTAmount Text P01C_BETXTCHAR22CHAR22
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
GPTYPVested Payments Type P01C_GPTYPCHAR1P01C_GPTYP
FULLYNumber of Employment Years P01C_FULLYNUMC2P01C_NUMC2

Key field Non-key field



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

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

How to access SAP table PC2W9

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