The CLBS_SRV_PTYPE table in SAP ERP or S/4HANA stores Service Providers for which an OData Service is Released data. There are total 2 fields in CLBS_SRV_PTYPE table. The Service Providers for which an OData Service is Released 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 CLBS_SRV_PTYPE table. It is in Customizing of the Collaboration Platform Library (S_CLB_CUST) ABAP package and is part of the Social Media ABAP Integration Library (BC-SRV-STW) module.
SAP CLBS_SRV_PTYPE Table Fields
Following is the list of fields that are available in SAP CLBS_SRV_PTYPE table. The primary key fields of the table are SRV_UUID (UUID of a Service in the Service Registry (CLBC/S_GW_SRV)), PLATFORM_TYPE (Collaboration: Service Provider Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| SRV_UUID | UUID of a Service in the Service Registry (CLBC/S_GW_SRV) | CLB_SRV_UUID | CLBS_GW_SRV | CHAR (32) |
| PLATFORM_TYPE | Collaboration: Service Provider Type | CLB_PLATFORM_TYPE | CLBC_PTYPE | CHAR (20) |


