The CLB2C_SERVICE table in SAP ERP or S/4HANA stores Collaboration: Service data. There are total 6 fields in CLB2C_SERVICE table. The Collaboration: Service 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 CLB2C_SERVICE table. It is in Customizing of the Collaboration Platform Library (CLB2_CUST) ABAP package and is part of the SAP UI Integration – Social Media Collaboration Enablement (CA-UI2-AR-SM) module.
SAP CLB2C_SERVICE Table Fields
Following is the list of fields that are available in SAP CLB2C_SERVICE table. The primary key fields of the table are CLIENT (Client ID), PLATFORM_TYPE (Collaboration: Service Provider Type), SERVICE (Collaboration: OData Service).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client ID | SYMANDT | * | CLNT (3) |
| PLATFORM_TYPE | Collaboration: Service Provider Type | CLB2_PLATFORM_TYPE | CLB2C_PTYPE | CHAR (20) |
| SERVICE | Collaboration: OData Service | CLB2_SERVICE | * | CHAR (60) |
| SERVICE_NSPACE | obsolete | CLB2_SERVICE_NAMESPACE | CHAR (255) | |
| SERVICE_NAME | Collaboration: OData Service Name | CLB2_SERVICE_NAME | CHAR (255) | |
| AUTH_CONTEXT | Collaboration: Authentication Context | CLB2_AUTH_CONTEXT | CLB2C_AUTH_CONT | CHAR (8) |


