SAP ABAP Class /PLMB/CL_FRW_MAP (Generic Mapping)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI (Application Component) Service Provider Infrastructure
     /PLMB/BA_FRW (Package) Framework Persistency
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /PLMB/IF_FRW_MAP Generic Mapping 20080229
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /PLMU/CL_FRW_MAP Mapping 20080612
Properties
Class /PLMB/CL_FRW_MAP  
Short Description Generic Mapping    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMB/BA_FRW   Framework Persistency 
Created 20080229   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /PLMB/IF_FRW_MAP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /PLMB/IF_FRW_MAP Generic Mapping 20080229
Friends
Class /PLMB/CL_FRW_MAP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_S_MAPPING_MODE Instance attribute Public Attribute reference (LIKE) 20090302
2 GT_FIELD_TYPES Static Attribute Protected Type reference (TYPE) LTY_T_FIELD_TYPE Field types 20080317
3 MO_MAP_FIELD Instance attribute Private Object reference (TYPE REF TO) /PLMB/IF_FRW_MAP_FIELD Field mapping exit 20081218
4 MV_MAPPING_MODE Instance attribute Private Type reference (TYPE) /PLMB/FRW_MAPPING_MODE Mapping Mode 20090302
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20080317
2 CONSTRUCTOR Instance method Public Constructor 20080421
3 GET_OBJECT_TYPE Instance method Public Method 20080304
4 MAP_FROM_STRUCTURE Instance method Public Method 20080304
5 MAP_TO_STRUCTURE Instance method Public Method 20080304
Events
Class /PLMB/CL_FRW_MAP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_S_FIELD_TYPE Protected See coding 20080815 BEGIN OF lty_s_field_type . INCLUDE TYPE /plmb/frw_fldtyp. TYPES: instance TYPE REF TO /plmb/if_frw_map_field. TYPES: END OF lty_s_field_type
2 LTY_T_FIELD_TYPE Protected See coding 20080815 lty_t_field_type TYPE SORTED TABLE OF lty_s_field_type WITH UNIQUE KEY field_type
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class /PLMB/CL_FRW_MAP has no parameter.
Method CLASS_CONSTRUCTOR on class /PLMB/CL_FRW_MAP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAPPING_EXIT Call by reference Object reference (TYPE REF TO) /PLMB/IF_FRW_MAP_FIELD Mapping exit 20080421
2 Importing IV_MAPPING_MODE Call by reference Type reference (TYPE) /PLMB/FRW_MAPPING_MODE /PLMB/IF_FRW_MAP=>GC_S_MAPPING_MODE-MAP_ALL Mapping Mode 20090302

Method CONSTRUCTOR on class /PLMB/CL_FRW_MAP has no exception.

Method GET_OBJECT_TYPE Signature

Method GET_OBJECT_TYPE on class /PLMB/CL_FRW_MAP has no parameter.
Method GET_OBJECT_TYPE on class /PLMB/CL_FRW_MAP has no exception.

Method MAP_FROM_STRUCTURE Signature

Method MAP_FROM_STRUCTURE on class /PLMB/CL_FRW_MAP has no parameter.
Method MAP_FROM_STRUCTURE on class /PLMB/CL_FRW_MAP has no exception.

Method MAP_TO_STRUCTURE Signature

Method MAP_TO_STRUCTURE on class /PLMB/CL_FRW_MAP has no parameter.
Method MAP_TO_STRUCTURE on class /PLMB/CL_FRW_MAP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700