COML_PRCAT SAP (Screen Structure: Product Category) Structure details

Dictionary Type: Structure
Description: Screen Structure: Product Category




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




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

COML_PRCAT 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 "Screen Structure: Product Category" 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_COML_PRCAT TYPE COML_PRCAT.

The COML_PRCAT table consists of various fields, each holding specific information or linking keys about Screen Structure: Product Category data available in SAP. These include PRODUCT_TYPE (Product Type), AUTH_GROUP (Authorization Group), RESPONSIBLE_PERS (Business Partner GUID), OBJECT_FAMILY (Object Family).. 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: Cannot Be Enhanced


SAP COML_PRCAT 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
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2COMC_PR_TYPECOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
AUTH_GROUPAuthorization Group COMT_AUTH_GROUPCHAR4COMC_PR_AUTHGRCOM_AUTH_GROUP
RESPONSIBLE_PERSBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
OBJECT_FAMILYObject Family COMT_PRODUCT_OBJECT_FAMILYCHAR4COMC_PR_OBJ_FAMCOM_PRODUCT_OBJECT_FAMILYCOM_OBJFAM_PRTYP
NON_SELECTABLECategory Can Be Selected at Database Level COMT_NON_SELECTABLE_CATEGORYCHAR1COM_NON_SELECTABLE_CATEGORY
ID_TYPEID Type for Alternative IDs COMT_ALTID_TYPECHAR16CHAR16COM_ALTIDCOM_PROD_ALTID
NO_DOCUMENTSIndicator: Product Documents Cannot Be Maintained COMT_PRODUCT_NO_DOCUMENTSCHAR1COM_BOOLEAN
NO_PRICE_CONDInd.: Pricing Conditions Cannot Be Maintained in Product COMT_PRODUCT_NO_PRICE_CONDCHAR1COM_BOOLEAN
PARTNER_DET_PROCIdentification of a Partner Determination Procedure COMT_PRODUCT_PARTNER_DET_PROCCHAR8CHAR8
COMPETITOR_PRODObsolete COMT_PRCAT_COMPETITOR_PRODUCTCHAR1COM_BOOLEAN
ECMIndicator: Product Can Be Maintained with ECM COMT_PRODUCT_FLAG_ECMCHAR1COM_BOOLEAN
PRODUCT_TEMPLATEProduct Template for Creating a Configurable Product COMT_PRODUCT_CFG_TEMPLATERAW16SYSUUID
AUTH_GROUP_TDescription of Authorization Group COMT_AUTH_GROUP_TEXTCHAR40TEXT40
RESPONSIBLE_NAME_TDescription of Person Responsible for Category COMT_CAT_RESP_NAME_TCHAR50BU_TEXT50
RESPONSIBLE_NAME_IPerson Responsible for Category COMT_CAT_RESP_NAMECHAR10Assigned to domainALPHABU_PARTNERBPA
OBJECT_FAMILY_TDescription of Object Family COMT_PRODUCT_OBJECT_FAMILY_DESCHAR40TEXT40
SELECTABLECategory Can Be Selected on Screen COMT_SELECTABLE_CATEGORYCHAR1COM_SELECTABLE_CATEGORY
DOCUMENTSIndicates That Documents Can Be Maintained for the Product COMT_PR_DOCUMENTS_ASSIGNABLECHAR1COM_BOOLEAN
PRICE_CONDIndicates Pricing Conditions Can Be Maintained for Product COMT_PR_PRICE_COND_ASSIGNABLECHAR1COM_BOOLEAN
PRODUCT_TEMPLATE_IDProduct Template for Creating a Configurable Product COMT_PRODUCT_CFG_TEMPLATE_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_CAT
PRODUCT_TEMPLATE_DESCRProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40

Key field Non-key field



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

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

How to access SAP table COML_PRCAT

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