CHARGEABLE_ITEM_CLASS

Chargeable Item Class

Definition


The CHARGEABLE_ITEM_CLASS table contains the description of each chargeable item class

Description


The CHARGEABLE_ITEM_CLASS table contains the description of each chargeable item class.

The chargeable item class is composed by a list of property description and a list of consumption item mapping field.

Technical Data


Schema Version 2023.0.2
Tablespace COCKPIT_DATA
Partitioned No

Summary


The CHARGEABLE_ITEM_CLASS 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_CHARGEABLE_ITEM_CLASS       

The unique identifier of the chargeable item class. It is generated by the SAP CC Cockpit application.
NAME     IX_CHARGEABLE_ITEM_CLASS_NAME   

The name of the chargeable item class
CATALOG       CATALOG (NAME)
 

    The name of the pricing catalog that owns the chargeable item class
    CC_OID        

      The unique identifier of the chargeable item class in the SAP CC Core Server system
      DESCRIPTION        

        The description of the chargeable item class
        IN_ERROR_STATE        

          Indicates whether the chargeable item class is in error or not

          More...

          IS_LOCKED_BY_ME        

            This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
            LOCKING_USER        

              The name of the SAP CC user who opened the chargeable item class in creation or modification
              OBJECT_CHANGE_NUMBER        

                The change number of the chargeable item class

                More...

                RELEASED_OID        

                  The unique identifier of the released chargeable item class when its is being modified
                  STATE     IX_CHARGEABLE_ITEM_CLASS_STATE   

                    The state of the chargeable item class

                    More...

                    UNSAVED_CHANGES        

                      This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                      LAST_CHANGE        

                        The last creation or modification date of the chargeable item class
                        CONSUMPTION_ITEM_CLASS_NAME     IX_CHARGEABLE_ITEM_CLASS_CONSUMPTION_ITEM_CLASS_NAME   

                          The name of the consumption item class containing the description of the consumption item class

                          Column Details

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

                          OID

                          Definition The unique identifier of the chargeable item class. It is generated by the SAP CC Cockpit application.
                          Type DECIMAL(28), NOT NULL
                          Primary Key PK_CHARGEABLE_ITEM_CLASS

                          NAME

                          Definition The name of the chargeable item class
                          Type VARCHAR(256), NULL
                          Available Index IX_CHARGEABLE_ITEM_CLASS_NAME

                          CATALOG

                          Definition The name of the pricing catalog that owns the chargeable item class
                          Type VARCHAR(256), NULL

                          CC_OID

                          Definition The unique identifier of the chargeable item class in the SAP CC Core Server system
                          Type DECIMAL(28), NULL

                          DESCRIPTION

                          Definition The description of the chargeable item class
                          Type VARCHAR(2000), NULL

                          IN_ERROR_STATE

                          Definition Indicates whether the chargeable item class is in error or not
                          Format

                          The possible values are:

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

                          Type BOOLEAN, NULL

                          IS_LOCKED_BY_ME

                          Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                          Type BOOLEAN, NULL

                          LOCKING_USER

                          Definition The name of the SAP CC user who opened the chargeable item class in creation or modification
                          Type VARCHAR(256), NULL

                          OBJECT_CHANGE_NUMBER

                          Definition The change number of the chargeable item class
                          Description

                          The change number of the chargeable item class. Used to detect object desynchronization with the SAP CC Core Server system.

                          Type DECIMAL(28), NULL

                          RELEASED_OID

                          Definition The unique identifier of the released chargeable item class when its is being modified
                          Type DECIMAL(28), NULL

                          STATE

                          Definition The state of the chargeable item class
                          Format

                          The possible values are:

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

                          Type DECIMAL(3), NULL
                          Available Index IX_CHARGEABLE_ITEM_CLASS_STATE

                          UNSAVED_CHANGES

                          Definition This value is never stored in database. It is computed by the SAP CC Cockpit back-end application.
                          Type BOOLEAN, NULL

                          LAST_CHANGE

                          Definition The last creation or modification date of the chargeable item class
                          Type TIMESTAMP, NULL

                          CONSUMPTION_ITEM_CLASS_NAME

                          Definition The name of the consumption item class containing the description of the consumption item class
                          Type VARCHAR(256), NULL
                          Available Index IX_CHARGEABLE_ITEM_CLASS_CONSUMPTION_ITEM_CLASS_NAME

                          Primary Key Details

                          See the primary key information:

                          PK_CHARGEABLE_ITEM_CLASS

                          Column(s) OID
                          Tablespace COCKPIT_INDX

                          Index Details

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

                          IX_CHARGEABLE_ITEM_CLASS_NAME

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

                          IX_CHARGEABLE_ITEM_CLASS_STATE

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

                          IX_CHARGEABLE_ITEM_CLASS_CONSUMPTION_ITEM_CLASS_NAME

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