COWORK190_SETUP SAP (Dialog Structure Workbench Setup for User Status Change) Structure details

Dictionary Type: Structure
Description: Dialog Structure Workbench Setup for User Status Change




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




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

COWORK190_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 User Status Change" 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_COWORK190_SETUP TYPE COWORK190_SETUP.

The COWORK190_SETUP table consists of various fields, each holding specific information or linking keys about Dialog Structure Workbench Setup for User Status Change data available in SAP. These include HDR_STSMA (Status profile that is assigned to an order header), HDR_TEXT (Text (30 Characters)), HDR_TXT04 (Object Status), HDR_STATUS (Object status).. 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)


SAP COWORK190_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
HDR_STSMAStatus profile that is assigned to an order header CO_STSMA_HDRCHAR8Assigned to domainJ_STSMA
HDR_TEXTText (30 Characters) TEXT30CHAR30TEXT30
HDR_TXT04Object Status P_TXT04CHAR4TEXT4
HDR_STATUSObject status J_STATUSCHAR5J_STATUS
HDR_STEXTText (30 Characters) TEXT30CHAR30TEXT30
HDR_INACTIndicator: Status Is Inactive J_INACTCHAR1J_INACT
OPR_STSMAStatus Profile Assigned to an Operation PM_STSMA_VORGCHAR8Assigned to domainJ_STSMA
OPR_TEXTText (30 Characters) TEXT30CHAR30TEXT30
OPR_TXT04Object Status P_TXT04CHAR4TEXT4
OPR_STATUSObject status J_STATUSCHAR5J_STATUS
OPR_STEXTText (30 Characters) TEXT30CHAR30TEXT30
OPR_INACTIndicator: Status Is Inactive J_INACTCHAR1J_INACT

Key field Non-key field



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

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

How to access SAP table COWORK190_SETUP

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