CLIENT

SAP CC Clients (Technical Settings)

Definition


The CLIENT table contains information about the clients of SAP Convergent Charging

Description


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.

Technical Data


Schema Version 2025.0.0
Partitioned No

Summary


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

    Column Details

    The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

    CLIENT_NUMBER

    Definition The unique number of an SAP CC Client.
    Type DECIMAL(3), NOT NULL
    Primary Key PK_CLIENT

    DESCRIPTION

    Definition The client description
    Type NVARCHAR(2000), NULL

    Primary Key Details

    See the primary key information:

    PK_CLIENT

    Column(s) CLIENT_NUMBER
    Segment CATALOG_INDX