EHPRCS_BOS_EXPL SAP (BOS explosion structure) Structure details

Dictionary Type: Structure
Description: BOS explosion structure




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




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

EHPRCS_BOS_EXPL 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 "BOS explosion structure" 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_EHPRCS_BOS_EXPL TYPE EHPRCS_BOS_EXPL.

The EHPRCS_BOS_EXPL table consists of various fields, each holding specific information or linking keys about BOS explosion structure data available in SAP. These include KEYROOT (Tree Control: Node Key), LEVEL (Level), SUBID (Specification), SUBCAT (Specification Type).. 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 EHPRCS_BOS_EXPL 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
KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
KEYROOTTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
LEVELLevel EHPRC_LEVELNUMC3NUMC3
SUBIDSpecification ESESUBIDCHAR12SPEC1ESDSUBIDES0
SUBCATSpecification Type ESESUBCATCHAR10Assigned to domainESDSUBCATES1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ALPGRAlternative item: group CS_ALPGRCHAR2CHAR2
PREF_ALTPreferred Alternative EHPRC_PREF_ALTCHAR1ESDBOOLE
PRESUPPreferred Supplier EHPRC_PRESUPCHAR1EHPRC_FLAG
HOMOMATHomogeneous Material EHPRC_HOMOMATCHAR1FLAG
PREFERREDPreferred BOS Position EHPRC_PREFERREDCHAR1ESDBOOLE
CDO_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
RECNSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
COMPCATComponent Type ESECOMPCATCHAR10Assigned to domainESDCOMPCAT
MATCATMaterial Category EHPRC_MATCATCHAR12Assigned to domainEHPRC_MATCAT
CD_CATEGORYCompliance Data Category EHPRC_COD_CATEGORY_CODECHAR12EHPRC_COD_CATEGORY_CODE
COMP_GROUPComposition Group EHPRC_COMP_GRPCHAR10EHPRC_COMP_GRP
QUANT_AVGAverage Quantity EHPRC_QUANT_AVGFLTP16(16) FLOAT1
QUANT_UPPUpper Quantity EHPRC_QUANT_UPPFLTP16(16) FLOAT1
QUANT_LOWLower Quantity EHPRC_QUANT_LOWFLTP16(16) FLOAT1
QUANT_UNITUnit EHPRC_QUANT_UNITUNIT3Assigned to domainCUNITMEINS
COMPEXCVALException Value of a Component ESECOMPEXCVALCHAR2Assigned to domainESDCOMPEXCVAL
NTGEWNet Weight EHPRC_NETTOFLTP16(16) FLOAT1
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
SUPPL_PART_INDSupplier Part Indicator EHPRC_SUPPLIER_PART_INDCHAR1EHFND_INDICATOR
PLANTPlant EHPRC_RVLID_PLANTCHAR10TCG91ESDRVLID
USAGEUsage EHPRC_RVLID_USAGECHAR10TCG91ESDRVLID
ALTERNATEAlternative EHPRC_RVLID_ALTCHAR10TCG91ESDRVLID
SUPPLIER_LISTSupplier List EHPRC_RVLID_SUPP_LISTCHAR10TCG91ESDRVLID
CUSTOMER_LISTCustomer List EHPRC_RVLID_CUST_LISTCHAR10TCG91ESDRVLID
CUSTOMCustom EHPRC_RVLID_CUSTOMCHAR10TCG91ESDRVLID
LEAFFlags That Object is Leaf (no Composition) EHPRC_LEAFCHAR1ESDBOOLE
CHILDREN_LOADEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
STOP_FULL_EXPL_FLGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ACTIVEActive BOS Position EHPRC_ACT_POSITIONCHAR1ESDFLAG
ORDOrder EHPRC_ORDNUMC6NUMC6
CD_BASMAT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
CD_SUPPLIST_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
RECNVPSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNVPSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
RECNVASequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
ACTNVASequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
SUPPLIERSupplier EHFND_SUPPLIER_IDCHAR10Assigned to domainALPHALIFNRKRED
COMP_ESTCATValue Assignment Type ESEESTCATCHAR30Assigned to domainESDESTCAT
MATNR_CMPMaterial Number of Component EHPRC_MATNRVPCHAR18Assigned to domainMATN1MATNR
CD_EXTERNAL_INDSelect Checkbox EHFND_INDICATORCHAR1EHFND_INDICATOR
EEW_BOS_EXPLDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table EHPRCS_BOS_EXPL

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