SAP ABAP Class CL_DRF_MANU_REPL_ASSIST (Assistance class for DRF_MANUAL_REPLICATION)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-MDG-DRF (Application Component) Data Replication Framework
     DRF_COMMON_UI (Package) Data Replication Framework: UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20100804
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DRF_MANU_REPL Interface for customizing of manual replication component 20100805
Properties
Class CL_DRF_MANU_REPL_ASSIST  
Short Description Assistance class for DRF_MANUAL_REPLICATION    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package DRF_COMMON_UI   Data Replication Framework: UI 
Created 20100804   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DRF_MANU_REPL_ASSIST has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DRF_MANU_REPL Interface for customizing of manual replication component 20100805
Friends
# Friend Modeled only Created on Description
1 TC_DRF_MANU_REPL_ASSIST 20110104 Test Class for Manual Replication UI
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DISPLAY_LOG Constant Public Type reference (TYPE) FPM_EVENT_ID 'FPM_DISPLAY_LOG' ID of the FPM Event 20100804
2 GC_MSG_AREA Constant Public Type reference (TYPE) STRING 'MDG_BS_ADHOC_REPL_UI' Application Area for T100 Message 20101026
3 GC_REPLICATE Constant Public Type reference (TYPE) FPM_EVENT_ID 'FPM_REPLICATE' ID of the FPM Event 20100804
4 MS_BO_TYPE Static Attribute Public Type reference (TYPE) TY_BO_TYPE Business Object Type 20100805
5 MT_BUSINESS_OBJECTS Static Attribute Public Type reference (TYPE) TT_BUSINESS_OBJECTS Business Object Table 20100805
Methods
# Method Level Visibility Method type Description Created on
1 CONVERT_BO_KEYS Static method Public Method Convert BO Keys from Search structure to replication structu 20110104
2 GET_BUSINESS_OBJECTS Instance method Public Method Read BO type and business objects for manual replication 20100805
3 SET_BUSINESS_OBJECTS Instance method Public Method Transfer BO type and business objects for manual replication 20100805
Events
Class CL_DRF_MANU_REPL_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_BUSINESS_OBJECTS Public See coding 20100805 tt_business_objects type table of ty_business_objects
2 TT_INDEX_TABLE Public See coding 20101102 tt_index_table type table of syindex
3 TY_BO_TYPE Public See coding 20100805 begin of ty_bo_type, bo_type_id type mdg_object_type_code_bs, bo_type_descr type mdg_object_type_code_desc_bs, end of ty_bo_type
4 TY_BUSINESS_OBJECTS Public See coding 20100805 begin of ty_business_objects, object_id type mdg_object_id_bs, object_descr type string, end of ty_business_objects
Method Signatures

Method CONVERT_BO_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BO_KEYS Call by reference Type reference (TYPE) DRF_T_BO_KEYS DRF BOs 20110104
2 Importing IT_BO_SEARCH_KEYS Call by reference Type reference (TYPE) DRF_T_BO_KEYS DRF BOs 20110104

Method CONVERT_BO_KEYS on class CL_DRF_MANU_REPL_ASSIST has no exception.

Method GET_BUSINESS_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BO_TYPE Call by reference Type reference (TYPE) TY_BO_TYPE 20100805
2 Exporting ET_BUSINESS_OBJECTS Call by reference Type reference (TYPE) TT_BUSINESS_OBJECTS 20100805

Method GET_BUSINESS_OBJECTS on class CL_DRF_MANU_REPL_ASSIST has no exception.

Method SET_BUSINESS_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BO_TYPE Call by reference Type reference (TYPE) TY_BO_TYPE BO type with description 20100805
2 Importing IT_BUSINESS_OBJECTS Call by reference Type reference (TYPE) TT_BUSINESS_OBJECTS Business objects with descriptions 20100805

Method SET_BUSINESS_OBJECTS on class CL_DRF_MANU_REPL_ASSIST has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703