In this post, I will try and describe everything you need to know about the SAP crmd_ws_objects table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_WS_OBJECTS what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_WS_OBJECTS....Right lets get started!
Object Name: CRMD_WS_OBJECTS
Dictionary Type: Transparent table
Description: List of UI objects enabled for webservices
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
OBJECT_TYPE | BSP_DLC_OBJECT_TYPE | CHAR | 20(0) | UI Object Type | BSP_DLC_OBJECT_TYPE | |||||||
SUBTYPES_ENABLED | CRM_WS_SYBTYPE_ENABLED | CHAR | 1(0) | Is subtype selection enabled for UI object in Webservice cr. | BOOLE | |||||||
SUBTYPE_CALLBACK | CRM_WS_SUBTYPE_CALLBACK | CHAR | 30(0) | Subtype Description Callback Class | SEOCLSNAME | |||||||
SAMPLE_QUERY | CRM_WS_SAMPLE_QUERY | CHAR | 30(0) | Sample Query for Web Service Tool | CRM_OBJEXT_NAME | |||||||
SAMPLE_QUERY_PAR | CRM_WS_SAMPLE_QUERY_PARAM | CHAR | 30(0) | * | Sample Query Parameter | FDNAME | ||||||
SAMPLE_QUERY_REL | CRM_WS_QUERY_RESULT_RELATION | CHAR | 40(0) | Relation from query result to root object | CRM_RELATION_NAME | |||||||
SAMPLE_ID_ATTR | CRM_WS_SAMPLE_ID_ATTRIBUTE | CHAR | 30(0) | * | Name of attribute containing the ID of a sample query result | FDNAME | ||||||
SAMPLE_DESC_ATTR | CRM_WS_SAMPLE_DESC_ATTRIBUTE | CHAR | 30(0) | * | Name of attribute containing the desc of a sample qu. result | FDNAME |