SAP ABAP Class CL_AXT_MOVER (Move Corresponding Implementation (incl. different names))
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-GTF-EEW (Application Component) Easy Enhancement Workbench
     AXT_COMMON (Package) Common Extensibility objects
Properties
Class CL_AXT_MOVER  
Short Description Move Corresponding Implementation (incl. different names)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AXT_COMMON   Common Extensibility objects 
Created 20090924   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_AXT_MOVER has no forward declaration.
Interfaces
Class CL_AXT_MOVER has no interface implemented.
Friends
Class CL_AXT_MOVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_POS_FIELD_MAPPING Instance attribute Private Type reference (TYPE) GTY_T_POS_FIELD_MAPPING 20090924
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20090924
2 CREATE_BY_DATA Static method Public Method 20090924
3 CREATE_BY_STRUC_NAME Static method Public Method 20090924
4 CREATE_BY_TYPE_DESCR Static method Private Method 20090924
5 MOVE_CORRESPONDING Instance method Public Method 20090924
Events
Class CL_AXT_MOVER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_FIELD_MAPPING Public See coding 20090924 BEGIN OF gty_s_field_mapping, source_field TYPE axt_name, target_field TYPE axt_name, END OF gty_s_field_mapping
2 GTY_S_POS_FIELD_MAPPING Public See coding 20090924 BEGIN OF gty_s_pos_field_mapping, source_pos TYPE i, target_pos TYPE i, END OF gty_s_pos_field_mapping
3 GTY_T_FIELD_MAPPING Public See coding 20090924 gty_t_field_mapping TYPE STANDARD TABLE OF gty_s_field_mapping WITH DEFAULT KEY
4 GTY_T_POS_FIELD_MAPPING Public See coding 20090924 gty_t_pos_field_mapping TYPE STANDARD TABLE OF gty_s_pos_field_mapping WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_POS_FIELD_MAPPING Call by reference Type reference (TYPE) GTY_T_POS_FIELD_MAPPING 20090924

Method CONSTRUCTOR on class CL_AXT_MOVER has no exception.

Method CREATE_BY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SOURCE Call by reference Type reference (TYPE) ANY 20090924
2 Importing IS_TARGET Call by reference Type reference (TYPE) ANY 20090924
3 Importing IT_MAPPING Call by reference Type reference (TYPE) GTY_T_FIELD_MAPPING 20090924
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_MOVER 20090924

Method CREATE_BY_DATA on class CL_AXT_MOVER has no exception.

Method CREATE_BY_STRUC_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAPPING Call by reference Type reference (TYPE) GTY_T_FIELD_MAPPING 20090924
2 Importing IV_SOURCE_STRUC_NAME Call by reference Type reference (TYPE) AXT_NAME 20090924
3 Importing IV_TARGET_STRUC_NAME Call by reference Type reference (TYPE) AXT_NAME 20090924
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_MOVER 20090924

Method CREATE_BY_STRUC_NAME on class CL_AXT_MOVER has no exception.

Method CREATE_BY_TYPE_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SOURCE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20090924
2 Importing IO_TARGET_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20090924
3 Importing IT_MAPPING Call by reference Type reference (TYPE) GTY_T_FIELD_MAPPING 20090924
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AXT_MOVER 20090924

Method CREATE_BY_TYPE_DESCR on class CL_AXT_MOVER has no exception.

Method MOVE_CORRESPONDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_TARGET Call by reference Type reference (TYPE) ANY 20090924
2 Importing IS_SOURCE Call by reference Type reference (TYPE) ANY 20090924

Method MOVE_CORRESPONDING on class CL_AXT_MOVER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701