The COMC_ALTID_PR_OD table in SAP ERP or S/4HANA stores Sequence of Alternative IDs in a Profile data. There are total 5 fields in COMC_ALTID_PR_OD table. The Sequence of Alternative IDs in a Profile 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 COMC_ALTID_PR_OD table. It is in Alternative Product IDs (COM_PRODUCT_ALTER_IDENT) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMC_ALTID_PR_OD Table Fields
Following is the list of fields that are available in SAP COMC_ALTID_PR_OD table. The primary key fields of the table are CLIENT (Client), OBJECT_TYPE (Object Type for Alternative IDs), PROFILE (Profile for Alternative IDs), ID_TYPE (ID Type for Alternative IDs).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| OBJECT_TYPE | Object Type for Alternative IDs | COMT_ALTID_OBJECT_TYPE | COMC_ALTID_PRFL | CHAR (10) |
| PROFILE | Profile for Alternative IDs | COMT_ALTID_PROFILE | COMC_ALTID_PRFL | CHAR (30) |
| ID_TYPE | ID Type for Alternative IDs | COMT_ALTID_TYPE | CHAR (16) | |
| TYPE_ORDER | Sequence of Alternative IDs | COMT_ALTID_ORDER | INT1 (3) |


