The CRMC_PARTNER_PFR table in SAP ERP or S/4HANA stores Partner Function Category (settings) required in BOR Object data. There are total 10 fields in CRMC_PARTNER_PFR table. The Partner Function Category (settings) required in BOR Object 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_PARTNER_PFR table. It is in General Partner Processing (COM_PARTNER_MD) ABAP package and is part of the Partner Processing (CRM-BF-PD) module.
SAP CRMC_PARTNER_PFR Table Fields
Following is the list of fields that are available in SAP CRMC_PARTNER_PFR table. The primary key fields of the table are PARTNER_PFT (Partner Function Category), PFT_SUBTYPE (Partner Function Sub-Type), OBJECT_TYPE (Object Types Supported by Partner Determination).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PARTNER_PFT | Partner Function Category | COMT_PARTNER_PFT | CRMC_PARTNER_PFT | CHAR (4) |
| PFT_SUBTYPE | Partner Function Sub-Type | COMT_PARTNER_SUBTYPE | CRMC_PARTNER_PS | CHAR (4) |
| OBJECT_TYPE | Object Types Supported by Partner Determination | COMT_PARTNER_OBJECT_TYPE | COMC_PARTNER_OBJ | CHAR (10) |
| REQUIREMENT | Requirements on a Partner Function Category in BOR Object | COMT_PARTNER_PFT_REQUIREMENT | CHAR (1) | |
| PFT_UNIQUE | Uniqueness | COMT_PARTNER_UNIQUE | CHAR (1) | |
| COUNT_LOW | Number of Partners Determined | COMT_PARTNER_COUNT | NUMC (4) | |
| COUNT_HIGH | Number of Partners Determined | COMT_PARTNER_COUNT | NUMC (4) | |
| CHANGEABLE | Entry Changeable | COMT_PARTNER_CHANGEABLE | CHAR (1) | |
| ADDR_CHANGEABLE | Changeable Address | COMT_PARTNER_ADDR_CHANGEABLE | CHAR (1) | |
| CALENDAR | Calendar Maintenance | COMT_PARTNER_CALENDAR | CHAR (1) |


