HRESS_S_ITDCL_OVR_MY SAP (Structure to accomodate Employee and Approver Overview data) Structure details

Dictionary Type: Structure
Description: Structure to accomodate Employee and Approver Overview data




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




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

HRESS_S_ITDCL_OVR_MY 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 "Structure to accomodate Employee and Approver Overview data" 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_HRESS_S_ITDCL_OVR_MY TYPE HRESS_S_ITDCL_OVR_MY.

The HRESS_S_ITDCL_OVR_MY table consists of various fields, each holding specific information or linking keys about Structure to accomodate Employee and Approver Overview data data available in SAP. These include PARENT_KEY (30 Characters), ROW_KEY (30 Characters), EXPANDED (Boolean Variable (X=True, -=False, Space=Unknown)), IS_LEAF (Boolean Variable (X=True, -=False, Space=Unknown)).. 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 (Deep)


SAP HRESS_S_ITDCL_OVR_MY 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
PARENT_KEY30 Characters CHAR30CHAR30CHAR30
ROW_KEY30 Characters CHAR30CHAR30CHAR30
EXPANDEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_LEAFBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
TEXTFPM: Text for the Explanation Control FPM_TEXTSTRG0WDY_CONF_TRANSL_TEXT
CHILDREN_LOADEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IMAGE_SRCImage Source FPMGB_IMAGE_SRCSTRG0
CSTATStatus Of the Request PMY_REQSTATUSCHAR1PMY_REQSTATUS
PERNRPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
PHASEPhase Of the Request PMY_PHASECHAR1PMY_CPHAS
REFNOReference No. PMY_REFNOCHAR17CHAR17
SEQNRSequence number PMY_SEQNRNUMC4NUMC4
RETYPRequest Type PMY_RETYPCHAR4T5LRET
OPDTYOptional Deduction Type PMY_OPDTYCHAR5CHAR5
RQCDTRequest Creation Date PMY_RQCDTDATS8DATUM
RECNOReceipt Number PMY_RECNOCHAR30CHAR30
DESCRDescription PMY_DESCRCHAR120PMY_DESCR
PAYDTPayment Date PMY_PMTDTDATS8DATUM
TOTAMTRequested Amount PMY_RQAMTCURR15(2) PRBETRG
UNITUnit Key PMY_CLM_UNITCHAR3Assigned to domainRPMSH
UTEXTLong Text LTEXTCHAR40TEXT40
VALID_TODate DATUMDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VALID_FROMDate DATUMDATS8DATUM
RQAMTRequested Amount PMY_RQAMTCURR15(2) PRBETRG
APAMTApproved Amount PMY_APAMTCURR15(2) PRBETRG
CAPMTApproved Amount PMY_APAMTCURR15(2) PRBETRG
DEL_FLAG Deletion indicator0
DEL_BUTT_STATUS Internal Use0
APUIDLast / Latest Approver User ID PMY_USRIDCHAR12UNAME
APTXTCharacter 100 CHAR100CHAR100CHAR100
RESET_BUT Internal Use0

Key field Non-key field



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

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

How to access SAP table HRESS_S_ITDCL_OVR_MY

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