SAP ABAP Class CL_FDT_CONSTANT (FDT: Constant)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_EXPRESSIONS (Package) BRFplus: Expressions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_EXPRESSION | FDT: Abstract Expression Class | 20050912 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_CONSTANT | FDT: Constant | 20050912 |
Properties
| Class | CL_FDT_CONSTANT | |
| Short Description | FDT: Constant | |
| Super Class | CL_FDT_EXPRESSION | FDT: Abstract Expression Class |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_EXPRESSIONS | BRFplus: Expressions |
| Created | 20050912 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_CONSTANT | FDT: Constant | 20050912 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_FACTORY | 20050912 | FDT: Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXPR_1000' | Table Name | 20070813 | ||
| 2 | Constant | Private | Type reference (TYPE) | C | '-' | minus sign of numeric values | 20061023 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20050912 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20050912 | |||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20050912 | |||||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER is loaded | 20060801 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Check method with some more parameters | 20070801 | |
| 2 | Instance method | Public | Method | 20061213 | ||
| 3 | Instance method | Private | Method | Generate Process for Constant | 20061220 | |
| 4 | Instance method | Public | Method | Get Values Used of Constant | 20090213 | |
| 5 | Instance method | Private | Method | Load the buffer | 20050912 | |
| 6 | Instance method | Private | Method | Load the buffer from data base | 20050912 | |
| 7 | Instance method | Private | Method | Save the buffer into the data base | 20050912 | |
| 8 | Instance method | Private | Method | Set the buffer | 20050912 |
Events
Class CL_FDT_CONSTANT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER | Private | See coding | Transactional Data Buffer | 20050912 | BEGIN OF s_buffer,
value TYPE fdt_expr_1000-value,
supplement TYPE fdt_expr_1000-supplement,
none_ap TYPE fdt_expr_1000-none_ap,
END OF s_buffer
|
Method Signatures
Method CHECK_ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVATION_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE: call from activation | 20070801 | ||
| 2 | IV_ALLOW_INITIAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE: allow initial values | 20070801 | ||
| 3 | RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20070801 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Abstract Exception Class | 20070801 |
Method GENERATE_CLASS_CONSTANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20061213 | ||||
| 2 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20061213 | ||||
| 3 | RV_VAR_NAME | Value transfer | Type reference (TYPE) | STRING | 20061227 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error during Generation | 20061213 | ||
| 2 | FDT: Invalid Input | 20080111 |
Method GENERATE_CONSTANT_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_USED_CONTEXT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TS_USED_CONTEXT_ID | 20061220 | ||||
| 2 | ET_SOURCE_CODE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_SOURCE_CODE | 20061220 | ||||
| 3 | EV_DIRECT_RESULT_NAME | Call by reference | Type reference (TYPE) | STRING | 20081015 | ||||
| 4 | IO_GENERATION_MNGR | Call by reference | Object reference (TYPE REF TO) | CL_FDT_GENERATION_MANAGER | FDT: Generation of Classes | 20081002 | |||
| 5 | IV_CREATE_VARIABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20061220 | |||
| 6 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | 20061220 | ||||
| 7 | IV_VARIABLE_NAME | Call by reference | Type reference (TYPE) | CLIKE | 20061220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Error in the Generation Process | 20061220 | ||
| 2 | FDT: Invalid Input | 20061220 |
Method GET_USED_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_VALUE_COUNT | Value transfer | Type reference (TYPE) | CL_FDT_EXPR_SV=>TS_VALUE_COUNT | 20090213 | ||||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20090213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20090213 |
Method LOAD_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Timestamp of active version | 20070811 | |||
| 2 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20050912 | ||||
| 3 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20050912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050912 |
Method LOAD_BUFFER_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | 20050912 | ||||
| 2 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20050912 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050912 |
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_FDT_CONSTANT has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_CONSTANT has no exception.
Method SET_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_BUFFER | Call by reference | Type reference (TYPE) | S_BUFFER | 20050912 |
Method SET_BUFFER on class CL_FDT_CONSTANT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 710 |