OFFER
Definition
The OFFER table contains a description of the offer
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The OFFER table is defined by the
following columns.
See the column details for more information.
Column Details
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 code of the offer |
| Type |
VARCHAR(256), NOT NULL |
| Available Index |
IX_OFFER_CODE |
OWNER
| Definition |
The owner of the offer |
| Type |
VARCHAR(64), NOT NULL |
| Available Index |
IX_OFFER_OWNER |
SHORT_DESCRIPTION
| Definition |
A short description of the offer |
| Type |
VARCHAR(256), NULL |
LONG_DESCRIPTION
| Definition |
A long description of the offer |
| Type |
VARCHAR(2000), NULL |
EFFECTIVE_DATE
| Definition |
The effective date of the offer |
| Type |
TIMESTAMP, NULL |
EXPIRATION_DATE
| Definition |
The expiration date of the offer |
| Type |
TIMESTAMP, NULL |
Primary Key Details
PK_OFFER
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 |
| Tablespace |
CATALOG_INDX |
IX_OFFER_CODE
| Indexed Column(s) |
CODE |
| Unique |
Yes |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |