COWB_S_CONF_CHA_RPL SAP (Editable Fields for MB Function Confirmation/Repet. Manuf.) Structure details

Dictionary Type: Structure
Description: Editable Fields for MB Function Confirmation/Repet. Manuf.




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




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

COWB_S_CONF_CHA_RPL 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 MB Function Confirmation/Repet. Manuf." 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_RPL TYPE COWB_S_CONF_CHA_RPL.

The COWB_S_CONF_CHA_RPL table consists of various fields, each holding specific information or linking keys about Editable Fields for MB Function Confirmation/Repet. Manuf. data available in SAP. These include CONF_REM_SCRAP (Scrap quantity), CONF_REM_UNIT (Unit of measure for backflush quantity and for actual scrap), CONF_REM_REPPOINT (Reporting Point), CONF_REM_BATCH (Receiving batch for repetitive manufacturing).. 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_RPL 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
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_RPL using ABAP code?

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

How to access SAP table COWB_S_CONF_CHA_RPL

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