HRHAP_EL_CONF SAP (UI Configurations for an Appraisal Element) Table details

Dictionary Type: Table
Description: UI Configurations for an Appraisal Element




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




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

HRHAP_EL_CONF is a standard SAP Table which is used to store UI Configurations for an Appraisal Element data and is available within R/3 SAP systems depending on the version and release level.

The HRHAP_EL_CONF table consists of various fields, each holding specific information or linking keys about UI Configurations for an Appraisal Element data available in SAP. These include PLAN_VERSION (Plan Version), ELEMENT_TYPE (Appraisal Element Type), ELEMENT_ID (Appraisal Element ID), DOC_WD_LAYOUT (Document Layout in Web Dynpro).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRHAP_EL_CONF 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 MANDTCLNT3T000MANDT
PLAN_VERSIONPlan Version HAP_PLAN_VERSIONCHAR2T778PPLVARPOP
ELEMENT_TYPEAppraisal Element Type HAP_ELEMENT_TYPECHAR2Assigned to domainOTYPE
ELEMENT_IDAppraisal Element ID HAP_ELEMENT_IDNUMC8NUM08
DOC_WD_LAYOUTDocument Layout in Web Dynpro HAP_DOC_WD_LAYOUTCHAR1HAP_DOC_WD_LAYOUT
COLLAPS_ELEMENTSCollapsible Elements HAP_COLLAPS_ELEMENTSCHAR1CHAR1
ROW_VAL_OVERVIEWAlways Show Final Appraisal HAP_ROW_VALUE_OVERVIEWCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM HRHAP_EL_CONF
INTO CORRESPONDING FIELDS OF WA_HRHAP_EL_CONF
WHERE...

How to access SAP table HRHAP_EL_CONF

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