The CFD_W_SOAP_CTXT table in SAP ERP or S/4HANA stores Custom Fields: SOAP Service Registry Context data. There are total 5 fields in CFD_W_SOAP_CTXT table. The Custom Fields: SOAP Service Registry Context 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 CFD_W_SOAP_CTXT table. It is in Custom Fields: Application Registry Persistence (S_CFD_REGISTRY_DB) ABAP package and is part of the Custom Fields (BC-SRV-APS-EXT-FLD) module.
SAP CFD_W_SOAP_CTXT Table Fields
Following is the list of fields that are available in SAP CFD_W_SOAP_CTXT table. The primary key fields of Custom Fields: SOAP Service Registry Context table in SAP are SERVICE_INTERFACE_NAME (Custom Fields: Service Interface Name), OPERATION (Custom Fields: SOAP Service Operation), MESSAGE_DIRECTION (Custom Fields: SOAP Message Direction), MDR_DATA_TYPE_NAME (Custom Fields: Proxy Data Type Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| SERVICE_INTERFACE_NAME | Custom Fields: Service Interface Name | CFD_SERVICE_INTERFACE_NAME | CHAR (30) | |
| OPERATION | Custom Fields: SOAP Service Operation | CFD_SERVICE_OPERATION | CHAR (30) | |
| MESSAGE_DIRECTION | Custom Fields: SOAP Message Direction | CFD_SOAP_MESSAGE_DIRECTION | CHAR (3) | |
| MDR_DATA_TYPE_NAME | Custom Fields: Proxy Data Type Name | CFD_MDR_DATA_TYPE_NAME | CHAR (30) | |
| RELEASE_STATUS | Custom Fields: Release State of registered Entity | CFD_RELEASE_STATUS | CHAR (5) |


