The CRMS_PR_BDOC table in SAP ERP or S/4HANA stores Fixed Values for Product Types During Product Download data. There are total 7 fields in CRMS_PR_BDOC table. The Fixed Values for Product Types During Product Download 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 CRMS_PR_BDOC table. It is in Product Master Customizing – CRM (CRM_PRODUCT_CUST) ABAP package and is part of the Products (CRM-MD-PRO) module.
SAP CRMS_PR_BDOC Table Fields
Following is the list of fields that are available in SAP CRMS_PR_BDOC table. The primary key fields of the table are PRODUCT_TYPE (Product Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PRODUCT_TYPE | Product Type | COMT_PRODUCT_TYPE | COMC_PR_TYPE | CHAR (2) |
| BDOC_STRUCNAME | Name of a structure | STRUKNAME | CHAR (30) | |
| BDOC_TABTYPE | Name of a structure | STRUKNAME | CHAR (30) | |
| BDOC_CLASSIC | Name of a structure | STRUKNAME | CHAR (30) | |
| OUTBOUND_CLASS | Class or interface name | CLASNAME | CHAR (40) | |
| DNL_OBJNAME | Object Name for Download | OBJ_NAME | CHAR (15) | |
| IL_DNL_OBJNAME | Object Name for Download | OBJ_NAME | CHAR (15) |


