PTARQ_EXTRA_INFO SAP (Leave Request: Additional Fields for Attendances/Absences) Table details

Dictionary Type: Table
Description: Leave Request: Additional Fields for Attendances/Absences




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




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

PTARQ_EXTRA_INFO is a standard SAP Table which is used to store Leave Request: Additional Fields for Attendances/Absences data and is available within R/3 SAP systems depending on the version and release level.

The PTARQ_EXTRA_INFO table consists of various fields, each holding specific information or linking keys about Leave Request: Additional Fields for Attendances/Absences data available in SAP. These include ITEM_ID (ID of Request Item), OBJECT_TYPE (Object Type), OBJ_ID (Object ID), COMP_CODE (Company code).. 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 PTARQ_EXTRA_INFO 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
ITEM_IDID of Request Item TIM_REQ_ITEM_IDCHAR32SYSUUID_C
OBJECT_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJ_IDObject ID OBJEKTIDNUMC8NUM08PON
COMP_CODECompany code PW_BUKRSCHAR4Assigned to domainBUKRSBUK
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
ORDER_IDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO

Key field Non-key field



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

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

SELECT SINGLE *
FROM PTARQ_EXTRA_INFO
INTO CORRESPONDING FIELDS OF WA_PTARQ_EXTRA_INFO
WHERE...

How to access SAP table PTARQ_EXTRA_INFO

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