PC26L SAP (Maternity calculation results structure (I)) Structure details

Dictionary Type: Structure
Description: Maternity calculation results structure (I)




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




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

PC26L 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 "Maternity calculation results structure (I)" 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_PC26L TYPE PC26L.

The PC26L table consists of various fields, each holding specific information or linking keys about Maternity calculation results structure (I) data available in SAP. These include ENDDA (End Date), KENN1 (Indicator for Subsequent Illness), TPEVE (Personnel action type), GINDO (Paid days).. 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: Not classified


SAP PC26L 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
KENN1Indicator for Subsequent Illness KENN1DEC2KNZAU
TPEVEPersonnel action type P15_TPEVENUMC2P15_TPEVE
GINDOPaid days P15_GINDENUMC3P15_GINDE
GNINOUnpaid days P15_GNINDNUMC3P15_GNIND
GINDFPaid days P15_GINDENUMC3P15_GINDE
GNINFUnpaid days P15_GNINDNUMC3P15_GNIND
PERIIReimbursement percentage c/INPS P15_PERIIDEC6(3) P15_PERII
INPSMINPS reimbursement month P15_INDINCURR15(2) P15_INDIN
PERAAIndemnity percentage c/company P15_PERAADEC6(3) P15_PERII
AZIMPMonthly reimb.from company P15_AZIMPCURR15(2) P15_INDIN
PEAZ1Mob.: company integration percentage P15_PERIADEC6(3) P15_PERIA
ORAZ1Company - Integrated hours P15_ORIAZDEC5(2) P15_ORIAZ
INAZ1Monthly company integration P15_INTAZCURR15(2) P15_INTAZ
PEAZ2Mob.: company integration percentage P15_PERIADEC6(3) P15_PERIA
ORAZ2Company - Integrated hours P15_ORIAZDEC5(2) P15_ORIAZ
INAZ2Monthly company integration P15_INTAZCURR15(2) P15_INTAZ
PEAZ3Mob.: company integration percentage P15_PERIADEC6(3) P15_PERIA
ORAZ3Company - Integrated hours P15_ORIAZDEC5(2) P15_ORIAZ
INAZ3Monthly company integration P15_INTAZCURR15(2) P15_INTAZ
PAGORHourly wage P15_PAGORCURR15(2) P15_RELPR
GGLAVWorked days P15_GGLAVDEC4(2) P15_GGLAV
GGFESNon-working days P15_GGFESDEC4(2) P15_GGLAV
GGFERLeave days P15_GGFERDEC4(2) P15_GGLAV
GGPREPaid leave days P15_GGPREDEC4(2) P15_GGLAV
GGARENo. of days of paid absence P15_GGAREDEC4(2) P15_GGLAV
SESGGSixth days P15_SESGGDEC4(2) P15_GGLAV
GGNREUnpaid days P15_GGNREDEC4(2) P15_GGLAV
RATE1Accrual P15_RATEOCURR15(2) P15_RATEO
RATE2Accrual P15_RATEOCURR15(2) P15_RATEO
RATE3Accrual P15_RATEOCURR15(2) P15_RATEO
RATE4Accrual P15_RATEOCURR15(2) P15_RATEO
GGCRAStandard days accruals/month P15_GGCORNUMC2P15_GGCOR
RELPRRemuneration for the service rendered P15_RELPRCURR15(2) P15_RELPR
RELPGDaily pay P15_RELPGCURR15(2) P15_RELPR
RATEGDaily accrual P15_RATEGCURR15(2) P15_RATEO
QGGEXDaily amount EX-503 P15_QGGEXCURR15(2) P15_RATEO
REBASBasic pay P15_REBASCURR15(2) P15_RELPR
VARTRVariables in withholding P15_VARTRCURR15(2) P15_RELPR
VARCOQualification variables P15_VARCOCURR15(2) P15_RELPR
TRNASNew employees deduction P15_TRNASCURR15(2) P15_RELPR

Key field Non-key field



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

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

How to access SAP table PC26L

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