PTMLEACONV SAP (Assignment Table IT0005 - IT2006 (RPTLEACONV Report)) Table details

Dictionary Type: Table
Description: Assignment Table IT0005 - IT2006 (RPTLEACONV Report)




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




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

PTMLEACONV is a standard SAP Table which is used to store Assignment Table IT0005 - IT2006 (RPTLEACONV Report) data and is available within R/3 SAP systems depending on the version and release level.

The PTMLEACONV table consists of various fields, each holding specific information or linking keys about Assignment Table IT0005 - IT2006 (RPTLEACONV Report) data available in SAP. These include QUONR (Counter for time quotas), PERNR (Personnel number), SUBTY (Subtype), OBJPS (Object Identification).. 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: Cannot Be Enhanced


SAP PTMLEACONV 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
QUONRCounter for time quotas PTM_QUONRNUMC20PTM_QUONR
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
URARTLeave type URARTCHAR2Assigned to domainURART
URESTRemaining leave PTM_HRESTDEC10(5) PTM_QUONUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTMLEACONV
INTO CORRESPONDING FIELDS OF WA_PTMLEACONV
WHERE...

How to access SAP table PTMLEACONV

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