SAP ABAP Interface IF_RSDD_CS_DATA_TYPE (Data Type in a CalculationScenario)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_RSDD_CS_L_PARAMETER | Definition of an L-Script Parameter | 20111222 |
Properties
| Interface | IF_RSDD_CS_DATA_TYPE | |
| Short Description | Data Type in a CalculationScenario |
General Data
| Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
| Created | 20111221 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RSDD_CS_DATA_TYPE has no forward declaration.
Interfaces
Interface IF_RSDD_CS_DATA_TYPE has no interface.
Friends
Interface IF_RSDD_CS_DATA_TYPE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATATYPE | Instance attribute | Public | Type reference (TYPE) | STRING | Data Type | 20111222 | ||
| 2 | G_C_ALPHANUM | Constant | Public | Type reference (TYPE) | STRING | 'alphanum' | Data Type: Alphanumerical | 20111222 | |
| 3 | G_C_DATE | Constant | Public | Type reference (TYPE) | STRING | 'date' | Data Type: Date | 20111222 | |
| 4 | G_C_DECFLOAT | Constant | Public | Type reference (TYPE) | STRING | 'decFloat' | Data Type: decFloat | 20111222 | |
| 5 | G_C_DOUBLE | Constant | Public | Type reference (TYPE) | STRING | 'double' | Data Type: double | 20111222 | |
| 6 | G_C_FIXED | Constant | Public | Type reference (TYPE) | STRING | 'fixed' | Data Type: fixed | 20111222 | |
| 7 | G_C_FIXED_STRING | Constant | Public | Type reference (TYPE) | STRING | 'fixedString' | Data Type: fixedString | 20111222 | |
| 8 | G_C_FLOAT | Constant | Public | Type reference (TYPE) | STRING | 'float' | Data Type: float | 20111222 | |
| 9 | G_C_GUID | Constant | Public | Type reference (TYPE) | STRING | 'guid' | Data Type: guid | 20111222 | |
| 10 | G_C_INT | Constant | Public | Type reference (TYPE) | STRING | 'int' | Data Type: int | 20111222 | |
| 11 | G_C_LONG_DATE | Constant | Public | Type reference (TYPE) | STRING | 'longDate' | Data Type: longDate | 20111222 | |
| 12 | G_C_SQL_ALPHANUM | Constant | Public | Type reference (TYPE) | STRING | 'ALPHANUM' | SQL Data Type: ALPHANUM | 20111222 | |
| 13 | G_C_SQL_BIGINT | Constant | Public | Type reference (TYPE) | STRING | 'BIGINT' | SQL Data Type: BIGINT | 20111222 | |
| 14 | G_C_SQL_DATE | Constant | Public | Type reference (TYPE) | STRING | 'DATE' | SQL Data Type: DATE | 20111222 | |
| 15 | G_C_SQL_DECIMAL | Constant | Public | Type reference (TYPE) | STRING | 'DECIMAL' | SQL Data Type: DECIMAL | 20111222 | |
| 16 | G_C_SQL_DOUBLE | Constant | Public | Type reference (TYPE) | STRING | 'DOUBLE' | SQL Data Type: DOUBLE | 20111222 | |
| 17 | G_C_SQL_INTEGER | Constant | Public | Type reference (TYPE) | STRING | 'INTEGER' | SQL Data Type: INTEGER | 20111222 | |
| 18 | G_C_SQL_NVARCHAR | Constant | Public | Type reference (TYPE) | STRING | 'NVARCHAR' | SQL Data Type: NVARCHAR | 20111222 | |
| 19 | G_C_SQL_REAL | Constant | Public | Type reference (TYPE) | STRING | 'REAL' | SQL Data Type: REAL | 20111222 | |
| 20 | G_C_SQL_SMALLDECIMAL | Constant | Public | Type reference (TYPE) | STRING | 'SMALLDECIMAL' | SQL Data Type: SMALLDECIMAL | 20111222 | |
| 21 | G_C_SQL_SMALLINT | Constant | Public | Type reference (TYPE) | STRING | 'SMALLINT' | SQL Data Type: SMALLINT | 20111222 | |
| 22 | G_C_SQL_TIME | Constant | Public | Type reference (TYPE) | STRING | 'TIME' | SQL Data Type: TIME | 20111222 | |
| 23 | G_C_SQL_TIMESTAMP | Constant | Public | Type reference (TYPE) | STRING | 'TIMESTAMP' | SQL Data Type: TIMESTAMP | 20111222 | |
| 24 | G_C_SQL_TINYINT | Constant | Public | Type reference (TYPE) | STRING | 'TINYINT' | SQL Data Type: TINYINT | 20111222 | |
| 25 | G_C_SQL_VARCHAR | Constant | Public | Type reference (TYPE) | STRING | 'VARCHAR' | SQL Data Type: VARCHAR | 20111222 | |
| 26 | G_C_STRING | Constant | Public | Type reference (TYPE) | STRING | 'string' | Data Type: string | 20111222 | |
| 27 | G_C_TEXT | Constant | Public | Type reference (TYPE) | STRING | 'text' | Data Type: text | 20111222 | |
| 28 | G_C_TIME | Constant | Public | Type reference (TYPE) | STRING | 'time' | Data Type: time | 20111222 | |
| 29 | G_C_UNIT_DECFLOAT | Constant | Public | Type reference (TYPE) | STRING | 'unitDecFloat' | Data Type: unit decFloat | 20111222 | |
| 30 | LENGTH | Instance attribute | Public | Type reference (TYPE) | INT4 | Length | 20111222 | ||
| 31 | SCALE | Instance attribute | Public | Type reference (TYPE) | INT4 | Number of decimal places | 20111222 | ||
| 32 | SQL_LENGTH | Instance attribute | Public | Type reference (TYPE) | INT4 | SQL Length | 20111222 | ||
| 33 | SQL_TYPE | Instance attribute | Public | Type reference (TYPE) | STRING | SQL Data Type | 20111222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Return Data Type | 20111222 | |
| 2 | Instance method | Public | Method | Return Length | 20111222 | |
| 3 | Instance method | Public | Method | Return Number of Decimal Places | 20111222 | |
| 4 | Instance method | Public | Method | Return SQL Type Length | 20111222 | |
| 5 | Instance method | Public | Method | Return SQL Type | 20111222 | |
| 6 | Instance method | Public | Method | Set Data Type | 20111222 | |
| 7 | Instance method | Public | Method | Set Length | 20111222 | |
| 8 | Instance method | Public | Method | Set Number of Decimal Places | 20111222 | |
| 9 | Instance method | Public | Method | Set SQL Type Length | 20111222 | |
| 10 | Instance method | Public | Method | Set SQL Type | 20111222 |
Events
Interface IF_RSDD_CS_DATA_TYPE has no event.
Types
Interface IF_RSDD_CS_DATA_TYPE has no local type.
Method Signatures
Method GET_DATA_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DATA_TYPE | Value transfer | Type reference (TYPE) | STRING | Datentyp | 20111222 |
Method GET_DATA_TYPE on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method GET_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LENGTH | Value transfer | Type reference (TYPE) | INT4 | Länge des Datentyps in Chars oder Digits | 20111222 |
Method GET_LENGTH on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method GET_SCALE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SCALE | Value transfer | Type reference (TYPE) | INT4 | Anzahl der Nachkommastellen | 20111222 |
Method GET_SCALE on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method GET_SQL_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LENGTH | Value transfer | Type reference (TYPE) | INT4 | SQL-Typlänge in Bytes | 20111222 |
Method GET_SQL_LENGTH on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method GET_SQL_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SQL_TYPE | Value transfer | Type reference (TYPE) | STRING | SQL-Typ | 20111222 |
Method GET_SQL_TYPE on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method SET_DATA_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Datentyp | 20111222 |
Method SET_DATA_TYPE on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method SET_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Länge des Datentyps in Chars oder Digits | 20111222 |
Method SET_LENGTH on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method SET_SCALE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SCALE | Call by reference | Type reference (TYPE) | INT4 | Anzahl der Nachkommastestellen | 20111222 |
Method SET_SCALE on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method SET_SQL_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LENGTH | Call by reference | Type reference (TYPE) | INT4 | SQL-Typlänge in Bytes | 20111222 |
Method SET_SQL_LENGTH on Interface IF_RSDD_CS_DATA_TYPE has no exception.
Method SET_SQL_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SQL_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | SQL-Typ | 20111222 |
Method SET_SQL_TYPE on Interface IF_RSDD_CS_DATA_TYPE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |