The CRMD_WS_OBJECTS table in SAP ERP or S/4HANA stores List of UI objects enabled for webservices data. There are total 8 fields in CRMD_WS_OBJECTS table. The List of UI objects enabled for webservices 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 CRMD_WS_OBJECTS table. It is in Filter Programs on BOL entities (CRM_BOL_FILTER) ABAP package and is part of the Web Services Tool (CA-WUI-WST) module.
SAP CRMD_WS_OBJECTS Table Fields
Following is the list of fields that are available in SAP CRMD_WS_OBJECTS table. The primary key fields of the table are OBJECT_TYPE (UI Object Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECT_TYPE | UI Object Type | BSP_DLC_OBJECT_TYPE | CHAR (20) | |
| SUBTYPES_ENABLED | Is subtype selection enabled for UI object in Webservice cr. | CRM_WS_SYBTYPE_ENABLED | CHAR (1) | |
| SUBTYPE_CALLBACK | Subtype Description Callback Class | CRM_WS_SUBTYPE_CALLBACK | CHAR (30) | |
| SAMPLE_QUERY | Sample Query for Web Service Tool | CRM_WS_SAMPLE_QUERY | CHAR (30) | |
| SAMPLE_QUERY_PAR | Sample Query Parameter | CRM_WS_SAMPLE_QUERY_PARAM | * | CHAR (30) |
| SAMPLE_QUERY_REL | Relation from query result to root object | CRM_WS_QUERY_RESULT_RELATION | CHAR (40) | |
| SAMPLE_ID_ATTR | Name of attribute containing the ID of a sample query result | CRM_WS_SAMPLE_ID_ATTRIBUTE | * | CHAR (30) |
| SAMPLE_DESC_ATTR | Name of attribute containing the desc of a sample qu. result | CRM_WS_SAMPLE_DESC_ATTRIBUTE | * | CHAR (30) |


