FPB_EXP_S_STATUS_HIERARCHY SAP (Structure to display hierarchy) Structure details

Dictionary Type: Structure
Description: Structure to display hierarchy




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




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

FPB_EXP_S_STATUS_HIERARCHY 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 display hierarchy" 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_FPB_EXP_S_STATUS_HIERARCHY TYPE FPB_EXP_S_STATUS_HIERARCHY.

The FPB_EXP_S_STATUS_HIERARCHY table consists of various fields, each holding specific information or linking keys about Structure to display hierarchy data available in SAP. These include ID (String for multiple use), REVIEWERS (String for multiple use), APPROVERS (String for multiple use), IS_LEAF (Replacement for Real Boolean Type: 'X' == True '' == False).. 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 FPB_EXP_S_STATUS_HIERARCHY 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
PARENTIDString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
IDString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
REVIEWERSString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
APPROVERSString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
IS_LEAFReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
IS_EXPANDEDReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
DEG_OF_COMP_VBLEWeb Dynpro: Visibility WDUI_VISIBILITYNUMC2WDUI_VISIBILITY
DEG_OF_APP_VBLEWeb Dynpro: Visibility WDUI_VISIBILITYNUMC2WDUI_VISIBILITY
ITEMString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
PLANNERUser Name UNAMECHAR12UNAME
STEPGROUPPlanning Step FPB_EXP_STEPGROUPCHAR10Assigned to domainFPB_EXP_STEPGROUP
STEPPlanning Substep FPB_EXP_STEPCHAR10Assigned to domainFPB_EXP_STEP
STATUSString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
PHASEExpress Planning Phase FPB_EXP_PHASECHAR1FPB_EXP_PHASE
PERCENTAGEInterger for generic use FPB_EXP_INTEGERINT410FPB_EXP_INTEGER
OBJECTTYPEObject Type for Planning Service FPB_EXP_OBJECTTYPECHAR10FPB_EXP_OBJECTTYPE
OBJECTGeneral Object FPB_EXP_OBJECTCHAR22FPB_EXP_OBJECT
STATUS_TEXTString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
DEG_OF_APPROVALInterger for generic use FPB_EXP_INTEGERINT410FPB_EXP_INTEGER
DELEGATED_TOString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
OPTIONAL_FLAGRequirement of Substep FPB_EXP_OPTIONAL_FLAGCHAR1FPB_EXP_OPTIONAL_FLAG
OPTIONAL_TEXTString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
URLString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
APPROVAL_TOOLTIPString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
REVIEWER_TOOLTIPString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
STATUS_VALUEExpress Planning Status FPB_EXP_STATUSINT410FPB_EXP_STATUS
DELEGATED_TO_TOOLTIPString for multiple use FPB_EXP_STRINGSTRG0FPB_EXP_STRING
LINK_VISIBILITYReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN

Key field Non-key field



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

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

How to access SAP table FPB_EXP_S_STATUS_HIERARCHY

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