The BSSOA_PROP table in SAP ERP or S/4HANA stores Configuration table for SOA checks data. There are total 4 fields in BSSOA_PROP table. The Configuration table for SOA checks 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 BSSOA_PROP table. It is in Business Suite SOA: Checks (BS_SOA_REUSE_CHECKS) ABAP package and is part of the Generic eSOA Tools (CA-SOA-GEN) module.
SAP BSSOA_PROP Table Fields
Following is the list of fields that are available in SAP BSSOA_PROP table. The primary key fields of the table are CHKID (Check ID), CHKMSGID (Check Rule / Check Message ID), VALID_FROM (Field of type DATS), VALID_TO (Field of type DATS).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CHKID | Check ID | CRMCHKID | CHAR (10) | |
| CHKMSGID | Check Rule / Check Message ID | CRMCHKMGID | CHAR (4) | |
| VALID_FROM | Field of type DATS | DATS | DATS (8) | |
| VALID_TO | Field of type DATS | DATS | DATS (8) |


