PS0834 SAP (Leave CO) Structure details

Dictionary Type: Structure
Description: Leave CO




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




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

PS0834 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 "Leave CO" 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_PS0834 TYPE PS0834.

The PS0834 table consists of various fields, each holding specific information or linking keys about Leave CO data available in SAP. These include KALTG (Calendar days), BEGVA (Start date of amount of leave taken), ENDVA (End date of the amount of leave taken), FPVAC (Payment date of suspended leave).. 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: Can be enhanced (character-type or numeric)


SAP PS0834 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
ABWTGAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
KALTGCalendar days KALTGDEC6(2) TAGE4_2
BEGVAStart date of amount of leave taken PCO_BEGVADATS8
ENDVAEnd date of the amount of leave taken PCO_ENDVADATS8
FPVACPayment date of suspended leave PCO_FPVACDATS8DATS
OCRSNReason for Off-Cycle Payroll PAY_OCRSNCHAR4Assigned to domainPAY_OCRSNOCR
PAYTYPayroll type PAYTYCHAR1PAYTY
PAYIDPayroll Identifier PAYIDCHAR1CHAR1
BONDTOff-cycle payroll payment date BONDTDATS8DATUM
DOCNRDocument number for time data PTM_DOCNRNUMC20PTM_DOCNR
ANZHLQuota deduction KOANZDEC7(2) JRSTD
ABRSTPayroll hours ABRSTDEC7(2) JRSTD
AWARTAttendance or Absence Type AWARTCHAR4T554SAWART
DYQUOAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
DYPRVAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
STDAZAbsence hours ABSTDDEC7(2) JRSTD
AWAVSAttendance or Absence Type AWARTCHAR4T554SAWART
ABWVSAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
KALVSCalendar days KALTGDEC6(2) TAGE4_2
ANZVSQuota deduction KOANZDEC7(2) JRSTD
ABRVSPayroll hours ABRSTDEC7(2) JRSTD
INDVSReturn of payment PCO_INDDVCHAR1PCO_CHECK
STDVSAbsence hours ABSTDDEC7(2) JRSTD
BEGVSStart date of amount of leave taken PCO_BEGVADATS8
ENDVSEnd date of the amount of leave taken PCO_ENDVADATS8
AWAVDAttendance or Absence Type AWARTCHAR4Assigned to domainAWART
ABWVDAttendance and Absence Days ABWTGDEC6(2) TAGE4_2
KALVDCalendar days KALTGDEC6(2) TAGE4_2
ANZVDQuota deduction KOANZDEC7(2) JRSTD
ABRVDPayroll hours ABRSTDEC7(2) JRSTD
STDVDAbsence hours ABSTDDEC7(2) JRSTD
BEGVDStart date of amount of leave taken PCO_BEGVADATS8
ENDVDEnd date of the amount of leave taken PCO_ENDVADATS8
ABWVD1Attendance and Absence Days ABWTGDEC6(2) TAGE4_2
KALVD1Calendar days KALTGDEC6(2) TAGE4_2
ANZVD1Quota deduction KOANZDEC7(2) JRSTD
ABRVD1Payroll hours ABRSTDEC7(2) JRSTD
STDVD1Absence hours ABSTDDEC7(2) JRSTD
BEGVD1Start date of amount of leave taken PCO_BEGVADATS8
ENDVD1End date of the amount of leave taken PCO_ENDVADATS8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table PS0834

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