COWORK110_SETUP SAP (Online structure workbench setup for scheduling) Structure details

Dictionary Type: Structure
Description: Online structure workbench setup for scheduling




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




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

COWORK110_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 "Online structure workbench setup for scheduling" 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_COWORK110_SETUP TYPE COWORK110_SETUP.

The COWORK110_SETUP table consists of various fields, each holding specific information or linking keys about Online structure workbench setup for scheduling data available in SAP. These include TERMKZ (Scheduling type), FWD_DLV_ORIGIN (Origin of scheduling dates), VAL_TEXT (Short Text for Fixed Values), FWD_DLV_DATE (Basic finish date).. 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 COWORK110_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
TERMKZScheduling type TERMKZCHAR1T482TERART
FWD_DLV_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
VAL_TEXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
FWD_DLV_DATEBasic finish date CO_GLTRPDATS8DATUM
FWD_DLV_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
FWD_DLV_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
FWD_DLV_UNITTime unit MAIZEUNIT3T006CUNITMEINS
FWD_BEG_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
FWD_BEG_DATEBasic start date CO_GSTRPDATS8DATUM
FWD_BEG_TIMEBasic start time CO_GSUZPTIMS6UHRZT
FWD_BEG_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
FWD_BEG_UNITTime unit MAIZEUNIT3T006CUNITMEINS
BCK_DLV_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
BCK_DLV_DATEBasic finish date CO_GLTRPDATS8DATUM
BCK_DLV_TIMEBasic finish (time) CO_GLUZPTIMS6UHRZT
BCK_DLV_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
BCK_DLV_UNITTime unit MAIZEUNIT3Assigned to domainCUNITMEINS
BCK_BEG_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
BCK_BEG_DATEBasic start date CO_GSTRPDATS8DATUM
BCK_BEG_TIMEBasic start time CO_GSUZPTIMS6UHRZT
BCK_BEG_OFFSETDate shift CO_OFFSETQUAN5CFQUAN3
BCK_BEG_UNITTime unit MAIZEUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table COWORK110_SETUP

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