RKD_S_HIE_SELECTION SAP (Drilldown: Hierarchy Selection for a Characteristic) Structure details

Dictionary Type: Structure
Description: Drilldown: Hierarchy Selection for a Characteristic




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




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

RKD_S_HIE_SELECTION 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 "Drilldown: Hierarchy Selection for a Characteristic" 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_RKD_S_HIE_SELECTION TYPE RKD_S_HIE_SELECTION.

The RKD_S_HIE_SELECTION table consists of various fields, each holding specific information or linking keys about Drilldown: Hierarchy Selection for a Characteristic data available in SAP. These include CHARACTER_TXT (Characteristic description), HSEL_TYPE (Drilldown: Types of hierarchy selection), HCLASS (BRST Class of hierarchies (Sets, etc.)), HIENM (Name of hierarchy).. 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 RKD_S_HIE_SELECTION 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
CHARACTERISTICCharacteristic CGDDIMENSCHAR30Assigned to domainFDNAMEKCD
CHARACTER_TXTCharacteristic description RKD_CHARACTERISTIC_DESCRIPTIONCHAR20TXT20
HSEL_TYPEDrilldown: Types of hierarchy selection RKD_HIE_SEL_TYPECHAR1RKD_HIE_SEL_TYPE
HCLASSBRST Class of hierarchies (Sets, etc.) RSTHCLASSCHAR4Assigned to domainRSTHCLASS
HIENMName of hierarchy HIERANMCHAR30Assigned to domainHIERANM
HINFO_TABIXLine index of table RSTHINFO RKD_HINFO_TABIXINT410SYST_LONG
VNAMVariable Name CFVNAMCHAR10Assigned to domainCFVNAM
HTEXTSelectable hierarchies RKD_HIE_SEL_TEXTCHAR70RKD_HIE_SEL_TEXT
CHOICESelected entry RKD_CHOICECHAR1BOOLEAN
HGRP_HCLASSHierarchy group or class RKD_HIE_GRP_OR_CLASSCHAR50KEYID
HGRP_HCL_TEXTHierarchy groups or classes RKD_HIE_GRP_CL_TEXTCHAR40SCRTEXT_L
HPRSTNBRST Presentation type for hierarchies RSTPRSTNNUMC1RSTPRSTN
HPRSTN_TEXTDrilldown: Hierarchy display RKD_HIE_REP_TEXTCHAR40SCRTEXT_L

Key field Non-key field



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

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

How to access SAP table RKD_S_HIE_SELECTION

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