The CRMM_LOCMAP table in SAP ERP or S/4HANA stores Mapping Table: Business Partner -> Location data. There are total 5 fields in CRMM_LOCMAP table. The Mapping Table: Business Partner -> Location 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 CRMM_LOCMAP table. It is in Distribution of Purchase Contracts to APO (CRM_APO_CONTRACTS) ABAP package and is part of the Contracts (CRM-BTX-CTR) module.
SAP CRMM_LOCMAP Table Fields
Following is the list of fields that are available in SAP CRMM_LOCMAP table. The primary key fields of the table are CLIENT (Client), PARTNER_NO (Business Partner Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| PARTNER_NO | Business Partner Number | BU_PARTNER | CHAR (10) | |
| EXT_LOCNO | Location | CRMT_LOCNO | CHAR (20) | |
| COMPANY | Company in MarketSet Procurement | BBPT_MARKETSET_COMPANY | BUT000 | CHAR (10) |
| EXT_LOCTYPE | APO: Location Type | CRMT_APO_LOCTYPE | CHAR (4) |


