COWORK110PAR SAP (Workbench scheduling parameters for preposting) Table details

Dictionary Type: Table
Description: Workbench scheduling parameters for preposting




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




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

COWORK110PAR is a standard SAP Table which is used to store Workbench scheduling parameters for preposting data and is available within R/3 SAP systems depending on the version and release level.

The COWORK110PAR table consists of various fields, each holding specific information or linking keys about Workbench scheduling parameters for preposting data available in SAP. These include FUNCT (Function to be carried out by system), OBART (Object Type), OBJNR (Object number), COUNTER (Counter for function preselection).. 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 COWORK110PAR 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
FUNCTFunction to be carried out by system CO_FUNCTCHAR3CO_FUNCT
OBARTObject Type J_OBARTCHAR2Assigned to domainJ_OBART
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
COUNTERCounter for function preselection CO_CNT_FUNCNUMC4NUMC4
TERMKZScheduling type TERMKZCHAR1Assigned to domainTERART
FWD_DLV_ORIGINOrigin of scheduling dates CO_SCHED_ORIGCHAR1CO_SCHED_ORIG
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 table COWORK110PAR using ABAP code

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

SELECT SINGLE *
FROM COWORK110PAR
INTO CORRESPONDING FIELDS OF WA_COWORK110PAR
WHERE...

How to access SAP table COWORK110PAR

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