COWB_S_CONF_CHA_MATVER SAP (Editable Fields for List of Material/Production Version) Structure details

Dictionary Type: Structure
Description: Editable Fields for List of Material/Production Version




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




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

COWB_S_CONF_CHA_MATVER 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 "Editable Fields for List of Material/Production Version" 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_COWB_S_CONF_CHA_MATVER TYPE COWB_S_CONF_CHA_MATVER.

The COWB_S_CONF_CHA_MATVER table consists of various fields, each holding specific information or linking keys about Editable Fields for List of Material/Production Version data available in SAP. These include MATNR (Material Number), PRODVER (Production Version), WERKS (Plant), PLANNING_PLANT (Planning plant).. 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: Cannot Be Enhanced


SAP COWB_S_CONF_CHA_MATVER 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
AUFNRPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PRODVERProduction Version VERIDCHAR4MKALVERIDVER
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PLANNING_PLANTPlanning plant WERKS_PLCHAR4T001WWERKS
STORLOCReceiving storage location for repetitive manufacturing ALORTCHAR4T001LLGORT
REVLEVELRevision Level REVLVCHAR2NUMCVREVLVRVS
PRODLINEProduction line for repetitive manufacturing SA_LINE1CHAR8ARBPLAGRRMLINE
PLANNINGIDPlanning identification 2 MDV02CHAR8Assigned to domainMDVXX
CONF_REM_QUANTITYBackflush quantity in repetitive manufacturing SA_ERFMGQUAN13(3) MENG13
CONF_REM_SCRAPScrap quantity SA_MNG04QUAN13(3) MENG13
CONF_REM_UNITUnit of measure for backflush quantity and for actual scrap SA_ERFMEUNIT3T006CUNITMEINS
CONF_REM_REPPOINTReporting Point SA_ZPUNKTCHAR4NUMCVVORNR
CONF_REM_BATCHReceiving batch for repetitive manufacturing SA_CHARGCHAR10Assigned to domainCHARG
CONF_REM_REASONReason for scrap SA_GRUNDCHAR4Assigned to domainCO_AGRND
CONF_REM_SCRAP_TYPEShort Text for Scrap Type COWB_SCRAP_TYPE_TEXTCHAR60DDTEXT
CONF_REM_POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
CONF_REM_DOCUMENT_DATEDocument Date in Document BLDATDATS8DATUM
CONF_REM_HEADER_TEXTDocument Header Text BKTXTCHAR25TEXT25

Key field Non-key field



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

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

How to access SAP table COWB_S_CONF_CHA_MATVER

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