| Schema Version | 2023.0.3 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The PRICING_FUNCTION_OUTPUT_PROPERTY 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 |
|---|---|---|---|---|---|---|
| PRICINGFUNCTION_OID | PRICING_FUNCTION (OID)
|
|
The unique identifier of the pricing function that owns the output property | |||
| OID | PK_PRICING_FUNCTION_OUTPUT_PROPERTY |
|
The unique identifier of the pricing function output property. It is generated by the SAP CC Cockpit application. | |||
| NAME |
|
The name of the pricing function output property | ||||
| RELEASED_OID |
|
The unique identifier of the released pricing function output property when its is being modified | ||||
| IN_ERROR_STATE |
|
Indicates whether the pricing function output property is in error or not | ||||
| STATE |
|
The state of the pricing function output property | ||||
| DESCRIPTION |
|
The description of the pricing function output property | ||||
| TYPE |
|
The type of the pricing function output property | ||||
| STRING_VALUE |
|
The value of the pricing function output property when it is of type string | ||||
| NUMBER_VALUE |
|
The value of the pricing function output property when it is of type number | ||||
| DATE_VALUE |
|
The value of the pricing function output property when it is of type date |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the pricing function that owns the output property |
| Type | DECIMAL(28), NOT NULL |
| Definition | The unique identifier of the pricing function output property. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_PRICING_FUNCTION_OUTPUT_PROPERTY |
| Definition | The name of the pricing function output property |
| Type | VARCHAR2(256 CHAR), NULL |
| Definition | The unique identifier of the released pricing function output property when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | Indicates whether the pricing function output property is in error or not |
| Format |
The possible values are:
|
| Type | NUMBER(1,0), NULL |
| Definition | The state of the pricing function output property |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Definition | The description of the pricing function output property |
| Type | VARCHAR2(2000 CHAR), NULL |
| Definition | The type of the pricing function output property |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The value of the pricing function output property when it is of type string |
| Type | VARCHAR2(256 CHAR), NULL |
| Definition | The value of the pricing function output property when it is of type number |
| Type | DECIMAL(28,6), NULL |
| Definition | The value of the pricing function output property when it is of type date |
| Type | DATE, NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |