COMT_SETTYPE_DATA SAP (Set Type Data) Structure details

Dictionary Type: Structure
Description: Set Type Data




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




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

COMT_SETTYPE_DATA 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 "Set Type Data" 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_COMT_SETTYPE_DATA TYPE COMT_SETTYPE_DATA.

The COMT_SETTYPE_DATA table consists of various fields, each holding specific information or linking keys about Set Type Data data available in SAP. These include FRGTYPE_TAB (Database Table for the Set Type), FRGTYPE_DYNPRO (Subscreen for Maintaining Data on the Set Type), FRGTYPE_PROGRAM (Program in Which the Subscreen Was Created for the Set Type), FUNC_CREATE (Function Module for Writing Set Type Data).. 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 COMT_SETTYPE_DATA 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
FRGTYPE_IDIdentification of a Set Type COMT_FRGTYPE_IDCHAR16CHAR16COM_SETTYPE_GENERATED
FRGTYPE_TABDatabase Table for the Set Type COMT_FRGTYPE_TABLECHAR16DBOBJ_NAMEDD_DBTB_16
FRGTYPE_DYNPROSubscreen for Maintaining Data on the Set Type COMT_FRGTYPE_DYNPROCHAR4SYCHAR04
FRGTYPE_PROGRAMProgram in Which the Subscreen Was Created for the Set Type COMT_FRGTYPE_PROGRAMCHAR40Assigned to domainPROGRAMM
FUNC_CREATEFunction Module for Writing Set Type Data COMT_SETTYPE_FUNCCREATECHAR30Assigned to domainFUNCNAME
FUNC_CHANGEFunction Module for Changing Set Type Data COMT_SETTYPE_FUNCCHANGECHAR30Assigned to domainFUNCNAME
FUNC_INITFunction Module for Initializing the Set Type Subscreen COMT_FRGTYPE_FUNCINITCHAR30Assigned to domainFUNCNAME
FUNC_SAVEFunction Module for Saving the Set Type Data COMT_FRGTYPE_FUNCSAVECHAR30Assigned to domainFUNCNAME
FUNC_FREEFunction Module for Resetting a Set Type's Buffers COMT_FRGTYPE_FUNCFREECHAR30Assigned to domainFUNCNAME
FUNC_SAVE_LOCALFunction Module for Saving Local Set Type Buffer COMT_SETTYPE_FUNCSAVE_LOCALCHAR30Assigned to domainFUNCNAME
FUNC_CHECKFunction Module for Checking Set Type Data COMT_SETTYPE_FUNCCHECKCHAR30Assigned to domainFUNCNAME
FUNC_READFunction Module for Reading Set Type Data COMT_SETTYPE_FUNCREADCHAR30Assigned to domainFUNCNAME
FUNC_READ_LOCALFunction Module for Reading Set Type Data Locally COMT_SETTYPE_FUNCREAD_LOCALCHAR30Assigned to domainFUNCNAME
FUNC_READ_MULTIFunction Module for Reading Multiple Set Type Data COMT_SETTYPE_FUNCREAD_MULTICHAR30Assigned to domainFUNCNAME
FUNC_MAINT_READFunction Module for Reading for Maintenance COMT_SETTYPE_FUNCMAINT_READCHAR30Assigned to domainFUNCNAME
FUNC_MAINT_MULTIFunction Module for Changing Multiple Set Type Data COMT_SETTYPE_FUNCMAINT_MULTICHAR30Assigned to domainFUNCNAME
FUNC_MAINT_UPDFunction Module for Changes (Dialog) COMT_SETTYPE_FUNCMAINT_UPDCHAR30Assigned to domainFUNCNAME
FUNC_MAINT_READPFunction Module for Reading Set Type Data for Product COMT_SETTYPE_FUNCMAINT_READ_PRCHAR30Assigned to domainFUNCNAME
FUNC_GETFunction Module for Saving (BAdI) Set Type Data COMT_SETTYPE_FUNCGETCHAR30Assigned to domainFUNCNAME
FUNC_GET_HISTORYFunction Module for Reading History Data COMT_SETTYPE_FUNCGET_HISTORYCHAR30Assigned to domainFUNCNAME
FUNC_PBOFunction Module for PBO Functions COMT_SETTYPE_FUNC_PBOCHAR30Assigned to domainFUNCNAME
FUNC_PAIFunction Module for PAI Functions COMT_SETTYPE_FUNC_PAICHAR30Assigned to domainFUNCNAME
FUNC_READ_TFWFunction Module for Reading Referenced Data from TFW COMT_FRGTYPE_FUNCTFWRCHAR30Assigned to domainFUNCNAME
GENFLAGSet Type Has Been Generated COMT_FRGTYPE_GENFLAGCHAR1XFELD
BUS_OBJTYPEObject Type of a Set Type COMT_BUS_OBJTYPECHAR10COMC_SET_OBJTYPECOM_SET_OBJTYPE
ORG_UNITIndicator for Organizational Dependency COMT_PR_ORG_TYPECHAR10COMS_PR_ORGCOM_PR_ORG_TYPE
PROD_COMP_TYPEProduct Component Type COMT_PROD_COMP_TYPECHAR2COM_PROD_COMP_TYPE
STATUS_OBJECTObject Category CRM_J_OBTYPCHAR3Assigned to domainCRM_J_OBTYP
OBJECT_FAMILYObject Family COMT_PRODUCT_OBJECT_FAMILYCHAR4Assigned to domainCOM_PRODUCT_OBJECT_FAMILYCOM_OBJFAM_PRTYP
NON_ASSIGNABLEIndicator: Set Type Cannot Be Assigned to Category COMT_SETTYPE_NON_ASSIGNABLECHAR1COM_SETTYPE_NON_ASSIGNABLE
CALLORDER_SAVELCall Sequence of Functions During Maintenance COMT_SETTYPE_FUNC_CALL_ORDERINT410
CLEARING_NODEKEYNodes in Clearing Tool COMT_CLEARING_NODE_KEYCHAR10

Key field Non-key field



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

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

How to access SAP table COMT_SETTYPE_DATA

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