SAP ABAP Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS (Gateway Service Builder - LM Tools Persistence Handler)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_LMTOOLS_DM (Package) Gateway Service Builder - Domain Model Plugin for LM Tools

⤷

⤷

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 | 20120518 |
Properties
Class | /IWBEP/CL_SBLMTOOLS_SRVMNT_PS | |
Short Description | Gateway Service Builder - LM Tools 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_LMTOOLS_DM | Gateway Service Builder - Domain Model Plugin for LM Tools |
Created | 20120518 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS has no forward declaration.
Interfaces
Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS has no interface implemented.
Friends
Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS has no friend class.
Attributes
Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS has no attribute.
Methods
Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS has no method.
Events
Class /IWBEP/CL_SBLMTOOLS_SRVMNT_PS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_NODET_DB | Public | See coding | 20120518 | BEGIN OF ty_s_nodet_db,
project TYPE /iwbep/sbdm_project,
node_uuid TYPE /iwbep/sbdm_node_uuid,
sylangu TYPE sylangu,
description TYPE /iwbep/sbdm_description,
END OF ty_s_nodet_db
|
||
2 | TY_S_NODE_DB | Public | See coding | 20120518 | BEGIN OF ty_s_node_db,
project TYPE /iwbep/sbdm_project,
node_uuid TYPE /iwbep/sbdm_node_uuid,
parent_uuid TYPE /iwbep/sbdm_node_uuid,
name TYPE string,
END OF ty_s_node_db
|
||
3 | TY_S_NODE_T | Private | See coding | 20120518 | BEGIN OF ty_s_node_t.
INCLUDE TYPE ty_s_node_db.
TYPES:
description TYPE /iwbep/sbdm_description,
END OF ty_s_node_t
|
||
4 | TY_T_NODET_DB | Public | See coding | 20120518 | ty_t_nodet_db TYPE SORTED TABLE OF ty_s_nodet_db WITH UNIQUE KEY project node_uuid sylangu
|
||
5 | TY_T_NODE_DB | Public | See coding | 20120518 | TY_T_NODE_DB TYPE SORTED TABLE OF ty_s_node_db WITH UNIQUE KEY project node_uuid
|
||
6 | TY_T_NODE_T | Private | See coding | 20120518 | ty_t_node_t TYPE SORTED TABLE OF ty_s_node_t WITH UNIQUE KEY project node_uuid
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 200 |