SAP ABAP Class /IWBEP/CL_SBOD_ENTITY_SET_PS (SB - OData - Entity Set 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 | 20120216 |
Properties
| Class | /IWBEP/CL_SBOD_ENTITY_SET_PS | |
| Short Description | SB - OData - Entity Set 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 | 20120216 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/CL_SBOD_ENTITY_SET_PS has no interface implemented.
Friends
Class /IWBEP/CL_SBOD_ENTITY_SET_PS has no friend class.
Attributes
Class /IWBEP/CL_SBOD_ENTITY_SET_PS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Fill node instance from DB structure | 20120227 | |
| 2 | Instance method | Private | Method | 20120224 | ||
| 3 | Instance method | Private | Method | Compare an Entity Set with its DB structure | 20120227 | |
| 4 | Instance method | Private | Method | Copy node data to DB structure | 20120227 |
Events
Class /IWBEP/CL_SBOD_ENTITY_SET_PS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_NODE_T | Private | See coding | 20120216 | BEGIN OF ty_s_node_t.
INCLUDE TYPE /iwbep/i_sbo_es.
TYPES:
description TYPE /iwbep/sbdm_description,
eset_label TYPE /iwbep/sbod_label,
description_xu_old TYPE /iwbep/sbdm_indicator_undef,
eset_label_xu_old TYPE /iwbep/sbdm_indicator_undef,
END OF ty_s_node_t
|
||
| 2 | TY_T_NODET_DB | Public | See coding | 20120216 | ty_t_nodet_db TYPE SORTED TABLE OF /iwbep/i_sbo_est WITH UNIQUE KEY project node_uuid sylangu
|
||
| 3 | TY_T_NODE_DB | Public | See coding | 20120216 | TY_T_NODE_DB TYPE SORTED TABLE OF /iwbep/i_sbo_es WITH UNIQUE KEY project node_uuid
|
||
| 4 | TY_T_NODE_T | Private | See coding | 20120216 | 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 | CR_NODE | Call by reference | Object reference (TYPE REF TO) | TY_S_NODE | SB - Domain Model - Copy Template for Node | 20120227 | |||
| 2 | IS_DB_STRUCT | Call by reference | Type reference (TYPE) | TY_S_NODE_T | 20120227 |
Method DB_TO_NODE on class /IWBEP/CL_SBOD_ENTITY_SET_PS has no exception.
Method DETERMINE_NODE_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHANGED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20120227 | ||||
| 2 | ET_CREATED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20120227 | ||||
| 3 | ET_REMOVED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20120227 | ||||
| 4 | ET_UNCHANGED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20120227 | ||||
| 5 | IT_LOADED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20120224 | ||||
| 6 | IT_SELECTED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE_T | 20120224 | ||||
| 7 | IV_UPDATE_FROM_DB | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120224 |
Method DETERMINE_NODE_CHANGES on class /IWBEP/CL_SBOD_ENTITY_SET_PS has no exception.
Method EQUALS_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY_SET | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_SBOD_ENTITY_SET | SB - Domain Model - Copy Template for Node | 20120227 | |||
| 2 | IS_ENTITY_SET | Call by reference | Type reference (TYPE) | TY_S_NODE_T | 20120227 | ||||
| 3 | RV_IS_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120227 |
Method EQUALS_DB on class /IWBEP/CL_SBOD_ENTITY_SET_PS has no exception.
Method NODE_TO_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NODET_DB | Call by reference | Type reference (TYPE) | /IWBEP/I_SBO_EST | SB: OData Entity Sets - Descriptions | 20120229 | |||
| 2 | ES_NODE_DB | Call by reference | Type reference (TYPE) | /IWBEP/I_SBO_ES | SB: OData Entity Sets | 20120229 | |||
| 3 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | TY_S_NODE | SB - Domain Model - Copy Template for Node | 20120229 |
Method NODE_TO_DB on class /IWBEP/CL_SBOD_ENTITY_SET_PS has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |