SAP ABAP Class /IWBEP/CL_SBOD_EXP_PATH_PS (SB - OData - Path Expression 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 | 20130305 |
Properties
| Class | /IWBEP/CL_SBOD_EXP_PATH_PS | |
| Short Description | SB - OData - Path Expression 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 | 20130305 | SAP |
| Last change | 20131127 | 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
Class /IWBEP/CL_SBOD_EXP_PATH_PS has no interface implemented.
Friends
Class /IWBEP/CL_SBOD_EXP_PATH_PS has no friend class.
Attributes
Class /IWBEP/CL_SBOD_EXP_PATH_PS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20130305 | |
| 2 | Instance method | Private | Method | Moves data from DB structure to node | 20130305 | |
| 3 | Instance method | Private | Method | Determines the node changes | 20130305 | |
| 4 | Instance method | Private | Method | Compares node with the DB | 20130305 | |
| 5 | Instance method | Private | Method | Moves data from node to DB structure | 20130305 |
Events
Class /IWBEP/CL_SBOD_EXP_PATH_PS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_T_NODE_DATA | Private | See coding | 20130307 | TY_T_NODE_DATA TYPE STANDARD TABLE OF /iwbep/cl_sbod_exp_path=>ty_s_data
|
||
| 2 | TY_T_NODE_DB | Public | See coding | 20130305 | TY_T_NODE_DB TYPE SORTED TABLE OF /iwbep/i_sbo_pe WITH UNIQUE KEY project node_uuid
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_NODE_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | SB: DM unique node type | 20130305 |
Method CONSTRUCTOR on class /IWBEP/CL_SBOD_EXP_PATH_PS has no exception.
Method DB_TO_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PATH | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_SBOD_EXP_PATH | SB - OData - Path Expression | 20130305 | |||
| 2 | IO_VALUE_LOADING | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_VALUE_DB_LOAD | SB - Domain Model - Value Service for PSH Loading | 20130311 | |||
| 3 | IR_PATH | Call by reference | Object reference (TYPE REF TO) | /IWBEP/I_SBO_PE | SB: OData Path Expression | 20130305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130311 |
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 | 20130305 | ||||
| 2 | ET_CREATED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20130305 | ||||
| 3 | ET_REMOVED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20130305 | ||||
| 4 | ET_UNCHANGED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20130305 | ||||
| 5 | IO_VALUE_LOADING | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_VALUE_DB_LOAD | SB - Domain Model - Value Service for PSH Loading | 20130305 | |||
| 6 | IT_LOADED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE | 20130305 | ||||
| 7 | IT_SELECTED_NODES | Call by reference | Type reference (TYPE) | TY_T_NODE_DB | 20130305 | ||||
| 8 | IV_UPDATE_FROM_DB | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130305 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130311 |
Method EQUALS_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PATH | Call by reference | Object reference (TYPE REF TO) | /IWBEP/CL_SBOD_EXP_PATH | SB - OData - Path Expression | 20130305 | |||
| 2 | IS_PATH | Call by reference | Type reference (TYPE) | /IWBEP/I_SBO_PE | SB: OData Path Expression | 20130305 | |||
| 3 | RV_EQUALS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130305 |
Method EQUALS_DB on class /IWBEP/CL_SBOD_EXP_PATH_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_NODE_DB | Call by reference | Type reference (TYPE) | /IWBEP/I_SBO_PE | SB: OData Path Expression | 20130305 | |||
| 2 | IO_VALUE_UPDATE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_VALUE_DB_UPDATE | SB - Domain Model - Value Service for PSH Updating | 20130311 | |||
| 3 | IR_NODE | Call by reference | Object reference (TYPE REF TO) | TY_S_NODE | 20130305 | ||||
| 4 | IV_CREATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130311 | |||
| 5 | IV_DELETED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130311 | |||
| 6 | IV_UPDATED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130311 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130311 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |