P01O_TVOED_SZ_RR SAP (Earlier December Data for RA Trigger: ASP TVoeD/TVAoeD) Table details

Dictionary Type: Table
Description: Earlier December Data for RA Trigger: ASP TVoeD/TVAoeD




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




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

P01O_TVOED_SZ_RR is a standard SAP Table which is used to store Earlier December Data for RA Trigger: ASP TVoeD/TVAoeD data and is available within R/3 SAP systems depending on the version and release level.

The P01O_TVOED_SZ_RR table consists of various fields, each holding specific information or linking keys about Earlier December Data for RA Trigger: ASP TVoeD/TVAoeD data available in SAP. These include PERNR (Personnel Number), KJAHR (Calendar Year in Which Annual Special Payment Was Made), JUPER (Legal Person on December 1 for Last November Payroll), BESCHVERH (In Employment or Training on December 1).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP P01O_TVOED_SZ_RR table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number P_PERNRNUMC8PERNR
KJAHRCalendar Year in Which Annual Special Payment Was Made P01O_JSZ_KJAHRNUMC4KJAHR
JUPERLegal Person on December 1 for Last November Payroll P01O_JSZ_JUPERCHAR4JUPER
BESCHVERHIn Employment or Training on December 1 P01O_JSZ_BESCHVERHCHAR1P01O_JSZ_BESCHVERH
ANSPRUCH_DEZPayment Entitlement for December (Based on Division by 12) P01O_JSZ_ANSPRUCH_DEZCHAR1P01O_JSZ_ANSPRUCH_DEZ

Key field Non-key field



How do I retrieve data from SAP table P01O_TVOED_SZ_RR using ABAP code

The following ABAP code Example will allow you to do a basic selection on P01O_TVOED_SZ_RR to SELECT all data from the table
DATA: WA_P01O_TVOED_SZ_RR TYPE P01O_TVOED_SZ_RR.

SELECT SINGLE *
FROM P01O_TVOED_SZ_RR
INTO CORRESPONDING FIELDS OF WA_P01O_TVOED_SZ_RR
WHERE...

How to access SAP table P01O_TVOED_SZ_RR

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