HIER_BCSET SAP (Display BC Set in Q&Adb) Structure details

Dictionary Type: Structure
Description: Display BC Set in Q&Adb




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




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

HIER_BCSET 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 "Display BC Set in Q&Adb" 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_HIER_BCSET TYPE HIER_BCSET.

The HIER_BCSET table consists of various fields, each holding specific information or linking keys about Display BC Set in Q&Adb data available in SAP. These include ATTR (), ID (Business Configuration Set), VERSION (BC Set: Version), MODDATE (BC Set: Changed on).. 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 HIER_BCSET 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
NODE_IDUnique ID - 32 characters HIER_GUIDCHAR32SYCHAR32
ATTR 0
IDBusiness Configuration Set SCPR_IDCHAR32SCPR_IDCP4SCPRSAM
VERSIONBC Set: Version SCPR_VERSCHAR1SCPR_VERS
MODDATEBC Set: Changed on SCPR_DATEDATS8DATUM
MODTIMEBC Set: Last changed at SCPR_TIMETIMS6UZEIT
MODIFIERBC Set: Changed by SCPR_MODIFCHAR12BNAME
TYPEBC Set: Type SCPR_TYPECHAR3SCPR_TYPE
CATEGORYBC Set: Category SCPR_CTGRYCHAR1SCPR_CTGRY
CLI_DEPBC Set: Client-Dependent BC Set Data/Contents SCPR_CLDEPCHAR1SCPR_CLDEP
CLI_CASBC Set: Cascading BC Set Data/Contents in Clients SCPR_CLCASCHAR1SCPR_CLCAS
REFTYPEBC Set: Reference Object Type at Creation SCPR_REFTYCHAR4SCPR_REFTY
REFNAMEBC Set: Reference Object Name at Creation SCPR_REFNACHAR40SCPR_REFNA
ORGIDCompany short name SCPR_ORGIDCHAR10NAMESPACE
COMPONENTSoftware Component DLVUNITCHAR30DLVUNITH_CVERS
MINRELEASESAP Release SAPRELEASECHAR10CHAR10
MAXRELEASESAP Release SAPRELEASECHAR10CHAR10
STATEBC Set: Status SCPR_STATECHAR1SCPR_STATE
ACT_INFOBC Set: Flag to Copy Special Customizing SCPR_AFLAGCHAR1SCPR_AFLAG
DOCUBC Set: Documentation module key SCPR_DOCIDCHAR28SCPR_DOCID
DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
TEXTBC Set: Description SCPR_TEXTCHAR60SCPR_TEXT
BCSETBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM

Key field Non-key field



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

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

How to access SAP table HIER_BCSET

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