SAP COMT_PRODUCT_IL_API Relationships for Product Table data and field list

COMT_PRODUCT_IL_API 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 "Relationships for Product" 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_PRODUCT_IL_API TYPE COMT_PRODUCT_IL_API.

The COMT_PRODUCT_IL_API table consists of various fields, each holding specific information or linking keys about Relationships for Product data available in SAP. These include PRODUCT_GUID (Internal Unique ID of Product), OBJECT_TYPE (Object Types that Can Be Maintained in Product Maintenance), COMM_IL_ACCESS (), COMM_IL_PRDBP ()... 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. .

COMT_PRODUCT_IL_API structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP COMT_PRODUCT_IL_API structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the COMT_PRODUCT_IL_API table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PR_NUMBERCounter for Products in API Interface COMT_PR_API_NUMBERINT25INT2
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
OBJECT_TYPEObject Types that Can Be Maintained in Product Maintenance COMT_PRWB_OBJECT_TYPENUMC2NUMC2
.INCLU--AP 0
COMM_IL_ACCESS 0
.INCLU--AP 0
COMM_IL_PRDBP 0
.INCLU--AP 0
COMM_IL_PRDCPN 0
.INCLU--AP 0
COMM_IL_PRDCTP 0
.INCLU--AP 0
COMM_IL_PRDMPN 0
.INCLU--AP 0
COMM_IL_PRDMRK 0
.INCLU--AP 0
COMM_IL_PRDVND 0
.INCLU--AP 0
COMM_IL_PROREF 0
.INCLU--AP 0
COMM_IL_SERVI 0
.INCLU--AP 0
COMM_IL_SPARE 0
COMM_IL_PCKI 0
.INCLU--AP 0
COMM_IL_PRBNDL 0
.INCLU--AP 0
COMM_IL_PRCMPT 0
.INCLU--AP 0
COMM_IL_PRDBP 0
.INCLU--AP 0
COMM_IL_PRDCPN 0
.INCLU--AP 0
COMM_IL_PRDCTP 0
.INCLU--AP 0
COMM_IL_PRDFMT 0
.INCLU--AP 0
COMM_IL_PRDIB 0
.INCLU--AP 0
COMM_IL_PRDIMT 0
.INCLU--AP 0
COMM_IL_PRDIST 0
.INCLU--AP 0
COMM_IL_PRDLOC 0
.INCLU--AP 0
COMM_IL_PRDMPN 0
.INCLU--AP 0
COMM_IL_PRDMRK 0
.INCLU--AP 0
COMM_IL_PRDQFR 0
.INCLU--AP 0
COMM_IL_PRDREQ 0
.INCLU--AP 0
COMM_IL_PRDSCP 0
.INCLU--AP 0
COMM_IL_PRDVND 0
.INCLU--AP 0
COMM_IL_PRDWTY 0
.INCLU--AP 0
COMM_IL_PROPRD 0
.INCLU--AP 0
COMM_IL_PROREF 0
.INCLU--AP 0
COMM_IL_PSCBA 0
.INCLU--AP 0
COMM_IL_PSCCO 0
.INCLU--AP 0
COMM_IL_PSCCR 0
.INCLU--AP 0
COMM_IL_PSCEX 0
.INCLU--AP 0
COMM_IL_PSCIC 0
.INCLU--AP 0
COMM_IL_PSCIP 0
.INCLU--AP 0
COMM_IL_PSCOP 0
.INCLU--AP 0
COMM_IL_REMAN 0
.INCLU--AP 0
COMM_IL_SERVI 0
.INCLU--AP 0
COMM_IL_SLSBDL 0
.INCLU--AP 0
COMM_IL_SPARE 0
.INCLU--AP 0
COMM_IL_STRDIS 0
.INCLU--AP 0
COMM_IL_STRPRP 0
.INCLU--AP 0
COMM_IL_STRSET 0
.INCLU--AP 0
ZOMM_IL_ZPREXC 0
.INCLU--AP 0
ZOMM_IL_ZPRFG 0
.INCLU--AP 0
ZOMM_IL_ZPRPRQ 0
.INCLU--AP 0
ZOMM_IL_ZPRUPG 0
.INCLU--AP 0
ZOMM_IL_ZPTDWN 0
.INCLU--AP 0
ZOMM_IL_ZRENW2 0

Key field Non-key field



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

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

How to access SAP table COMT_PRODUCT_IL_API

Within an ECC or HANA version of SAP you can also view further information about COMT_PRODUCT_IL_API and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).