PC223 SAP (Payroll Result: Social Insurance (F)) Structure details

Dictionary Type: Structure
Description: Payroll Result: Social Insurance (F)




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




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

PC223 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 "Payroll Result: Social Insurance (F)" 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_PC223 TYPE PC223.

The PC223 table consists of various fields, each holding specific information or linking keys about Payroll Result: Social Insurance (F) data available in SAP. These include BEGDA (Start Date), ENDDA (End Date), NUMSS (Social insurance number), CLESS (Verification key for the SI number).. 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 PC223 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
CNTR1Tax split PRSPLRAW1RAW1
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
NUMSSSocial insurance number NUMSSCHAR13NUMSS
CLESSVerification key for the SI number CLESSNUMC2NUM2
TPARTCheckbox XFELDCHAR1XFELD
REGNOSI contrib. model REGNOCHAR4Assigned to domainP06_REGNO
ORG01SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT01Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG02SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT02Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG03SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT03Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG04SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT04Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG05SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT05Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG06SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT06Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG07SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT07Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG08SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT08Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG09SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT09Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
ORG10SI contribution funds ORGA1CHAR4Assigned to domainP06_ORGA1
COT10Tax and social insurance payroll costs COTISCHAR4T5F1BP06_COTIS
REGSSSI contrib. model REGNOCHAR4Assigned to domainP06_REGNO
REGACSI contrib. model REGNOCHAR4Assigned to domainP06_REGNO
REGRTSI contrib. model REGNOCHAR4Assigned to domainP06_REGNO
CTTYPContract Type CTTYPCHAR2Assigned to domainCTTYP
MRCDDEmployment contract: Reason for recourse to a CDD P06_CONTRAT_MOTIF_RECOURS_CDDCHAR2P06_CONTRAT_MOTIF_RECOURS_CDD
CASPAEmployment contract: Specific case P06_CONTRAT_CAS_PARTICULIERCHAR2P06_CONTRAT_CAS_PARTICULIER
INBEGEmployment contract: Initial start date of contract P06_CONTRAT_DATE_INIT_DEBUTDATS8DATUM
INENDEmployment contract: Initial end date of contract P06_CONTRAT_DATE_INIT_FINDATS8DATUM
PRENDEmployment contract: End of contract prenotification date P06_CONTRAT_DATE_PREAVIS_FINDATS8DATUM
CATDUEmployment contract: Law on Securing emplymt - Duration cat. P06_CONTRAT_CATEGORIE_DUREECHAR7P06_CONTRAT_CATEGORIE_DUREE
PEENDEmployment contract: End date of trial period P06_CONTRAT_DATE_ESSAI_FINDATS8DATUM

Key field Non-key field



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

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

How to access SAP table PC223

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