The CSRCCONTAINER table in SAP ERP or S/4HANA stores Online BDC container value source map data. There are total 6 fields in CSRCCONTAINER table. The Online BDC container value source map 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 CSRCCONTAINER table. It is in Customer Interaction Center Components (CCMA) ABAP package and is part of the Customer Interaction Center (CS-CI-CIC) module.
SAP CSRCCONTAINER Table Fields
Following is the list of fields that are available in SAP CSRCCONTAINER table. The primary key fields of the table are MANDT (Client), BDC_NAME (Name of batch input session), SEQ (Batch Input Session Sequence).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CIMAP | CLNT (3) |
| BDC_NAME | Name of batch input session | D0100_MAPN | CIMAP | CHAR (12) |
| SEQ | Batch Input Session Sequence | CBDCSEQ | CIMAP | NUMC (3) |
| ELEMENT | Element | SWC_ELEM | CHAR (32) | |
| REFSTRUCT | Reference table | SWC_REFSTR | * | CHAR (30) |
| REFFIELD | Reference field | SWC_REFFLD | * | CHAR (30) |


