SAP ABAP Class /IWBEP/CL_SBDM_SERVICE_PSH (SB - Domain Model - Service Persistence Handler)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_DM_BASE (Package) Gateway Service Builder - Domain Model API and SPI
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 20120131
Properties
Class /IWBEP/CL_SBDM_SERVICE_PSH  
Short Description SB - Domain Model - Service 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_DM_BASE   Gateway Service Builder - Domain Model API and SPI 
Created 20120131   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/CL_SBDM_SERVICE_PSH has no forward declaration.
Interfaces
Class /IWBEP/CL_SBDM_SERVICE_PSH has no interface implemented.
Friends
Class /IWBEP/CL_SBDM_SERVICE_PSH has no friend class.
Attributes
Class /IWBEP/CL_SBDM_SERVICE_PSH has no attribute.
Methods
Class /IWBEP/CL_SBDM_SERVICE_PSH has no method.
Events
Class /IWBEP/CL_SBDM_SERVICE_PSH has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_NODE_T Private See coding 20120131 BEGIN OF ty_s_node_t. INCLUDE TYPE /iwbep/i_sbd_sv. TYPES: description TYPE /iwbep/sbdm_description, END OF ty_s_node_t
2 TY_S_SERVICE Private See coding 20120131 BEGIN OF ty_s_service. INCLUDE TYPE ty_s_node_t. TYPES: parent_guid TYPE /iwbep/sbdm_node_uuid, END OF ty_s_service
3 TY_T_NODE_T Private See coding 20120131 ty_t_node_t TYPE SORTED TABLE OF ty_s_node_t WITH UNIQUE KEY project node_uuid
4 TY_T_SERVICE Private See coding 20120131 ty_t_service TYPE SORTED TABLE OF ty_s_service WITH UNIQUE KEY project node_uuid
5 TY_T_SERVICET_DB Public See coding 20120131 ty_t_SERVICET_db TYPE SORTED TABLE OF /iwbep/i_sbd_svt WITH UNIQUE KEY project node_uuid sylangu
6 TY_T_SERVICE_DB Public See coding 20120131 TY_T_SERVICE_DB TYPE SORTED TABLE OF /iwbep/i_sbd_sv WITH UNIQUE KEY project node_uuid
History
Last changed by/on SAP  20131127 
SAP Release Created in 200