SSD_LABEL

Definition


The SSD_LABEL table contains the labels of all the spending status descriptions

Description


The SSD_LABEL table contains the labels of all the spending status descriptions. A label relates to a single spending status description by its internal unique identifier.

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The SSD_LABEL 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
SSD_OID     IX_SSD_LABEL  SPENDING_STATUS_DESC (OID)
 

    The internal unique identifier of the spending status description
    LABEL        

      The text label of the related spending status description

      More...

      Column Details

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

      SSD_OID

      Definition The internal unique identifier of the spending status description
      Type DECIMAL(28), NOT NULL
      Available Index IX_SSD_LABEL

      LABEL

      Definition The text label of the related spending status description
      Description

      The same text may exist twice but the corresponding labels have different internal unique identifiers and relate to different spending status descriptions.

      Type NVARCHAR(256), NOT NULL

      Index Details

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

      IX_SSD_LABEL

      Indexed Column(s) SSD_OID
      Unique Yes
      Partitioned No
      Clustered No