The CRMC_ADJREQ_PROD table in SAP ERP or S/4HANA stores Admissible Products/Condition Types for Adjustment Request data. There are total 8 fields in CRMC_ADJREQ_PROD table. The Admissible Products/Condition Types for Adjustment Request 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_ADJREQ_PROD table. It is in CRM 5.1 Adjustment Requests UI (CRM_ADJREQ_UI) ABAP package and is part of the Adjustment Requests in Interaction Center (CRM-IC-ADR) module.
SAP CRMC_ADJREQ_PROD Table Fields
Following is the list of fields that are available in SAP CRMC_ADJREQ_PROD table. The primary key fields of Admissible Products/Condition Types for Adjustment Request table in SAP are CLIENT (Client), PROFILE_ID (Profile for Dispute Management), ORDERED_PROD (Product Name Entered).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT (3) |
| PROFILE_ID | Profile for Dispute Management | CRMT_ADJREQ_PROFID | CRMC_ADJREQPROF | CHAR (8) |
| ORDERED_PROD | Product Name Entered | CRMT_ORDERED_PROD_DB | CHAR (54) | |
| KSCHL | Condition Type | /SAPCND/COND_TYPE | /SAPCND/T685 | CHAR (4) |
| DEFAULT_QUANTITY | CRM Schedule Line Quantity | CRMT_SCHEDLIN_QUAN | QUAN (13) | |
| UNIT | Unit of Measure in Which the Product Is Sold | CRMT_PROCESS_QTY_UNIT | T006 | UNIT (3) |
| MONETARY_FLAG | Type of Adjustment Request Product | CRMT_ADJREQ_MONETARY | CHAR (1) | |
| PROD_DEF_FLAG | Default Product for Adjustment Request | CRMT_PROD_DEF_FLAG | CHAR (1) |


