The CLB2C_PTYPE_VERS table in SAP ERP or S/4HANA stores Collaboration: Version of a Service Provider Method data. There are total 3 fields in CLB2C_PTYPE_VERS table. The Collaboration: Version of a Service Provider Method 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_PTYPE_VERS 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_PTYPE_VERS Table Fields
Following is the list of fields that are available in SAP CLB2C_PTYPE_VERS table. The primary key fields of the table are PLATFORM_TYPE (Collaboration: Service Provider Type), PLATFORM_METHOD (Collaboration: API Method of a Service Provider), METHOD_VERSION (Collaboration: Version of Platform API Method).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PLATFORM_TYPE | Collaboration: Service Provider Type | CLB2_PLATFORM_TYPE | CLB2C_PTYPE_METH | CHAR (20) |
| PLATFORM_METHOD | Collaboration: API Method of a Service Provider | CLB2_PLATFORM_METHOD | CLB2C_PTYPE_METH | CHAR (30) |
| METHOD_VERSION | Collaboration: Version of Platform API Method | CLB2_PLATFORM_METHOD_VERSION | CHAR (10) |


