PC26R SAP (Payroll Structure MDADS: DA/DS Statistics (DK)) Structure details

Dictionary Type: Structure
Description: Payroll Structure MDADS: DA/DS Statistics (DK)




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




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

PC26R 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 Structure MDADS: DA/DS Statistics (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_PC26R TYPE PC26R.

The PC26R table consists of various fields, each holding specific information or linking keys about Payroll Structure MDADS: DA/DS Statistics (DK) data available in SAP. These include ENDDA (End Date), STYPE (Statistics type (DK)), STYNO (Indicator: Inclusion in DA/DS statistics (DK)), BOLIG (Indicator: Free telephone (DK)).. 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 PC26R 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
STYPEStatistics type (DK) P09_STYPECHAR4SUBTY
STYNOIndicator: Inclusion in DA/DS statistics (DK) P09_STYNOCHAR1XFELD
BOLIGIndicator: Free telephone (DK) P09_BOLIGCHAR1CHAR1
KSOM2Free accommodation P09_KSOM2CHAR1CHAR1
WCOD1Official DA job key (DK) P09_STCODCHAR6Assigned to domainP09_STCOD
WCOD2Official DA job key (DK) P09_STCODCHAR6Assigned to domainP09_STCOD
WCOD3Official DA job key (DK) P09_STCODCHAR6Assigned to domainP09_STCOD
BEGW1DA/DS start date of work function code (DK) P09_BEGW1DATS8DATS
BEGW2DA/DS start date of work function code (DK) P09_BEGW1DATS8DATS
BEGW3DA/DS start date of work function code (DK) P09_BEGW1DATS8DATS
ECOD1Official DA training key (DK) P09_EDCODCHAR6Assigned to domainP09_EDCOD
ECOD2Official DA training key (DK) P09_EDCODCHAR6Assigned to domainP09_EDCOD
ECOD3Official DA training key (DK) P09_EDCODCHAR6Assigned to domainP09_EDCOD
ENDD1End date of training Denmark P09_ENDD1DATS8DATUM
ENDD2End date of training Denmark P09_ENDD1DATS8DATUM
ENDD3End date of training Denmark P09_ENDD1DATS8DATUM
KSOM1Wage period relevant for DA/DS statistics (DK) P09_KSOM1CHAR1CHAR1
DAIN1PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN2PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN3PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN4PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN5PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN6PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN7PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN8PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
DAIN9PBS FORM 20A1 REC 7 lines 24 for DA/DS statistics P09_DAIN1CHAR1CHAR1
ARBS2Work center code for DA statistics DK P09_ARBS2CHAR5Assigned to domainP09_ARBS2
ARBS3Work center code for DS statistics DK P09_ARBS3CHAR5Assigned to domainP09_ARBS3
WOSTDHours per week WOSTDDEC5(2) STDAZ
COL23DA/DS code for contract type, FORM20A1 rec.7 col.23 (DK) P09_COL23CHAR1CHAR1
COL43DA agreement code, FORM 20A1 rec.7 col 43-47 (DK) P09_COL43CHAR5CHAR5
DAFERDA/DS codes for leave management FORM20A rec. 4 col. 18 (DK) P09_DAFERCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PC26R

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