WRF_APPL_SET SAP (Hierarchy Control Table) Table details

Dictionary Type: Table
Description: Hierarchy Control Table




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




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

WRF_APPL_SET is a standard SAP Table which is used to store Hierarchy Control Table data and is available within R/3 SAP systems depending on the version and release level.

The WRF_APPL_SET table consists of various fields, each holding specific information or linking keys about Hierarchy Control Table data available in SAP. These include APP_ID (Application ID), OBJ_STRUCT (Attribute Structure for Objects), NODE_STRUCT (Attribute Structure for Nodes), AUTH_GRP (Authorization Group).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = WRF_APPL_SET_T


SAP WRF_APPL_SET 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
APP_IDApplication ID WRF_APPIDNUMC2WRF_APPIDWRF_GENAPPLID
OBJ_STRUCTAttribute Structure for Objects WRF_OSTRUCT_REFCHAR30DD02LAS4TAB
NODE_STRUCTAttribute Structure for Nodes WRF_STRUCT_REFCHAR30DD02LAS4TAB
AUTH_GRPAuthorization Group WRF_AUTHGRPCHAR4WRF_BRGRU
NUMBER_OF_HIERMaximum Number of Hierarchies That Can Be Created WRF_ANZAHLHIERNUMC3WRF_ANZAHLHIER
FUNCTION_MODULEFunction Module for Alternate Hierarchy Maintenance Dialog WRF_FUNCTION_MODULECHAR30TFDIRFUNCNAMELIB
FLG_NODESTR_ONLYNo Other Attribute Structure Allowed for Node WRF_NODESTR_ONLYCHAR1WRF_FLAG
FLG_OBJSTR_ONLYNo Other Attribute Structure for Objects Allowed WRF_OBJSTR_ONLYCHAR1WRF_FLAG
FLG_NODENME_UNIQNode Name Must Be Unique WRF_NODENME_UNIQCHAR1WRF_FLAG
FLG_OBJNME_UNIQObject Name Must Be Unique WRF_OBJNME_UNIQCHAR1WRF_FLAG
FLG_ADD_EN_ONLYObjects Can Only Be Moved to End Nodes WRF_ADD_EN_ONLYCHAR1WRF_FLAG
OBJ_DISPLAY_CONTDisplay Objects in Hierarchy Tree WRF_OBJ_DIS_CONTCHAR1WRF_FLAG
DISPLAY_MODEDisplay Mode for Tree Display WRF_DISPLAY_MODENUMC1WRF_DISPLAY_MODE
FLG_CHANGE_DOCWrite Change Document WRF_CHNGE_DOCCHAR1WRF_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_APPL_SET
INTO CORRESPONDING FIELDS OF WA_WRF_APPL_SET
WHERE...

How to access SAP table WRF_APPL_SET

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