SAP ABAP Class CL_FDT_EXPRESSION_TYPE (FDT: Expression Type)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_CORE (Package) BRFplus: Core

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_MAINTENANCE | FDT: Abstract Maintenance Class | 20050822 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_EXPRESSION_TYPE | FDT: Expression Type | 20050830 |
Properties
Class | CL_FDT_EXPRESSION_TYPE | |
Short Description | FDT: Expression Type | |
Super Class | CL_FDT_MAINTENANCE | FDT: Abstract Maintenance Class |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_CORE | BRFplus: Core |
Created | 20050822 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
5 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_EXPRESSION_TYPE | FDT: Expression Type | 20050830 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FDT_FACTORY | 20050831 | FDT: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXTY_0000' | Table Name | 20070819 | |
2 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXTY_0100' | Table Name | 20070819 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXTY_0200' | Table Name | 20070819 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | TABNAME | 'FDT_EXTY_0201' | Table Name | 20070819 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | FDT_TEXT_TYPE | 'CHAN' | FDT: Text Type | 20050831 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | FDT_TEXT_TYPE | 'CREA' | FDT: Text Type | 20050911 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | FDT_TEXT_TYPE | 'DELE' | FDT: Text Type | 20050911 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | FDT_TEXT_TYPE | 'DISP' | FDT: Text Type | 20050831 | |
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20050831 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20050831 | ||
11 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20081218 | ||||
12 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20050831 | ||||
13 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20081218 | ||||
14 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20081218 | ||||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER_DB is loaded | 20070813 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: MS_BUFFER is loaded | 20060801 | ||
17 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20081218 | ||||
18 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20081218 |
Methods
Events
Class CL_FDT_EXPRESSION_TYPE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_BUFFER | Private | See coding | Transactional Data Buffer | 20050831 | BEGIN OF s_buffer,
class TYPE seoclsname,
interface TYPE seoclsname,
query_class TYPE seoclsname,
ts_creation_text TYPE if_fdt_types=>ts_text,
ts_change_text TYPE if_fdt_types=>ts_text,
ts_display_text TYPE if_fdt_types=>ts_text,
ts_deletion_text TYPE if_fdt_types=>ts_text,
action_type TYPE abap_bool,
ui_class TYPE seoclsname,
data_exchange_class TYPE seoclsname,
ts_transport_object TYPE if_fdt_expression_type=>ts_transport_object,
END OF s_buffer
|
Method Signatures
Method CHECK_ACTION_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20060713 | ||
2 | ![]() |
IV_ACTION_TYPE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Action Type | 20060713 |
Method CHECK_ACTION_TYPE on class CL_FDT_EXPRESSION_TYPE has no exception.
Method CHECK_CLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20070720 | ||
2 | ![]() |
IV_CALL_FROM_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | ABAP_TRUE: call comes from CHECK method | 20070720 | |
3 | ![]() |
IV_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of class | 20070720 | ||
4 | ![]() |
IV_INTERFACE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of interface | 20070720 | ||
5 | ![]() |
IV_MANDATORY_INTERFACE | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of mandatory interface to be used in class | 20070720 | ||
6 | ![]() |
IV_MANDATORY_SUPERCLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20091005 |
Method CHECK_CLASS on class CL_FDT_EXPRESSION_TYPE has no exception.
Method CHECK_MISSING_SCPRSTRANSP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_TRANSPORT_OBJECT | Call by reference | Type reference (TYPE) | IF_FDT_EXPRESSION_TYPE=>TS_TRANSPORT_OBJECT | Transport Objects | 20130314 | ||
2 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20130314 |
Method CHECK_MISSING_SCPRSTRANSP on class CL_FDT_EXPRESSION_TYPE has no exception.
Method CHECK_TRANSPORT_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_TRANSPORT_OBJECT | Call by reference | Type reference (TYPE) | IF_FDT_EXPRESSION_TYPE=>TS_TRANSPORT_OBJECT | Transport Objects | 20070713 | ||
2 | ![]() |
IV_COMPLETE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | X: do the complete check | 20070715 | |
3 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20070715 |
Method CHECK_TRANSPORT_OBJECTS on class CL_FDT_EXPRESSION_TYPE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20070823 |
Method CONSTRUCTOR on class CL_FDT_EXPRESSION_TYPE has no exception.
Method CREATE_AND_TRANSP_SCPRSTRANSP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETS_TABLE_ENTRIES_CREATED | Call by reference | Type reference (TYPE) | CL_FDT_STORAGE_UTILITY=>TS_TABLENAME | 20131207 | |||
2 | ![]() |
EV_WRITTEN_TO_TRANSPORT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20131207 | |||
3 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20130314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20130314 | |
2 | ![]() |
FDT: System Failure | 20130314 |
Method GET_SUPER_FDT_EXPRESSION_TYPE 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 | Time Stamp (active version, UTC) | 20110124 | ||
2 | ![]() |
RV_ID | Value transfer | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20110124 |
Method GET_SUPER_FDT_EXPRESSION_TYPE on class CL_FDT_EXPRESSION_TYPE has no exception.
Method HAS_SUPERCLASS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20091005 | ||
2 | ![]() |
IV_SUPERCLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20091005 | ||
3 | ![]() |
RV_HAS_SUPERCLASS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091005 |
Method HAS_SUPERCLASS on class CL_FDT_EXPRESSION_TYPE 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 | 20070810 | ||
2 | ![]() |
IV_VERSION | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>VERSION | Version | 20050831 | ||
3 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20050831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050911 |
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 | Version | 20050831 | ||
2 | ![]() |
RS_BUFFER | Value transfer | Type reference (TYPE) | S_BUFFER | Transactional Data Buffer | 20050831 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20050911 |
Method SAVE_BUFFER_DB Signature
Method SAVE_BUFFER_DB on class CL_FDT_EXPRESSION_TYPE has no parameter.
Method SAVE_BUFFER_DB on class CL_FDT_EXPRESSION_TYPE 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 | Transactional Data Buffer | 20050831 |
Method SET_BUFFER on class CL_FDT_EXPRESSION_TYPE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |