Here we would like to draw your attention to CLB_TOKEN_DEL transaction code in SAP. As we know it is being used in the SAP BC-SRV (Basis Services / Communication Interfaces in Basis) component which is coming under BC module (BASIS).CLB_TOKEN_DEL is a transaction code used for Delete User Access Token in SAP.
It comes under the package S_CLB_DB.When we execute this transaction code, CLB_USER_TOKEN_DELETE is the normal standard SAP program that is being executed in background.
Transaction CLB_TOKEN_DEL technical data table
Tcode | CLB_TOKEN_DEL |
Purpose | Delete User Access Token |
Module | BC |
Component | BC-SRV |
SAP Package | S_CLB_DB |
Program running | CLB_USER_TOKEN_DELETE |
Screen No | 1000 |
Type | R |
Some Basic Questions & Answers
Program named CLB_USER_TOKEN_DELETE will run when we enter transaction code CLB_TOKEN_DEL.
CLB_TOKEN_DEL is a Report Transaction code type which is shortly represented as R.