SAP CLBD_USER_TOKEN Table – OAuth Access Data for User

The CLBD_USER_TOKEN table in SAP ERP or S/4HANA stores OAuth Access Data for User data. There are total 6 fields in CLBD_USER_TOKEN table. The OAuth Access Data for User 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 CLBD_USER_TOKEN table. It is in Collaboration: Database Layer (S_CLB_DB) ABAP package and is part of the Social Media ABAP Integration Library (BC-SRV-STW) module.

SAP CLBD_USER_TOKEN Table Fields

Following is the list of fields that are available in SAP CLBD_USER_TOKEN table. The primary key fields of the table are CLIENT (Client ID), SAPUSER (Collaboration: User Name).

Field Description Data Element Check Table Data Type
CLIENT Client ID SYMANDT * CLNT (3)
SAPUSER Collaboration: User Name CLB_USER_NAME CHAR (255)
ACCESS_TOKEN Access Token for OAuth CLB_ACCESS_TOKEN CHAR (255)
VALID_FROM Collaboration: Valid From CLB_VALID_FROM DEC (15)
VALID_TO Collaboration: Valid To CLB_VALID_TO DEC (15)
INVALID Indicator: Token is Invalid CLB_TOKEN_INVALID CHAR (1)