PTABS SAP (Table for Absence Valuation (RPCABS10)) Structure details

Dictionary Type: Structure
Description: Table for Absence Valuation (RPCABS10)




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




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

PTABS 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 "Table for Absence Valuation (RPCABS10)" 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_PTABS TYPE PTABS.

The PTABS table consists of various fields, each holding specific information or linking keys about Table for Absence Valuation (RPCABS10) data available in SAP. These include INFTY (Infotype), STDAZ (Absence hours), SOLLZ (Planned working hours), FTKLA (Public holiday class).. 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 PTABS 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
DATUMDate DATUMDATS8DATUM
INFTYInfotype INFTYCHAR4INFOTYPITP
STDAZAbsence hours ABSTDDEC7(2) JRSTD
SOLLZPlanned working hours SOLLZDEC5(2) DEC03_2
FTKLAPublic holiday class FTKLACHAR1FTKLA
TPKLADaily Work Schedule Class TPKLACHAR1TPKLA
TAGTYDay Type TAGTYCHAR1TAGTY
URLKLPS grouping for attendance and absence counting URLKLCHAR2Assigned to domainURLKL
MOZKOGrouping of Personnel Subareas for Time Quota Types MOZKONUMC2MOZKO
ZEITYEmployee Subgroup Grouping for Work Schedules DZEITYCHAR1ZEITYTCA
KONTYEmployee Subgroup Grouping for Time Quota Types MOPGKCHAR1CHAR1
KTARTAttendance or absence quota type KTARTNUMC2KTART
RGMODGrouping of attendance and absence types for counting RGMODNUMC2RGMOD
MOTPRPersonnel Subarea Grouping for Daily Work Schedules MOTPRNUMC2MOTPR
ZMODNPeriod Work Schedule DZMODNCHAR4Assigned to domainZMODN
ABRTGPayroll days ABRTGDEC6(2) TAGE4_2
ABRSTPayroll hours ABRSTDEC7(2) JRSTD
ZEINHTime/Measurement Unit PT_ZEINHCHAR3Assigned to domainRPMSH
RCODEReturn Code RETCDCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table PTABS

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