COMC_IL_UI SAP (Customizing Table for Relationship Type Interface) Table details

Dictionary Type: Table
Description: Customizing Table for Relationship Type Interface




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




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

COMC_IL_UI is a standard SAP Table which is used to store Customizing Table for Relationship Type Interface data and is available within R/3 SAP systems depending on the version and release level.

The COMC_IL_UI table consists of various fields, each holding specific information or linking keys about Customizing Table for Relationship Type Interface data available in SAP. These include DIRECTION (Defines the Direction of a Directed Relationship), FCAT_BSP_S (BSP: Name of a Field Catalog Structure for the Relationship), FCAT_S (Name of Field Catalog Structure for Relationship Interface), FCAT_T (Name of Field Catalog Table for Relationship Interface).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP COMC_IL_UI 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
RELTYPERelationship Type COMT_IL_RELTYPECHAR6COMC_IL_TYPE
DIRECTIONDefines the Direction of a Directed Relationship COMT_IL_DIRECTIONCHAR1COM_ILDIRECTION
FCAT_BSP_SBSP: Name of a Field Catalog Structure for the Relationship COMT_IL_FCAT_BSP_NAMECHAR30
FCAT_SName of Field Catalog Structure for Relationship Interface COMT_IL_FCAT_S_NAMECHAR30
FCAT_TName of Field Catalog Table for Relationship Interface COMT_IL_FCAT_T_NAMECHAR30
FCAT_ITAB_TName of Field Catalog Table for Relationship Interface COMT_IL_FCAT_T_NAMECHAR30
FCAT_ITAB_SName of Field Catalog Structure for Relationship Interface COMT_IL_FCAT_S_NAMECHAR30
DESTIN_GUID_NAMEName of Source or Destination Object GUID (Interface) COMT_IL_GUID_NAMECHAR30COMT_IL_FIELDNAME
DESTIN_ID_NAMEName of Source or Destination Object ID (Interface) COMT_IL_ID_NAMECHAR30COMT_IL_FIELDNAME
GUICLASS_NAMEGUI Class Name of a Relationship Type COMT_IL_GUICLASSCHAR30SEOCLSNAME
SRV_CLASS_NAMEName of Service Class of a Relationship Type COMT_IL_SERVICE_CLASSCHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM COMC_IL_UI
INTO CORRESPONDING FIELDS OF WA_COMC_IL_UI
WHERE...

How to access SAP table COMC_IL_UI

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