PC2A2 SAP (HR-DK: Payroll Results for FA Statistics) Structure details

Dictionary Type: Structure
Description: HR-DK: Payroll Results for FA Statistics




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




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

PC2A2 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-DK: Payroll Results for FA Statistics" 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_PC2A2 TYPE PC2A2.

The PC2A2 table consists of various fields, each holding specific information or linking keys about HR-DK: Payroll Results for FA Statistics data available in SAP. These include GRAUS (Basic Training in Financial Sector), ARBS4 (Place of employment key for FA statistics), CTTYP (Work Contract for FA statistics), HERKN (Hiring Key for FA Statistics ('tilgangskode')).. 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 PC2A2 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
TARARCollective Agreement Key P09_TARARCHAR2Assigned to domainP09_TARAR
GRAUSBasic Training in Financial Sector P09_GRAUSCHAR1CHAR1
ARBS4Place of employment key for FA statistics P09_ARBS4CHAR5Assigned to domainP09_ARBS4
CTTYPWork Contract for FA statistics P09_CTTYPCHAR1CHAR1
HERKNHiring Key for FA Statistics ('tilgangskode') P09_HERKNCHAR2CHAR2
RCLDTDate Key for Next Increase P09_RCLDTCHAR2CHAR2
ARBFKWork Function for FA Statistics P09_ARBFKCHAR3Assigned to domainP09_ARBFK
ARBSTFA Statistics: Level of Task P09_ARBSTCHAR2CHAR2
MGTNVFA Statistics: Management Level P09_MGTNVCHAR1CHAR1
FAPOSWork Category for FA Statistics P09_FAPOSCHAR3P09_FAPOS
FAAUSFA Statistics: Training Key P09_FAAUSCHAR3Assigned to domainP09_FAAUS
FAPRTIndicator: Participation in FA Statistics P09_FAPRTCHAR1XFELD
SGLSTCreate Individual Statistics for Employees P09_SGLSTCHAR1XFELD
STDATHiring Date 'ansættelsesdato' for FA Statistics P09_STDATDATS8DATS
ENDATLeave Date ('afgangsdato') for FA Statistics P09_ENDATDATS8DATS
ENRSNLeaving Key for FA Statistics ('afgangskode') P09_ENRSNCHAR2CHAR2
PAYGRPay Grade ('lønramme/lønklasse') for FA Statistics P09_PAYGRCHAR3Assigned to domainP09_PAYGR
PAYLVPay Grade Level ('løntrin') for FA Statistics P09_PAYLVCHAR3Assigned to domainP09_PAYLV
FAX01FA Statistics: Extra Field Number 1 P09_FAX01CHAR2CHAR2
FAX02FA Statistics: Extra Field Number 2 P09_FAX02CHAR2CHAR2
FAX03FA Statistics: Extra Field Number 3 P09_FAX03CHAR2CHAR2
BSGRDCapacity Utilization Level BSGRDDEC5(2) BSGRD

Key field Non-key field



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

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

How to access SAP table PC2A2

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