SAP ABAP Class CL_FDT_DYNAMIC_EXPRESSION (FDT: Dynamic Expression)
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 | 20051109 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_DYNAMIC_EXPRESSION | FDT: Dynamic Expression | 20051109 |
Properties
| Class | CL_FDT_DYNAMIC_EXPRESSION | |
| Short Description | FDT: Dynamic Expression | |
| 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 | 20051109 | SAP |
| Last change | 20130531 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 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_DYNAMIC_EXPRESSION | FDT: Dynamic Expression | 20051109 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_FACTORY | 20051109 | 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_1700' | Table Name | 20070813 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051109 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Buffer | 20051109 | |||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20060415 | |||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | |||
| 6 | 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 the mode | 20051209 | |
| 2 | Instance method | Private | Method | Check the parameter | 20051209 | |
| 3 | Instance method | Private | Method | Load the buffer | 20051109 | |
| 4 | Instance method | Private | Method | Load the buffer from data base | 20051109 | |
| 5 | Instance method | Private | Method | Save the buffer into the data base | 20051109 | |
| 6 | Instance method | Private | Method | Set the buffer | 20051109 |
Events
Class CL_FDT_DYNAMIC_EXPRESSION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_BUFFER | Private | See coding | Transactional Buffer | 20051109 | BEGIN OF s_buffer,
mode TYPE if_fdt_dynamic_expression=>mode,
parameter_id TYPE if_fdt_types=>id,
END OF s_buffer
|
Method Signatures
Method CHECK_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MODE | Call by reference | Type reference (TYPE) | IF_FDT_DYNAMIC_EXPRESSION=>MODE | Mode | 20051209 | |||
| 2 | IV_WEAK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Weak Check indicator | 20091127 | ||
| 3 | RS_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>S_MESSAGE | Message | 20051209 |
Method CHECK_MODE on class CL_FDT_DYNAMIC_EXPRESSION has no exception.
Method CHECK_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAMETER_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Data Object or Expression ID | 20051209 | |||
| 2 | IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20060806 | |||
| 3 | IV_WEAK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Weak Check Indicator | 20091127 | ||
| 4 | RS_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>S_MESSAGE | Message | 20051209 |
Method CHECK_PARAMETER on class CL_FDT_DYNAMIC_EXPRESSION has no exception.
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 | 20051109 | ||||
| 3 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20051109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051109 |
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 | 20051109 | ||||
| 2 | RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | 20051109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051109 |
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_FDT_DYNAMIC_EXPRESSION has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_DYNAMIC_EXPRESSION 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 | 20051109 |
Method SET_BUFFER on class CL_FDT_DYNAMIC_EXPRESSION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |