COMT_IL_GEN_RELTYPE_UI SAP (Input Fields in the UI of the Relationship Type Generator) Structure details

Dictionary Type: Structure
Description: Input Fields in the UI of the Relationship Type Generator




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




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

COMT_IL_GEN_RELTYPE_UI 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 "Input Fields in the UI of the Relationship Type Generator" 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_IL_GEN_RELTYPE_UI TYPE COMT_IL_GEN_RELTYPE_UI.

The COMT_IL_GEN_RELTYPE_UI table consists of various fields, each holding specific information or linking keys about Input Fields in the UI of the Relationship Type Generator data available in SAP. These include DESCRIPTION (Name), SOURCE (Name of Source Object Type in a Relationship), DESTINATION (Name of Target Object Type in a Relationship), DIRECTED (Defines Whether a Relationship Type Is One-Way).. 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_IL_GEN_RELTYPE_UI 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
RELTYPERelationship Type COMT_IL_RELTYPECHAR6
DESCRIPTIONName OJ_STEXTCHAR20TEXT20
SOURCEName of Source Object Type in a Relationship COMT_IL_GEN_SOBJTYPE_UICHAR10
DESTINATIONName of Target Object Type in a Relationship COMT_IL_GEN_DOBJTYPE_UICHAR10
DIRECTEDDefines Whether a Relationship Type Is One-Way COMT_IL_DIRECTEDCHAR1
REVERSECreate Two-Way Relationship COMT_IL_GEN_REVERSE_UICHAR1COM_BOOLEAN
SCARDNTYCardinality of Source Object COMT_IL_GEN_SCARDNTY_UICHAR1COM_IL_GEN_CARDNTY_UI
DCARDNTYCardinality of Target Object COMT_IL_GEN_DCARDNTY_UICHAR1COM_IL_GEN_CARDNTY_UI
SDESCRIPTIONName OJ_STEXTCHAR20TEXT20
DDESCRIPTIONName OJ_STEXTCHAR20TEXT20
STRELTYP_FLAGStorage for Relationships of Inactive Products COMT_IL_GEN_STRELTYP_UICHAR1COM_BOOLEAN
MULTIPLEExtended Key for a Relationship Type COMT_IL_GEN_MULTIPLE_UICHAR1
CHANGE_DOCDetermines Whether History Records Are Written COMT_IL_CHANGE_DOCCHAR1
AUTHORITY_CHECKExecute Authorization Check COMT_IL_AUTHORITY_CHECKCHAR1XFELD
KEYTYPE_IDDifferentiation Key for a Relationship Type COMT_IL_KEYTYPE_IDCHAR10Assigned to domainCOM_IL_ORGTYPE_ID
PRWB_FLAGInclude Relationship Type in the Product Workbench COMT_IL_GEN_PRWB_FLAG_UICHAR1COM_BOOLEAN
BW_RELEVANTRelevance of Description Type for Business Info. Warehouse COMT_IL_BW_RELEVANTCHAR1COM_BOOLEAN
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
DEV_PACKAGEPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CUSTOMIZING_REQUESTCustomizing Request / Task COMT_IL_GEN_CUSTOM_REQUEST_UICHAR20Assigned to domainTRKORR
WORKBENCH_REQUESTWorkbench Request / Task COMT_IL_GEN_WB_REQUEST_UICHAR20Assigned to domainTRKORR
SWITCH_IDId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW

Key field Non-key field



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

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

How to access SAP table COMT_IL_GEN_RELTYPE_UI

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