P23ABS_LIST SAP (Absence list for report RPIABSS0_NEW) Structure details

Dictionary Type: Structure
Description: Absence list for report RPIABSS0_NEW




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




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

P23ABS_LIST 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 "Absence list for report RPIABSS0_NEW" 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_P23ABS_LIST TYPE P23ABS_LIST.

The P23ABS_LIST table consists of various fields, each holding specific information or linking keys about Absence list for report RPIABSS0_NEW data available in SAP. These include PCBEG (Start Date), PCEND (End Date), AWART (Attendance or Absence Type), ABETP (Absence economical category (SE)).. 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 P23ABS_LIST 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
PERNRPersonnel Number P_PERNRNUMC8PERNR
PCBEGStart Date BEGDADATS8DATUM
PCENDEnd Date ENDDADATS8DATUM
AWARTAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABETPAbsence economical category (SE) P23_ABETPCHAR1ABSTP
PSARBWork capacity percentage PSARBDEC4(2) DEC2_2
PARTDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
DYNNRScreen for Recording Absences or Attendances PDYNRCHAR4DYNNR
OBEGDAStart Date BEGDADATS8DATUM
OENDDAEnd Date ENDDADATS8DATUM
NBEGDAStart Date BEGDADATS8DATUM
NENDDAEnd Date ENDDADATS8DATUM
AWART2Attendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABETP2Absence economical category (SE) P23_ABETPCHAR1ABSTP
PSARB2Work capacity percentage PSARBDEC4(2) DEC2_2
DYNNR2Screen for Recording Absences or Attendances PDYNRCHAR4DYNNR
PARTD2Boolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CKBEGStart Date BEGDADATS8DATUM
CKENDEnd Date ENDDADATS8DATUM
OPERATOperand for changing infotype P23_OPANDCHAR3CHAR03
CHKRSNCharacter Field Length 1 CHAR01CHAR1CHAR1
RSNTXTText for manual check reason P23_RSTXTCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table P23ABS_LIST

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