SAP ABAP Class /IWBEP/CL_SBDSP_MAPPING_ATT_PH (SB - DSP - Mapping attribute persistence handler)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_DSPCMN_DM (Package) Gateway Service Builder - DSP Common Domain Model
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_SBDM_PERSIST_HANDLER SB - Domain Model - Persistence Handler 20120409
Properties
Class /IWBEP/CL_SBDSP_MAPPING_ATT_PH  
Short Description SB - DSP - Mapping attribute persistence handler    
Super Class /IWBEP/CL_SBDM_PERSIST_HANDLER SB - Domain Model - Persistence Handler 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_DSPCMN_DM   Gateway Service Builder - DSP Common Domain Model 
Created 20120409   SAP 
Last change 20141120    
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)
Interfaces
Class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no interface implemented.
Friends
Class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no friend class.
Attributes
Class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_RANGE_CHANGE Instance method Private Method Check if the range table was changed 20120506
2 COLLECT_RANGE_TABLE Instance method Private Method Collect the rage table from the DB 20120506
3 DETERMINE_NODES_DELTA Instance method Private Method Determain the node delta 20120410
4 GET_DELETED_RANGE_TABLE Instance method Private Method Get deleted rage table 20130908
5 SERIALIZE_NODE Instance method Private Method Serialize node into DB fromat 20120410
Events
Class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_MAP_ATT Private Type reference (TYPE) /IWBEP/I_SBD_MP SB: DM node Mapping Attribute 20120409
2 TY_S_MAP_ATT_KEY Public See coding 20130908 BEGIN OF ty_s_map_att_key, project TYPE /iwbep/sbdm_project, node_uuid TYPE /iwbep/sbdm_node_uuid, END OF ty_s_map_att_key
3 TY_T_MAP_ATT Private See coding 20120409 ty_t_map_att TYPE SORTED TABLE OF ty_s_map_att WITH UNIQUE KEY project node_uuid
4 TY_T_MAP_ATT_KEY Public See coding 20130908 ty_t_map_att_key TYPE SORTED TABLE OF ty_s_map_att_key WITH UNIQUE KEY project node_uuid
5 TY_T_MAP_AT_DB Public See coding 20120409 ty_t_map_at_db TYPE SORTED TABLE OF /iwbep/i_sbd_mp WITH UNIQUE KEY project node_uuid
6 TY_T_MAP_AT_RANGE_DB Public See coding 20120506 ty_t_map_at_range_db TYPE SORTED TABLE OF /iwbep/i_sbd_mr WITH UNIQUE KEY project node_uuid ds_att_path
Method Signatures

Method CHECK_RANGE_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAP_ATT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDSP_MAPPING_ATT SB - DSP - Mapping attribute DM 20120506
2 Importing IT_MAP_RANGE_DB Call by reference Type reference (TYPE) TY_T_MAP_AT_RANGE_DB 20120506
3 Importing IV_NODE_UUID Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_UUID Service Builder: Node UUID 20120506
4 Importing IV_PROJECT Call by reference Type reference (TYPE) /IWBEP/SBDM_PROJECT Service Builder: Project 20120506
5 Returning RV_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20120506
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120506

Method COLLECT_RANGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAP_RANGE_DB Call by reference Type reference (TYPE) TY_T_MAP_AT_RANGE_DB 20120506
2 Importing IV_NODE_UUID Call by reference Type reference (TYPE) /IWBEP/SBDM_NODE_UUID Service Builder: Node UUID 20120506
3 Importing IV_PROJECT Call by reference Type reference (TYPE) /IWBEP/SBDM_PROJECT Service Builder: Project 20120506
4 Returning RT_RANGE Value transfer Type reference (TYPE) /IWBEP/T_SBDSP_MAPPING_RANGE SB: Table Type for or mapping of range table 20120506

Method COLLECT_RANGE_TABLE on class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no exception.

Method DETERMINE_NODES_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120410
2 Exporting ET_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120410
3 Exporting ET_REMOVED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120410
4 Exporting ET_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120410
5 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20120410
6 Importing IT_MAP_ATT_DB Call by reference Type reference (TYPE) TY_T_MAP_ATT 20120410
7 Importing IV_UPDATE_FROM_DB Call by reference Type reference (TYPE) ABAP_BOOL 20120410
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120410

Method GET_DELETED_RANGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MAP_ATT_KEY Call by reference Type reference (TYPE) TY_T_MAP_ATT_KEY 20130908
2 Importing IR_NODE Call by reference Object reference (TYPE REF TO) TY_S_NODE 20130908

Method GET_DELETED_RANGE_TABLE on class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no exception.

Method SERIALIZE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODE_DB Call by reference Type reference (TYPE) /IWBEP/I_SBD_MP SB: DM node Mapping Attribute 20120506
2 Exporting ET_NODE_RANGE_DB Call by reference Type reference (TYPE) TY_T_MAP_AT_RANGE_DB 20120506
3 Importing IR_NODE Call by reference Object reference (TYPE REF TO) TY_S_NODE 20120410

Method SERIALIZE_NODE on class /IWBEP/CL_SBDSP_MAPPING_ATT_PH has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 200