SAP ABAP Class /IWBEP/CL_SBDSP_SYNC_ENT_SETS (SB: DSP synchronize entity sets)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DSPCMN_DM (Package) Gateway Service Builder - DSP Common Domain Model
⤷
⤷
Properties
| Class | /IWBEP/CL_SBDSP_SYNC_ENT_SETS | |
| Short Description | SB: DSP synchronize entity sets | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWBEP/SB_DSPCMN_DM | Gateway Service Builder - DSP Common Domain Model |
| Created | 20120321 | 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... |
Interfaces
Class /IWBEP/CL_SBDSP_SYNC_ENT_SETS has no interface implemented.
Friends
Class /IWBEP/CL_SBDSP_SYNC_ENT_SETS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | /IWBEP/IF_SB_DPCMN_UI_FACADE | SB # DSP Common Parts facade | 20120321 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Check if synchronization of entity sets is needed | 20120321 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120321 | |
| 3 | Instance method | Private | Method | Create new service entity sets | 20120321 | |
| 4 | Instance method | Private | Method | Get OData Entity Sets from the model | 20120321 | |
| 5 | Instance method | Private | Method | Get Service Entity Sets from the Service | 20120321 | |
| 6 | Instance method | Private | Method | Rename or delete existing service entity sets | 20120321 | |
| 7 | Instance method | Public | Method | Synchronize Entity Sets | 20120321 |
Events
Class /IWBEP/CL_SBDSP_SYNC_ENT_SETS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ODATA_ENTITY_SET | Private | See coding | 20120321 | BEGIN OF ty_s_odata_entity_set,
odata_entity_set TYPE REF TO /iwbep/if_sbod_entity_set,
END OF ty_s_odata_entity_set
|
||
| 2 | TY_T_ODATA_ENTITY_SET | Private | See coding | 20120321 | ty_t_odata_entity_set TYPE HASHED TABLE OF ty_s_odata_entity_set WITH UNIQUE KEY odata_entity_set
|
Method Signatures
Method CHECK_ENTITY_SETS_SYNC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120321 | |||
| 2 | RV_SYNC_NEEDED | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120321 |
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /IWBEP/CL_SBDSP_SYNC_ENT_SETS has no parameter.
Method CONSTRUCTOR on class /IWBEP/CL_SBDSP_SYNC_ENT_SETS has no exception.
Method CREATE_ENTITY_SETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SYNC_DONE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20120322 | |||
| 2 | IO_SB_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120321 | |||
| 3 | IT_ODATA_ENTITY_SET | Call by reference | Type reference (TYPE) | TY_T_ODATA_ENTITY_SET | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120321 |
Method GET_ODATA_ENTITY_SETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SB_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120321 | |||
| 2 | RT_ODATA_ENTITY_SET | Value transfer | Type reference (TYPE) | TY_T_ODATA_ENTITY_SET | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120321 |
Method GET_SERVICE_ENTITY_SETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SB_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120321 | |||
| 2 | RT_SERVICE_ENTITY_SET | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120321 |
Method RENAME_OR_DELETE_ENTITY_SETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ODATA_ENTITY_SET | Call by reference | Type reference (TYPE) | TY_T_ODATA_ENTITY_SET | 20120321 | ||||
| 2 | EV_SYNC_DONE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20120322 | |||
| 3 | IT_SERVICE_ENTITY_SET | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120321 |
Method SYNCHRONIZE_ENTITY_SETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBCM_MSG_OBJECT=>TY_T_OBJECT | 20120322 | ||||
| 2 | EV_SYNC_DONE | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20120322 | |||
| 3 | IO_PROJECT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120321 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120321 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |