The CRMC_PROD_PROP_T table in SAP ERP or S/4HANA stores Product proposal assignment data. There are total 8 fields in CRMC_PROD_PROP_T table. The Product proposal assignment table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CRMC_PROD_PROP_T table. It is in CRM Order: General Order Processing (CRM_ORDER) ABAP package and is part of the Basic Functions for Business Transactions (CRM-BTX-BF) module.
SAP CRMC_PROD_PROP_T Table Fields
Following is the list of fields that are available in SAP CRMC_PROD_PROP_T table. The primary key fields of the table are CLIENT (Client), LANGU (Language Key of Description), SALES_ORG (Sales Organization ID), PROCESS_TYPE (Business Transaction Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| LANGU | Language Key of Description | CRMT_LANGUAGE | T002 | LANG (1) |
| SALES_ORG | Sales Organization ID | CRMT_SALES_ORG | CHAR (14) | |
| PROCESS_TYPE | Business Transaction Type | CRMT_PROCESS_TYPE | CRMC_PROC_TYPE | CHAR (4) |
| DESCR_SALES_ORG | Description | CRMT_DESCRIPTION | CHAR (40) | |
| DESCR_PROC_TYPE | Description | CRMT_DESCRIPTION | CHAR (40) | |
| METHOD_SCHEME | CRM Marketing: Method Schema ID | CRMT_MKTIMG_MS_ID | CHAR (6) | |
| DESCR_METH_SCH | Description | CRMT_DESCRIPTION | CHAR (40) |


