SAP ABAP Class /IWBEP/CL_SBDM_PROJECT_PSH (SB - Domain Model - Project 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 | 20120113 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBDM_PROJECT_PSH | SB - Domain Model - Project Persistence Handler | 20120227 |
Properties
| Class | /IWBEP/CL_SBDM_PROJECT_PSH | |
| Short Description | SB - Domain Model - Project 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 | 20120113 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBDM_PROJECT_PSH | SB - Domain Model - Project Persistence Handler | 20120227 |
Friends
Class /IWBEP/CL_SBDM_PROJECT_PSH has no friend class.
Attributes
Class /IWBEP/CL_SBDM_PROJECT_PSH has no attribute.
Methods
Class /IWBEP/CL_SBDM_PROJECT_PSH has no method.
Events
Class /IWBEP/CL_SBDM_PROJECT_PSH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_NAME_PROJECT | Protected | See coding | 20120117 | BEGIN OF TY_S_NAME_PROJECT,
name TYPE /iwbep/sbdm_project,
project TYPE REF TO /iwbep/if_sbdm_project,
END OF TY_S_NAME_PROJECT
|
||
| 2 | TY_S_PROJECT_T | Private | See coding | 20120127 | BEGIN OF ty_s_project_t.
INCLUDE TYPE /iwbep/i_sbd_pr.
TYPES:
description TYPE /iwbep/sbdm_description,
END OF ty_s_project_t
|
||
| 3 | TY_T_NAME_PROJECTS | Protected | See coding | 20120117 | TY_T_NAME_PROJECTS TYPE SORTED TABLE OF ty_s_name_project WITH UNIQUE KEY name
|
||
| 4 | TY_T_PROJECT_T | Private | See coding | 20120127 | ty_t_project_t TYPE SORTED TABLE OF ty_s_project_t WITH UNIQUE KEY project
|
||
| 5 | TY_T_SBDM_DB_PROJECTS | Public | See coding | 20120116 | TY_T_SBDM_DB_PROJECTS TYPE STANDARD TABLE OF /iwbep/i_sbd_pr WITH DEFAULT KEY
|
||
| 6 | TY_T_SBDM_DB_PROJECTT | Public | See coding | 20120127 | TY_T_SBDM_DB_PROJECTT TYPE STANDARD TABLE OF /iwbep/i_sbd_prt WITH DEFAULT KEY
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |