RC29B1 SAP (Dialog Structure for Order BOM Browser) Structure details

Dictionary Type: Structure
Description: Dialog Structure for Order BOM Browser




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




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

RC29B1 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 "Dialog Structure for Order BOM Browser" 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_RC29B1 TYPE RC29B1.

The RC29B1 table consists of various fields, each holding specific information or linking keys about Dialog Structure for Order BOM Browser data available in SAP. These include IDNRK_MAT (Material Number), IDNRK_ITEM (Material Number), IDNRK_ASSY (Material Number), DOKAR (Document 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 (character-type or numeric)


SAP RC29B1 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
BR_MODEMode of the object browser: order, project or material CS_BRMODECHAR3CHAR3
IDNRK_MATMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
IDNRK_ITEMMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
IDNRK_ASSYMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
CLASSClass number KLASSE_DCHAR18KLASSEKLA
OJTXPObject description (item) OJTXPCHAR40TEXT40
XTLTYBOM category STLTYCHAR1STLTY
POTX1BOM Item Text (Line 1) POTX1CHAR40TEXT40
STUFELevel (in multi-level BOM explosions) HISTUDEC2DEC2
WEGXXPath (for multi-level BOM explosions) WEGXXDEC4DEC4
CAPIDApplication CAPIDCHAR4Assigned to domainCAPIDCSA
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
DATUVValid-From Date DATUVDATS8DATUM
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
MULTILCheckbox XFELDCHAR1XFELD
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PSPNRWork breakdown structure element (WBS element) CS_PSPNRNUMC8Assigned to domainABPSPPS_POSNRPEI
HOLD_STBCheckbox XFELDCHAR1XFELD
TOPMATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
STLALAlternative BOM STALTCHAR2ALPHAALTNR
RFPNTReference point for BOM transfer CN_RFPNTCHAR20Assigned to domainCN_RFPNT
SORTFSort String SORTPCHAR10CHAR10
STOPSTUFEExplosion level for multi level BOM explosions STOPSTUFEDEC2DEC2
COPY_FREE_BOMCopy free order BOMs CS_COPY_FREE_BOMCHAR1CHAR1
COPY_BOMCopy order BOMs CS_COPY_BOMCHAR1CHAR1
CREA_MATCheckbox XFELDCHAR1XFELD
TEST_MODECall in simulation mode CS_TEST_MODECHAR1CHAR1
POS_OVERWRITEItem overwrite permitted CS_POSITION_OVERWRITE_ALLOWEDCHAR1CHAR1
ALLOC_DELDelete the component assignment for the sales order CS_ORDER_ALLOCATION_DELETECHAR1CHAR1
ALLOC_SINGLEAutomatic component assignment for individual assembly CS_ALLOC_SINGLECHAR1CHAR1
USE_MEMORYWork with internal buffering CS_USE_MEMORYCHAR1CHAR1
AUFARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
EMENGRequired quantity EMENGQUAN13(3) MENG13

Key field Non-key field



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

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

How to access SAP table RC29B1

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