P13_TRMLVE SAP (International Leave Quota data for Terminations) Structure details

Dictionary Type: Structure
Description: International Leave Quota data for Terminations




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




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

P13_TRMLVE 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 "International Leave Quota data for Terminations" 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_P13_TRMLVE TYPE P13_TRMLVE.

The P13_TRMLVE table consists of various fields, each holding specific information or linking keys about International Leave Quota data for Terminations data available in SAP. These include KTART (Absence Quota Type), KTEXT (Text length 25), ENT (Number of Employee Time Quota), ACC (Quota number in transfer pool).. 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 P13_TRMLVE 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
KTARTAbsence Quota Type ABWKONUMC2Assigned to domainABWKO
KTEXTText length 25 TEXT25CHAR25TEXT25
ENTNumber of Employee Time Quota PTM_QUONUMDEC10(5) PTM_QUONUM
ACCQuota number in transfer pool PTM_QUONUM_TRANSDEC10(5) PTM_QUONUM
PYACCLeave Type Accrual Payable on Termination P13Q_PYACCCHAR1TDBOOL
PYENTLeave Type Entitlement Payable on Termination P13Q_PYENTCHAR1TDBOOL
LDENTPay Loading on Entitlement on Termination P13Q_LDENTCHAR1TDBOOL
LDACCPay Loading on Accrual on Termination P13Q_LDACCCHAR1TDBOOL
TWTYPLeave Loading Wage Type P13Q_TWTYPCHAR4Assigned to domainLGART
TXPERLeave Loading Percentage P13Q_TXPERDEC5(2) DEC3_2
LWTYPLeave Wage Type for entitlement P13Q_LWTYPCHAR4Assigned to domainLGART
NOACCPay no accrual if the entitlement is less than equal to zero P13Q_NOACCCHAR1TDBOOL
QCTYPTime quota compensation method TIM_QCTYPCHAR4Assigned to domainTIM_QCTYP

Key field Non-key field



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

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

How to access SAP table P13_TRMLVE

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