SAP ABAP Class CL_MDG_BS_KEY_ROW_MAP_SERVICE (Services for MDG message navigation (key-row-mapping))
Hierarchy
MDG_FND (Software Component) MDG Foundation
   CA-MDG (Application Component) Master Data Governance
     MDG_BS_COMMON_OBJECTS (Package) MDG: Common Objects (IMG, Switches, Roles, ...)
Properties
Class CL_MDG_BS_KEY_ROW_MAP_SERVICE  
Short Description Services for MDG message navigation (key-row-mapping)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_BS_COMMON_OBJECTS   MDG: Common Objects (IMG, Switches, Roles, ...) 
Created 20111005   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MDG_BS_KEY_ROW_MAP_SERVICE has no forward declaration.
Interfaces
Class CL_MDG_BS_KEY_ROW_MAP_SERVICE has no interface implemented.
Friends
Class CL_MDG_BS_KEY_ROW_MAP_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ROW_OFFSET Constant Private Type reference (TYPE) MDG_MESSAGE_ROW '100000' MDG message navigation: row referencing a key 20111109
2 GT_ROW_KEY_BUFFER Static Attribute Private See coding 20111109
Methods
# Method Level Visibility Method type Description Created on
1 GET_KEY Static method Public Method Get key for row 20111109
2 SET_KEY Static method Public Method Buffer key and return row 20111109
Events
Class CL_MDG_BS_KEY_ROW_MAP_SERVICE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ROW_KEY_BUFFER Private See coding 20111109 BEGIN OF ty_row_key_buffer, row TYPE mdg_message_row, flat_key TYPE string, key TYPE REF TO data, entity TYPE usmd_entity, fieldname TYPE usmd_fld_source. TYPES END OF ty_row_key_buffer
Method Signatures

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_KEY Call by reference Object reference (TYPE REF TO) DATA Key-data 20111109
2 Exporting EV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20111109
3 Exporting EV_FIELDNAME Call by reference Type reference (TYPE) USMD_FLD_SOURCE Source Field 20111109
4 Importing IV_ROW Call by reference Type reference (TYPE) MDG_MESSAGE_ROW MDG message navigation: row referencing a key 20111109

Method GET_KEY on class CL_MDG_BS_KEY_ROW_MAP_SERVICE has no exception.

Method SET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Value transfer Type reference (TYPE) DATA Reference to key 20111109
2 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20111109
3 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FLD_SOURCE Source Field 20111109
4 Returning RV_ROW Value transfer Type reference (TYPE) MDG_MESSAGE_ROW MDG message navigation: row referencing a key 20111109

Method SET_KEY on class CL_MDG_BS_KEY_ROW_MAP_SERVICE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732