COMS_SETTYPE_WZ SAP (Status of the Input Fields and Tables in the Set Type Wizard) Table details

Dictionary Type: Table
Description: Status of the Input Fields and Tables in the Set Type Wizard




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




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

COMS_SETTYPE_WZ is a standard SAP Table which is used to store Status of the Input Fields and Tables in the Set Type Wizard data and is available within R/3 SAP systems depending on the version and release level.

The COMS_SETTYPE_WZ table consists of various fields, each holding specific information or linking keys about Status of the Input Fields and Tables in the Set Type Wizard data available in SAP. These include SETTYPE_STATE (Status of a Set Type in the Set Type Wizard), ATTRIBUTE_TABLE (Changeability of Table Rows in the Set Type Wizard), PROD_TYPE_TABLE (Changeability of Table Rows in the Set Type Wizard), FRGTYPE_ID (Status of the Input Fields in the Set Type Wizard).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP COMS_SETTYPE_WZ 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
OBJECTTYPEObject Type of a Set Type COMT_SET_BUS_OBJTYPECHAR10COMS_SETTYPE_OCOMT_SET_BUS_OBJTYPE
SETTYPE_STATEStatus of a Set Type in the Set Type Wizard COMT_SETTYPE_WZ_SETTYPE_STATECHAR8COM_SETTYPE_WZ_SETTYPE_STATE
ATTRIBUTE_TABLEChangeability of Table Rows in the Set Type Wizard COMT_SETTYPE_WZ_TABLE_STATECHAR6COM_SETTYPE_WZ_TABLE_STATE
PROD_TYPE_TABLEChangeability of Table Rows in the Set Type Wizard COMT_SETTYPE_WZ_TABLE_STATECHAR6COM_SETTYPE_WZ_TABLE_STATE
FRGTYPE_IDStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
FRGTYPE_TEXTStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
BUS_OBJTYPEStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4Assigned to domainCOM_SETTYPE_WZ_FIELD_STATE
ORG_UNITStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
OBJECT_FAMILYStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
ENABLE_REUSEStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
SETTYPE_FIELDStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
ATTRIBUTE_IDStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
ATTR_TEXTStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
KEY_FLAGStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
MULT_VAL_FLAGStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
FIELD_NAMEStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE
MAX_FIELD_LENGTHMaximum Length of Field Name for an Attribute COMT_SETTYPE_WZ_FIELD_LENGTHINT410INT4
ATTR_FIELDStatus of the Input Fields in the Set Type Wizard COMT_SETTYPE_WZ_FIELD_STATECHAR4COM_SETTYPE_WZ_FIELD_STATE

Key field Non-key field



How do I retrieve data from SAP table COMS_SETTYPE_WZ using ABAP code

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

SELECT SINGLE *
FROM COMS_SETTYPE_WZ
INTO CORRESPONDING FIELDS OF WA_COMS_SETTYPE_WZ
WHERE...

How to access SAP table COMS_SETTYPE_WZ

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