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 2025.0.0
Tablespace CATALOG_DATA
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.
CLIENT_NUMBER        

    The client number associated to the spending status description
    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

          CLIENT_NUMBER

          Definition The client number associated to the spending status description
          Type DECIMAL(3), NOT NULL

          ID

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

          DESCRIPTION

          Definition The text description of the spending status description
          Type VARCHAR(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
          Tablespace 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
          Tablespace CATALOG_INDX