CUOBOM_CHANGE SAP (Manually Changed Items in the Order BOM) Table details

Dictionary Type: Table
Description: Manually Changed Items in the Order BOM




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




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

CUOBOM_CHANGE is a standard SAP Table which is used to store Manually Changed Items in the Order BOM data and is available within R/3 SAP systems depending on the version and release level.

The CUOBOM_CHANGE table consists of various fields, each holding specific information or linking keys about Manually Changed Items in the Order BOM data available in SAP. These include GUID (Global identification of an item's change status), VBELN (Sales Order), VBPOS (Sales order item), MATNR (Material Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CUOBOM_CHANGE table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDGlobal identification of an item's change status CS_GUIDRAW16SYSUUID
VBELNSales Order CS_VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales order item CS_VBPOSNUMC6Assigned to domainPOSNRAPO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STVKNInherited node number of BOM item STVKNNUMC8KNTNR
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
TECHSParameter Variant/Standard Variant TECHSCHAR12TECHS
STATUChange status of an item in the order BOM CUOBOM_POS_STATUCHAR1CUOBOM_POS_STATU

Key field Non-key field



How do I retrieve data from SAP table CUOBOM_CHANGE using ABAP code

The following ABAP code Example will allow you to do a basic selection on CUOBOM_CHANGE to SELECT all data from the table
DATA: WA_CUOBOM_CHANGE TYPE CUOBOM_CHANGE.

SELECT SINGLE *
FROM CUOBOM_CHANGE
INTO CORRESPONDING FIELDS OF WA_CUOBOM_CHANGE
WHERE...

How to access SAP table CUOBOM_CHANGE

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