SPENDING_STATUS_DESC

Spending Status Descriptions (in Business and Custom Data)

Definition


The SPENDING_STATUS_DESC table contains all the spending status descriptions

Description


The SPENDING_STATUS_DESC table contains all the spending status descriptions. A spending status description is identified by its code name or its internal unique identifier.

It includes:

A spending status is based on this description configured in SAP CC.

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The SPENDING_STATUS_DESC 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
OID PK_SSD    IX_SSD_ID   

The internal unique identifier of the spending status description. It is generated by the SAP CC system.
ID     IX_SSD_ID   

    The identifier of the spending status description
    DESCRIPTION        

      The text description of the spending status description
      ID_KEY        

        The identification key used in replacement of the spending status description identifier

        Column Details

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

        OID

        Definition The internal unique identifier of the spending status description. It is generated by the SAP CC system.
        Type DECIMAL(28), NOT NULL
        Primary Key PK_SSD
        Available Index IX_SSD_ID

        ID

        Definition The identifier of the spending status description
        Type NVARCHAR(256), NOT NULL
        Available Index IX_SSD_ID

        DESCRIPTION

        Definition The text description of the spending status description
        Type NVARCHAR(2000), NOT NULL

        ID_KEY

        Definition The identification key used in replacement of the spending status description identifier
        Type DECIMAL(28), NOT NULL

        Primary Key Details

        See the primary key information:

        PK_SSD

        Column(s) OID
        Segment CATALOG_INDX

        Index Details

        The following database indexes are available in the SPENDING_STATUS_DESC database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

        IX_SSD_ID

        Indexed Column(s) ID,OID
        Unique Yes
        Partitioned No
        Clustered No