/PLMB/S_RCA_EXPL_LOG SAP (Log Structure for Explosion) Structure details

Dictionary Type: Structure
Description: Log Structure for Explosion




ABAP Code to SELECT data from /PLMB/S_RCA_EXPL_LOG
Related tables to /PLMB/S_RCA_EXPL_LOG
Access table /PLMB/S_RCA_EXPL_LOG




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

/PLMB/S_RCA_EXPL_LOG 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 "Log Structure for Explosion" 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_/PLMB/S_RCA_EXPL_LOG TYPE /PLMB/S_RCA_EXPL_LOG.

The /PLMB/S_RCA_EXPL_LOG table consists of various fields, each holding specific information or linking keys about Log Structure for Explosion data available in SAP. These include ROW (Recipe Calculation: Row), EXPL_LEVEL (Explosion Level), RCP_GUID (Common Recipe GUID), SUBID (Specification ID).. 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 /PLMB/S_RCA_EXPL_LOG 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
CALC_IDIdentifier for Calculation /PLMB/RCA_CPARA_IDCHAR20/PLMB/RCA_CPARA_ID
ROWRecipe Calculation: Row /PLMB/RCA_ROWINT410
EXPL_LEVELExplosion Level /PLMB/RCA_EXPL_LEVELINT410
RCP_GUIDCommon Recipe GUID /PLMB/RCP_GUIDRAW16SYSUUID
SUBIDSpecification ID /PLMB/RCP_SUBIDCHAR12CHAR12/PLMB/RSP_CMP_DMZ_WO_MATNR
ALT_NOAlternative Recipe Identifier /PLMB/RCP_ALT_NOCHAR3CHAR3
VERS_NORecipe Version /PLMB/RCP_VERS_NOCHAR3CHAR3
SUBRECNSpecification Key /PLMB/RCA_SUBRECNNUMC20
RCP_TYPE_IDRecipe Type /PLMB/RCP_TYPE_IDCHAR20Assigned to domain/PLMB/RCP_TYPE_ID/PLMB/RCP_TYPE_DMZ
RCP_NAMERecipe /PLMB/RCP_NAMECHAR20
SUB_RCP_GUIDCommon Recipe GUID /PLMB/RCP_GUIDRAW16SYSUUID
SUB_EXT_KEY 0
SUBIDSpecification ID /PLMB/RCP_SUBIDCHAR12CHAR12/PLMB/RSP_CMP_DMZ_WO_MATNR
ALT_NOAlternative Recipe Identifier /PLMB/RCP_ALT_NOCHAR3CHAR3
VERS_NORecipe Version /PLMB/RCP_VERS_NOCHAR3CHAR3
SUBRECNSpecification Key /PLMB/RCA_SUBRECNNUMC20
SUB_RCP_NAMERecipe /PLMB/RCP_NAMECHAR20
FLG_PORecipe Calculation: Primary Output Checkbox /PLMB/RCA_FLAG_POCHAR1/PLMB/RCA_EXPL_FLAG
FLG_OSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
FLG_SORecipe Calculation: Checkbox Secondary Output /PLMB/RCA_FLAG_SOCHAR1/PLMB/RCA_EXPL_FLAG
FLG_REWORKReuse Item /PLMB/RCA_FLAG_REWORKCHAR1/PLMB/RCA_EXPL_FLAG
FLG_UNUSEDRecipe Calculation: Checkbox Unused /PLMB/RCA_FLAG_UNUSEDCHAR1/PLMB/RCA_EXPL_FLAG
FLG_EXPL_STOPRecipe Calculation: Explosion Stop Checkbox /PLMB/RCA_FLAG_EXPL_STOPCHAR1/PLMB/RCA_EXPL_FLAG
ITEM_GUIDFormula Item GUID /PLMB/RFO_ITEM_GUIDRAW16SYSUUID
STREAM_IDFormula Item GUID /PLMB/RFO_ITEM_GUIDRAW16SYSUUID
ST_IDStage /PLMB/RPR_STAGE_IDNUMC4RCPNZ/PLMB/RPR_PE_ID
POSNRNumber of a Formula Item /PLMB/RFO_FRML_POSNRNUMC4RCPNZ/PLMB/RCP_FRML_POSNR_D
POSCOUNTNumber of Formula Item /PLMB/RFO_FRML_POSCOUNTNUMC4RCPNZ/PLMB/RCP_FRML_POSNR_D
ITEM_SUBRECNSpecification Key /PLMB/RCA_SUBRECNNUMC20
SUBSTANCESpecification ID /PLMB/RCP_SUBST_IDCHAR12CHAR12
MATERIALMaterial Number /PLMB/MATNRCHAR18Assigned to domainMATN1MATNRMAT/PLMB/MAT_CMP_MATERIAL_NO
ITEM_TYPEFormula Item Type /PLMB/RFO_FRML_ITEM_TYPECHAR2/PLMB/RCP_FRML_ITEM_TYPE_D
COMP_TYPEComponent Type of Formula Item /PLMB/RFO_COMPTYPECHAR10
MASSABSFLOATAbsolute Mass (As Float) /PLMB/RFO_MASSABSFLOATD34D31(14)
QUANTFLOATQuantity As Float /PLMB/RCA_QAUNTFLOATD34D31(14)
UOMUnit of Measure /PLMB/RFO_UOMUNIT3Assigned to domainCUNITMEINS
STAGE_NOStage /PLMB/RPR_STAGE_IDNUMC4RCPNZ/PLMB/RPR_PE_ID
FLG_STD_EXPLData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PARENT_ITEM_GUIDFormula Item GUID /PLMB/RFO_ITEM_GUIDRAW16SYSUUID
RULE_INDDetermined by Rule /PLMB/RCP_RULE_INDCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP structure /PLMB/S_RCA_EXPL_LOG using ABAP code?

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

How to access SAP table /PLMB/S_RCA_EXPL_LOG

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