SAP ABAP Class /IWBEP/CL_SBOD_PROPERTY_PS (SB - OData - Property Persistence Handler)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_ODATA_DM (Package) Gateway Service Builder - Domain Model Plugin
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 20120210
Properties
Class /IWBEP/CL_SBOD_PROPERTY_PS  
Short Description SB - OData - Property 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_ODATA_DM   Gateway Service Builder - Domain Model Plugin 
Created 20120210   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_SBOD_PROPERTY_PS has no interface implemented.
Friends
Class /IWBEP/CL_SBOD_PROPERTY_PS has no friend class.
Attributes
Class /IWBEP/CL_SBOD_PROPERTY_PS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DB_TO_NODE Instance method Private Method Transfers DB structure data into node 20130610
2 DETERMINE_NODE_CHANGES Instance method Private Method Determines changes between DB and node data 20130610
3 EQUALS_DB Instance method Private Method Checks if DB and node have equal data 20130610
4 NODE_TO_DB Instance method Private Method Transfers node data into DB structure 20130610
Events
Class /IWBEP/CL_SBOD_PROPERTY_PS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_NODE_T Private See coding 20120210 begin of ty_s_node_t. include type /iwbep/i_sbo_pr. types: description type /iwbep/sbdm_description, label type /iwbep/sbod_label, description_xu_old type /iwbep/sbdm_indicator_undef, prop_label_xu_old type /iwbep/sbdm_indicator_undef, end of ty_s_node_t
2 TY_T_NODET_DB Public See coding 20120210 ty_t_nodet_db TYPE SORTED TABLE OF /iwbep/i_sbo_prt WITH UNIQUE KEY project node_uuid sylangu
3 TY_T_NODE_DB Public See coding 20120210 TY_T_NODE_DB TYPE SORTED TABLE OF /iwbep/i_sbo_pr WITH UNIQUE KEY project node_uuid
4 TY_T_NODE_T Private See coding 20120210 ty_t_node_t type sorted table of ty_s_node_t with unique key project node_uuid
Method Signatures

Method DB_TO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROPERTY Call by reference Object reference (TYPE REF TO) /IWBEP/CL_SBOD_PROPERTY SB - OData - Property 20130610
2 Importing IR_PROPERTY Call by reference Object reference (TYPE REF TO) TY_S_NODE_T 20130610
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130610

Method DETERMINE_NODE_CHANGES 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 20130610
2 Exporting ET_CREATED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20130610
3 Exporting ET_REMOVED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20130610
4 Exporting ET_UNCHANGED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20130610
5 Importing IT_LOADED_NODES Call by reference Type reference (TYPE) TY_T_NODE 20130610
6 Importing IT_SELECTED_NODES Call by reference Type reference (TYPE) TY_T_NODE_T 20130610
7 Importing IV_UPDATE_FROM_DB Call by reference Type reference (TYPE) ABAP_BOOL 20130610
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130610

Method EQUALS_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROPERTY Call by reference Object reference (TYPE REF TO) /IWBEP/CL_SBOD_PROPERTY SB - OData - Property 20130610
2 Importing IS_PROPERTY Call by reference Type reference (TYPE) TY_S_NODE_T 20130610
3 Returning RV_EQUALS Value transfer Type reference (TYPE) ABAP_BOOL 20130610
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130610

Method NODE_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NODET_DB Call by reference Type reference (TYPE) /IWBEP/I_SBO_PRT SB: OData Property Descriptions 20130610
2 Exporting ES_NODE_DB Call by reference Type reference (TYPE) /IWBEP/I_SBO_PR SB: OData Properties 20130610
3 Importing IR_NODE Call by reference Object reference (TYPE REF TO) TY_S_NODE 20130610
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130610
History
Last changed by/on SAP  20141120 
SAP Release Created in 200