RC29V SAP (IOTAB BOM Comparison) Structure details

Dictionary Type: Structure
Description: IOTAB BOM Comparison




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




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

RC29V 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 "IOTAB BOM Comparison" 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_RC29V TYPE RC29V.

The RC29V table consists of various fields, each holding specific information or linking keys about IOTAB BOM Comparison data available in SAP. These include B_TABIX (Row Index of Internal Tables), DIFFERENCE (Char 20), ICON (Name of an Icon), MNGLG_DIFF (Component quantity).. 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 RC29V 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
A_TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
B_TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
DIFFERENCEChar 20 CHAR20CHAR20CHAR20
ICONName of an Icon ICONNAMECHAR30ICONNAME
MNGLG_DIFFComponent quantity KMPMGQUAN13(3) MENGV13
AKT_KOMPObject description (item) OJTXPCHAR40TEXT40
AKT_TEXTObject description (item) OJTXPCHAR40TEXT40
BMTYP_ABOM category STLTYCHAR1STLTY
MATNR_AMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DOKNR_ADocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKAR_ADocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKTL_ADocument Part DOKTL_DCHAR3DOKTLCV4
DOKVR_ADocument Version DOKVRCHAR2DOKVRCV3
EQUNR_AEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNR_AFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
VBELN_ASales Order CS_VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOS_ASales order item CS_VBPOSNUMC6Assigned to domainPOSNRAPO
AUFNR_AOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PSPNR_AWork breakdown structure element (WBS element) CS_PSPNRNUMC8Assigned to domainABPSPPS_POSNRPEI
MNGLG_AComponent quantity KMPMGQUAN13(3) MENGV13
BMTYP_BBOM category STLTYCHAR1STLTY
MATNR_BMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
DOKNR_BDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKAR_BDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKTL_BDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVR_BDocument Version DOKVRCHAR2DOKVRCV3
EQUNR_BEquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNR_BFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
VBELN_BSales Order CS_VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOS_BSales order item CS_VBPOSNUMC6Assigned to domainPOSNRAPO
AUFNR_BOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PSPNR_BWork breakdown structure element (WBS element) CS_PSPNRNUMC8Assigned to domainABPSPPS_POSNRPEI
MNGLG_BComponent quantity KMPMGQUAN13(3) MENGV13

Key field Non-key field



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

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

How to access SAP table RC29V

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