SAP ABAP Class /IWBEP/CL_SBUI_DP_CMD_SYNC_ES (SB: DSP UI command synchronize entity sets)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_DSPCMN_UI (Package) Gateway Service Builder - DSP Common UI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_COMMAND | SB: UI command handler (convenience class) | 20120215 |
Properties
| Class | /IWBEP/CL_SBUI_DP_CMD_SYNC_ES | |
| Short Description | SB: DSP UI command synchronize entity sets | |
| Super Class | /IWBEP/CL_SBUI_COMMAND | SB: UI command handler (convenience class) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /IWBEP/SB_DSPCMN_UI | Gateway Service Builder - DSP Common UI |
| Created | 20120215 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWBEP/CL_SBUI_DP_CMD_SYNC_ES has no forward declaration.
Interfaces
Class /IWBEP/CL_SBUI_DP_CMD_SYNC_ES has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_DP_CMD_SYNC_ES 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/CL_SBDSP_SYNC_ENT_SETS | SB: DSP synchronize entity sets | 20120321 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120315 | |
| 2 | Instance method | Private | Method | Get selected project | 20120315 |
Events
Class /IWBEP/CL_SBUI_DP_CMD_SYNC_ES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ODATA_ENTITY_SET | Private | See coding | 20120315 | 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 | 20120315 | ty_t_odata_entity_set TYPE HASHED TABLE OF ty_s_odata_entity_set WITH UNIQUE KEY odata_entity_set
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_CONTROLLER | main controller | 20120315 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMMAND | command name | 20120315 | |||
| 3 | IV_PLUGIN | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_PLUGIN | command plugin | 20120315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120315 |
Method GET_SELECTED_PROJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_SELECTED_NODES | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | SB: Table Type for DM Nodes | 20120315 | |||
| 2 | RO_SB_PROJECT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_PROJECT | SB - Domain Model - Project | 20120315 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120315 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |