The CLIENT table contains information about the configured clients of the SAP CC system.
In SAP Convergent Charging, a client is a self-contained unit in an SAP system that
has its own set of business data, configurations, and user authorizations.
This concept allows multiple clients, such as those for Development, Quality, and
Production, to operate separately in the same system while sharing the same system
resources.
| Schema Version | 2025.0.0 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The CLIENT table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| CLIENT_NUMBER | PK_CLIENT |
|
The unique number of an SAP CC Client. | |||
| DESCRIPTION |
|
The client description |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique number of an SAP CC Client. |
| Type | DECIMAL(3), NOT NULL |
| Primary Key | PK_CLIENT |
| Definition | The client description |
| Type | VARCHAR2(2000 CHAR), NULL |
See the primary key information:
| Column(s) | CLIENT_NUMBER |
| Tablespace | CATALOG_INDX |