EHPRCS_PROPTREE_DISPLAY SAP (RCS: Structure for display of property tree in ALV) Structure details

Dictionary Type: Structure
Description: RCS: Structure for display of property tree in ALV




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




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

EHPRCS_PROPTREE_DISPLAY 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 "RCS: Structure for display of property tree in ALV" 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_EHPRCS_PROPTREE_DISPLAY TYPE EHPRCS_PROPTREE_DISPLAY.

The EHPRCS_PROPTREE_DISPLAY table consists of various fields, each holding specific information or linking keys about RCS: Structure for display of property tree in ALV data available in SAP. These include ID (Internal: Node ID), ESTCAT (Value Assignment Type), ESTNAM (Description of Value Assignment Type), CLINT (Internal Class Number).. 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: Not classified


SAP EHPRCS_PROPTREE_DISPLAY 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
MENIDProperty Tree ESEMENIDCHAR10Assigned to domainESDMENIDES6
IDInternal: Node ID SEU_IDNUMC6SEU_ID
ESTCATValue Assignment Type ESEESTCATCHAR30Assigned to domainESDESTCAT
ESTNAMDescription of Value Assignment Type ESEESTNAMCHAR40TEXT40
CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
CLASSClass number KLASSE_DCHAR18KLASSEKLA
TXTBZLong Text Description TEXTBEZCHAR40TEXT40
KSCHLKeywords KLSCHLCHAR40TEXT40
POSNRItem number KPOSNRNUMC3NUM03
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
C_ATFORData type of characteristic ATFORCHAR4ATFOR
C_ANZSTNumber of Characters ANZSTINT25ANZST
C_ANZDZNumber of Decimal Places ANZDZINT25ANZDZ
C_ATVORValue with Plus or Minus Sign ATVORCHAR1XFELD
C_ATKLECase Sensitive ATKLECHAR1XFELD
C_ATEINSingle value ATEINCHAR1XFELD
C_MSEHIUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
C_ATINTInterval Values Allowed ATINTCHAR1ATXFE
C_ATSONIndicator: Additional Values ATSONCHAR1ATXFE
C_ATPRTCheck table ATPRTCHAR30UDTAB
C_ATPRFFunction Module for Checking Values ATPRFCHAR30ATPRF
ATBEZCharacteristic description ATBEZCHAR30TEXT30
V_ATWRTCharacteristic Value ATWRTCHAR30ATWRT
V_ATFLVInternal floating point from ATFLVFLTP16(16) FLTP
V_ATFLBInternal floating point value to ATFLBFLTP16(16) FLTP
V_ATCODCode for value dependency ATCODCHAR1ATCOD
V_ATAWEAlternative unit ATAWEUNIT3Assigned to domainCUNITMEINS
V_ATWTBCharacteristic value description ATWTBCHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table EHPRCS_PROPTREE_DISPLAY

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