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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_FDT_QUERY Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FDT_TYPES 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 GO_LUW Static Attribute Private Object reference (TYPE REF TO) CL_FDT_LUW FDT: LUW Object (Singleton up to now) 20070619
2 GO_SET_OPERATION Static Attribute Private Object reference (TYPE REF TO) IF_FDT_SET_OPERATION FDT: Set based operation definition and execution 20090722
3 GO_WORKLIST Static Attribute Private Object reference (TYPE REF TO) IF_FDT_WORKLIST FDT: Worklist 20070619
4 MTH_LUW_OBJECT Instance attribute Private Type reference (TYPE) TH_LUW_OBJECT 20070703
5 MT_SET_OP_SEQUENCE Instance attribute Private Type reference (TYPE) CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE FDT: Mass Sequence Undeleted LUW IDs (temporary) 20090722
6 MT_SET_OP_SEQUENCE_DEL Instance attribute Private Type reference (TYPE) CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE FDT: Mass Sequence Deleted LUW IDs (temporary) 20090722
7 MV_HAS_CHANGES Instance attribute Private Type reference (TYPE) ABAP_BOOL 20070619
8 MV_HAS_ERRORS Instance attribute Private Type reference (TYPE) ABAP_BOOL 20090722
9 MV_IS_CHECKED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20070619
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FAILED_ID Instance method Private Method 20111122
2 ADD_FAILED_IDS_FOR_RETURN Instance method Private Method 20111115
3 ADD_TO_ID_MESSAGE Instance method Private Method 20111122
4 CHECK_BEFORE_CHANGE_OF_MODE Static method Private Method 20070621
5 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070619
6 GET_LUW Static method Public Method Factory Method: Get new LUW object 20070629
7 LUW_OBJ_CHANGE_NOTIFICATION Instance method Private Method 20070629
8 LUW_OBJ_DEREGISTER Instance method Private Method 20070629
9 LUW_OBJ_REGISTER Instance method Private Method 20070629
10 MAINT_OBJ_CHANGE_NOTIFICATION Static method Private Method 20070629
11 MAINT_OBJ_DEREGISTER Static method Private Method 20070629
12 MAINT_OBJ_REGISTER Static method Private Method 20070629
13 SERIALIZE_AND_EXECUTE_OP Static method Private Method 20090722
14 TMP_LUW_MODE_IS_ALLOWED Static method Public Method Temporary: Restricted Release during Development 20070629
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 Changing CTH_FAILED Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Object IDs as hashed table 20111122
2 Changing CTH_ID_MESSAGE Call by reference Type reference (TYPE) TH_ID_MESSAGE 20111122
3 Importing IT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20111122
4 Importing 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 Changing CTH_FAILED Call by reference Type reference (TYPE) IF_FDT_TYPES=>TH_OBJECT_ID Object IDs as hashed table 20111115
2 Changing CTH_ID_MESSAGE Call by reference Type reference (TYPE) TH_ID_MESSAGE 20111115
3 Importing IT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20111115
4 Importing 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 Changing CTH_ID_MESSAGE Call by reference Type reference (TYPE) TH_ID_MESSAGE 20111122
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) IF_FDT_TYPES=>T_MESSAGE Messages 20111122
3 Importing 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 CX_FDT_SYSTEM 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 Returning 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Exporting ET_SET_OP_SEQUENCE Call by reference Type reference (TYPE) CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE 20090722
2 Exporting ET_SET_OP_SEQUENCE_DEL Call by reference Type reference (TYPE) CL_FDT_OPERATION_SEQUENCER=>T_SET_OPERATION_SEQUENCE 20090722
3 Importing ITH_LUW_OBJECT Call by reference Type reference (TYPE) TH_LUW_OBJECT 20090722
4 Importing IV_DELETED_OPTION Call by reference Type reference (TYPE) IF_FDT_QUERY=>DELOPT IF_FDT_QUERY=>GC_DELOPT_BOTH 20110526
5 Importing IV_OPERATION Call by reference Type reference (TYPE) FDT_OPERATION FDT: Operation 20090722
# Exception Resumable Description Created on
1 CX_FDT_INPUT 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 Returning 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