RSBWDCHIER SAP (GFW: Data Storage in Standard Data Container for HIER) Structure details

Dictionary Type: Structure
Description: GFW: Data Storage in Standard Data Container for HIER




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




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

RSBWDCHIER 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 "GFW: Data Storage in Standard Data Container for HIER" 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_RSBWDCHIER TYPE RSBWDCHIER.

The RSBWDCHIER table consists of various fields, each holding specific information or linking keys about GFW: Data Storage in Standard Data Container for HIER data available in SAP. These include OBJTYPE (GFW: Object type (node, link, cluster) in a data container), PRED (GFW: Object ID (unique key) in a data container), SUCC (GFW: Object ID (unique key) in a data container), LEVEL (Node level in network).. 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 RSBWDCHIER 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
OBJIDGFW: Object ID (unique key) in a data container GFWOBJIDCHAR40CHAR40
OBJTYPEGFW: Object type (node, link, cluster) in a data container GFWOBJTYPECHAR1GFWOBJTYPE
PREDGFW: Object ID (unique key) in a data container GFWOBJIDCHAR40CHAR40
SUCCGFW: Object ID (unique key) in a data container GFWOBJIDCHAR40CHAR40
LEVELNode level in network RSDFLEVELINT25INT2
STYLENetwork Object Style RSDFSTYLEINT25INT2
TOOLTIPGFW: Header for a group/curve or for an X-value GFWLABELCHAR80TEXT80
PCLUSTERGFW: Object ID (unique key) in a data container GFWOBJIDCHAR40CHAR40
FILTERGFW: Filter in a data container GFWFILTERINT13GFWFILTER
DATAGFW: Second dimension (Y value) GFWYVALFLTP16(16) GFWYVAL
NODE_TEXT0GFW: Header for a group/curve or for an X-value GFWLABELCHAR80TEXT80
NODE_TEXT1GFW: Header for a group/curve or for an X-value GFWLABELCHAR80TEXT80
NODE_TEXT2GFW: Header for a group/curve or for an X-value GFWLABELCHAR80TEXT80
STATUS_OBJStatus line of a structure object (node) GFWSTHIERREF0CL_GFW_STATUS_HIER
CU_REFOBJGFW: Object reference for individual customizing GFWREFOBJCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table RSBWDCHIER

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