RATE_PLAN_USER_TECHNICAL_IDENTIFIER

Rate Plan User Technical Identifier

Definition


The RATE_PLAN_USER_TECHNICAL_IDENTIFIER table contains the list of User Technical Identifier definitions of a Rate Plan

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The RATE_PLAN_USER_TECHNICAL_IDENTIFIER 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_RATE_PLAN_USER_TECHNICAL_IDENTIFIER       

    The unique identifier of the rate plan user technical identifier. It is generated by the SAP CC Cockpit application.
    NAME        

      The name of the user technical identifier used by the rate plan
      IN_ERROR_STATE        

        Indicates whether the rate plan user technical identifier is in error or not

        More...

        RATEPLAN_OID       RATE_PLAN (OID)
         

          The unique identifier of the rate plan owning of the User Technical Identifier. It is generated by the SAP CC Cockpit application.
          RELEASED_OID     IX_RATE_PLAN_USER_TECHNICAL_IDENTIFIER_RELEASED_OID   

            The unique identifier of the released rate plan user technical identifier when its is being modified. It is generated by the SAP CC Cockpit application.
            STATE     IX_RATE_PLAN_USER_TECHNICAL_IDENTIFIER_STATE   

              The state of the rate plan user technical identifier

              More...

              DESCRIPTION        

                The description of the user technical identifier used by the rate plan

                Column Details

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

                OID

                Definition The unique identifier of the rate plan user technical identifier. It is generated by the SAP CC Cockpit application.
                Type DECIMAL(28), NOT NULL
                Primary Key PK_RATE_PLAN_USER_TECHNICAL_IDENTIFIER

                NAME

                Definition The name of the user technical identifier used by the rate plan
                Type VARCHAR(256), NULL

                IN_ERROR_STATE

                Definition Indicates whether the rate plan user technical identifier is in error or not
                Format

                The possible values are:

                • 0: No errors
                • 1: One or more errors

                Type BOOLEAN, NULL

                RATEPLAN_OID

                Definition The unique identifier of the rate plan owning of the User Technical Identifier. It is generated by the SAP CC Cockpit application.
                Type DECIMAL(28), NOT NULL

                RELEASED_OID

                Definition The unique identifier of the released rate plan user technical identifier when its is being modified. It is generated by the SAP CC Cockpit application.
                Type DECIMAL(28), NULL
                Available Index IX_RATE_PLAN_USER_TECHNICAL_IDENTIFIER_RELEASED_OID

                STATE

                Definition The state of the rate plan user technical identifier
                Format

                The possible values are:

                • 0: CREATED
                • 1: MODIFIED
                • 2: RELEASED

                Type DECIMAL(3), NULL
                Available Index IX_RATE_PLAN_USER_TECHNICAL_IDENTIFIER_STATE

                DESCRIPTION

                Definition The description of the user technical identifier used by the rate plan
                Type VARCHAR(2000), NULL

                Primary Key Details

                See the primary key information:

                PK_RATE_PLAN_USER_TECHNICAL_IDENTIFIER

                Column(s) OID
                Tablespace COCKPIT_INDX

                Index Details

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

                IX_RATE_PLAN_USER_TECHNICAL_IDENTIFIER_RELEASED_OID

                Indexed Column(s) RELEASED_OID
                Unique No
                Partitioned No
                Tablespace COCKPIT_INDX

                IX_RATE_PLAN_USER_TECHNICAL_IDENTIFIER_STATE

                Indexed Column(s) STATE
                Unique No
                Partitioned No
                Tablespace COCKPIT_INDX