OFFER

Definition


The OFFER table contains a description of the offer

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The OFFER 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_OFFER       

The unique identifier for this offer

More...

CODE     IX_OFFER_CODE   

The identification code (or codename) of the offer
OWNER     IX_OFFER_OWNER   

    The owner of the offer
    SHORT_DESCRIPTION        

      A short description of the offer
      LONG_DESCRIPTION        

        A long description of the offer
        EFFECTIVE_DATE        

          The effective date of the offer
          EXPIRATION_DATE        

            The expiration date of the offer

            Column Details

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

            OID

            Definition The unique identifier for this offer
            Description

            The unique identifier for this offer. It is generated by the SAP CC system.

            Type DECIMAL(28), NOT NULL
            Primary Key PK_OFFER

            CODE

            Definition The identification code (or codename) of the offer
            Type NVARCHAR(256), NOT NULL
            Available Index IX_OFFER_CODE

            OWNER

            Definition The owner of the offer
            Type NVARCHAR(64), NOT NULL
            Available Index IX_OFFER_OWNER

            SHORT_DESCRIPTION

            Definition A short description of the offer
            Type NVARCHAR(256), NULL

            LONG_DESCRIPTION

            Definition A long description of the offer
            Type NVARCHAR(2000), NULL

            EFFECTIVE_DATE

            Definition The effective date of the offer
            Type DATETIME, NULL

            EXPIRATION_DATE

            Definition The expiration date of the offer
            Type DATETIME, NULL

            Primary Key Details

            See the primary key information:

            PK_OFFER

            Column(s) OID
            Filegroup CATALOG_DATA

            Index Details

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

            IX_OFFER_OWNER

            Indexed Column(s) OWNER
            Unique No
            Partitioned No
            Clustered No
            Filegroup CATALOG_INDX

            IX_OFFER_CODE

            Indexed Column(s) CODE
            Unique Yes
            Partitioned No
            Clustered No
            Filegroup CATALOG_INDX