COWORK200_SETUP SAP (Dialog Structure Workbench Setup for Confirmation) Structure details

Dictionary Type: Structure
Description: Dialog Structure Workbench Setup for Confirmation




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




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

COWORK200_SETUP 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 Workbench Setup for Confirmation" 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_COWORK200_SETUP TYPE COWORK200_SETUP.

The COWORK200_SETUP table consists of various fields, each holding specific information or linking keys about Dialog Structure Workbench Setup for Confirmation data available in SAP. These include CONF_TYPE_OLD (Control of confirmation type), INS_ERR (Key: Insert incorrect confirmation), EDITABLE_FIELDS (Switch Confirmation Fields to Changeable), PROPOSAL_VALUE (Default Values for Confirmation in Mass Processing).. 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 COWORK200_SETUP 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
PROCESS_TYPEProcessing type COWB_PROCESS_TYPECHAR1COWB_PROCESS_TYPE
CONF_TYPE_OLDControl of confirmation type CO_CONFIRMATION_CTRLCHAR1CO_CONFIRMATION_CTRL
INS_ERRKey: Insert incorrect confirmation RU_INS_ERRCHAR1RU_INS_ERR
EDITABLE_FIELDSSwitch Confirmation Fields to Changeable COWB_SHOW_EDITABLE_FIELDSCHAR1XFELD
PROPOSAL_VALUEDefault Values for Confirmation in Mass Processing COWB_PROPOSAL_VALUECHAR1COWB_PROPOSAL_VALUE
FIX_VALUE_YIELDDefault Value for Yield Quantity COWB_PROPOSAL_YIELDQUAN13(3) MENGV13
FIX_VALUE_SCRAPDefault Value for Scrap Quantity COWB_PROPOSAL_SCRAPQUAN13(3) MENGV13
FIX_VALUE_REWORKDefault Value for Rework Quantity COWB_PROPOSAL_REWORKQUAN13(3) MENGV13
FIX_VALUE_UNITDefault Value for Unit of Measure COWB_PROPOSAL_UNITUNIT3T006CUNITMEINS
PROPOSAL_CONF_TYPEPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
FIX_VALUE_POSTING_DATEDefault Value for Posting Date COWB_PROPOSAL_POSTING_DATEDATS8DATUM
FIX_VALUE_DOCUMENT_DATEDefault Value for Document Date COWB_PROPOSAL_DOCUMENT_DATEDATS8DATUM
FIX_VALUE_HEADER_TEXTDefault Value for Document Header Text COWB_PROPOSAL_HEADER_TEXTCHAR25TEXT25
FIX_VALUE_REPPOINTDefault Value for Reporting Point COWB_PROPOSAL_REPPOINTCHAR4NUMCVVORNR
PROPOSAL_SCRAP_TYPEScrap type for reporting point scrap backflush RM_RP_SCRAPCHAR1RM_RP_SCRAP
CONF_TYPEControl of confirmation type CO_CONFIRMATION_CTRLCHAR1CO_CONFIRMATION_CTRL

Key field Non-key field



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

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

How to access SAP table COWORK200_SETUP

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