SAP ABAP Class IF_RSDD_CS_DATA_TYPE (Data Type in a CalculationScenario)
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
Class | IF_RSDD_CS_DATA_TYPE | |
Short Description | Data Type in a CalculationScenario | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20111221 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSDD_CS_DATA_TYPE has no forward declaration.
Interfaces
Class IF_RSDD_CS_DATA_TYPE has no interface implemented.
Friends
Class IF_RSDD_CS_DATA_TYPE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Data Type | 20111222 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'alphanum' | Data Type: Alphanumerical | 20111222 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'date' | Data Type: Date | 20111222 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'decFloat' | Data Type: decFloat | 20111222 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'double' | Data Type: double | 20111222 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'fixed' | Data Type: fixed | 20111222 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'fixedString' | Data Type: fixedString | 20111222 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'float' | Data Type: float | 20111222 | |
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'guid' | Data Type: guid | 20111222 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'int' | Data Type: int | 20111222 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'longDate' | Data Type: longDate | 20111222 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ALPHANUM' | SQL Data Type: ALPHANUM | 20111222 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'BIGINT' | SQL Data Type: BIGINT | 20111222 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DATE' | SQL Data Type: DATE | 20111222 | |
15 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DECIMAL' | SQL Data Type: DECIMAL | 20111222 | |
16 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DOUBLE' | SQL Data Type: DOUBLE | 20111222 | |
17 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'INTEGER' | SQL Data Type: INTEGER | 20111222 | |
18 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'NVARCHAR' | SQL Data Type: NVARCHAR | 20111222 | |
19 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'REAL' | SQL Data Type: REAL | 20111222 | |
20 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'SMALLDECIMAL' | SQL Data Type: SMALLDECIMAL | 20111222 | |
21 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'SMALLINT' | SQL Data Type: SMALLINT | 20111222 | |
22 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TIME' | SQL Data Type: TIME | 20111222 | |
23 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TIMESTAMP' | SQL Data Type: TIMESTAMP | 20111222 | |
24 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'TINYINT' | SQL Data Type: TINYINT | 20111222 | |
25 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'VARCHAR' | SQL Data Type: VARCHAR | 20111222 | |
26 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'string' | Data Type: string | 20111222 | |
27 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'text' | Data Type: text | 20111222 | |
28 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'time' | Data Type: time | 20111222 | |
29 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'unitDecFloat' | Data Type: unit decFloat | 20111222 | |
30 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Length | 20111222 | ||
31 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | Number of decimal places | 20111222 | ||
32 | ![]() |
Instance attribute | Public | Type reference (TYPE) | INT4 | SQL Length | 20111222 | ||
33 | ![]() |
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
Class IF_RSDD_CS_DATA_TYPE has no event.
Types
Class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_RSDD_CS_DATA_TYPE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |