SAP ABAP Class CL_FDT_LUW (FDT: LUW Object)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FDT_LUW | FDT: LUW Object | 20070619 |
Properties
| Class | CL_FDT_LUW | |
| Short Description | FDT: LUW Object | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SFDT_CORE | BRFplus: Core |
| Created | 20070619 | 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... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FDT_LUW | FDT: LUW Object | 20070619 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_FDT_MAINTENANCE | 20070629 | FDT: Abstract Maintenance Class | |
| 2 | CL_FDT_SET_BASED_MASS_OP | 20100520 | FDT: Mass Operations for Application Sets |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_FDT_LUW | FDT: LUW Object (Singleton up to now) | 20070619 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_FDT_SET_OPERATION | FDT: Set based operation definition and execution | 20090722 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_FDT_WORKLIST | FDT: Worklist | 20070619 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | TH_LUW_OBJECT | 20070703 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE | FDT: Mass Sequence Undeleted LUW IDs (temporary) | 20090722 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE | FDT: Mass Sequence Deleted LUW IDs (temporary) | 20090722 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20070619 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20090722 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20070619 |
Methods
Events
Class CL_FDT_LUW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ID_MESSAGE | Private | Attribute reference (LIKE) | 20100511 | |
||
| 2 | S_LUW_OBJECT | Private | See coding | 20070703 | BEGIN OF s_luw_object,
id TYPE if_fdt_types=>id,
o_instance TYPE REF TO if_fdt_admin_data,
END OF s_luw_object
|
||
| 3 | TH_ID_MESSAGE | Private | Attribute reference (LIKE) | 20100511 | |
||
| 4 | TH_LUW_OBJECT | Private | See coding | 20070703 | th_luw_object TYPE HASHED TABLE OF s_luw_object
WITH UNIQUE KEY
id
|
Method Signatures
Method ADD_FAILED_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTH_FAILED | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Object IDs as hashed table | 20111122 | |||
| 2 | CTH_ID_MESSAGE | Call by reference | Type reference (TYPE) | TH_ID_MESSAGE | 20111122 | ||||
| 3 | IT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20111122 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20111122 |
Method ADD_FAILED_ID on class CL_FDT_LUW has no exception.
Method ADD_FAILED_IDS_FOR_RETURN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTH_FAILED | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TH_OBJECT_ID | Object IDs as hashed table | 20111115 | |||
| 2 | CTH_ID_MESSAGE | Call by reference | Type reference (TYPE) | TH_ID_MESSAGE | 20111115 | ||||
| 3 | IT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20111115 | |||
| 4 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20111115 |
Method ADD_FAILED_IDS_FOR_RETURN on class CL_FDT_LUW has no exception.
Method ADD_TO_ID_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTH_ID_MESSAGE | Call by reference | Type reference (TYPE) | TH_ID_MESSAGE | 20111122 | ||||
| 2 | IT_MESSAGE | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>T_MESSAGE | Messages | 20111122 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20111122 |
Method ADD_TO_ID_MESSAGE on class CL_FDT_LUW has no exception.
Method CHECK_BEFORE_CHANGE_OF_MODE Signature
Method CHECK_BEFORE_CHANGE_OF_MODE on class CL_FDT_LUW has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: System Failure | 20111128 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FDT_LUW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FDT_LUW has no exception.
Method GET_LUW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_LUW | Value transfer | Object reference (TYPE REF TO) | IF_FDT_LUW | FDT: LUW Object | 20070629 |
Method GET_LUW on class CL_FDT_LUW has no exception.
Method LUW_OBJ_CHANGE_NOTIFICATION Signature
Method LUW_OBJ_CHANGE_NOTIFICATION on class CL_FDT_LUW has no parameter.
Method LUW_OBJ_CHANGE_NOTIFICATION on class CL_FDT_LUW has no exception.
Method LUW_OBJ_DEREGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20070629 |
Method LUW_OBJ_DEREGISTER on class CL_FDT_LUW has no exception.
Method LUW_OBJ_REGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20070629 |
Method LUW_OBJ_REGISTER on class CL_FDT_LUW has no exception.
Method MAINT_OBJ_CHANGE_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20070629 |
Method MAINT_OBJ_CHANGE_NOTIFICATION on class CL_FDT_LUW has no exception.
Method MAINT_OBJ_DEREGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20070629 |
Method MAINT_OBJ_DEREGISTER on class CL_FDT_LUW has no exception.
Method MAINT_OBJ_REGISTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_FDT_ADMIN_DATA | FDT: Administrative Data | 20070629 |
Method MAINT_OBJ_REGISTER on class CL_FDT_LUW has no exception.
Method SERIALIZE_AND_EXECUTE_OP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SET_OP_SEQUENCE | Call by reference | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE | 20090722 | ||||
| 2 | ET_SET_OP_SEQUENCE_DEL | Call by reference | Type reference (TYPE) | CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE | 20090722 | ||||
| 3 | ITH_LUW_OBJECT | Call by reference | Type reference (TYPE) | TH_LUW_OBJECT | 20090722 | ||||
| 4 | IV_DELETED_OPTION | Call by reference | Type reference (TYPE) | IF_FDT_QUERY=>DELOPT | IF_FDT_QUERY=>GC_DELOPT_BOTH | 20110526 | |||
| 5 | IV_OPERATION | Call by reference | Type reference (TYPE) | FDT_OPERATION | FDT: Operation | 20090722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | FDT: Invalid Input | 20090722 |
Method TMP_LUW_MODE_IS_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ALLOWED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20070629 |
Method TMP_LUW_MODE_IS_ALLOWED on class CL_FDT_LUW has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |