SAP ABAP Class /IWBEP/CL_SBUI_PR_CMD (SB: UI command project abstract)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_UI_PR_PLUGIN (Package) SB: UI Plugin for Project
⤷
⤷
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) | 20120315 |
Meta Relationship - Used By
Properties
| Class | /IWBEP/CL_SBUI_PR_CMD | |
| Short Description | SB: UI command project abstract | |
| Super Class | /IWBEP/CL_SBUI_COMMAND | SB: UI command handler (convenience class) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /IWBEP/SBUIP | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /IWBEP/SB_UI_PR_PLUGIN | SB: UI Plugin for Project |
| Created | 20120315 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWBEP/CL_SBUI_PR_CMD has no forward declaration.
Interfaces
Class /IWBEP/CL_SBUI_PR_CMD has no interface implemented.
Friends
Class /IWBEP/CL_SBUI_PR_CMD has no friend class.
Attributes
Class /IWBEP/CL_SBUI_PR_CMD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | utility: convert nodes to sorted project collection | 20120315 |
Events
Class /IWBEP/CL_SBUI_PR_CMD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_NAME_PROJECT | Private | See coding | project name | 20120316 | BEGIN OF ty_s_name_project ,
name TYPE /iwbep/sbdm_node_name ,
project TYPE REF TO /iwbep/if_sbdm_project ,
END OF ty_s_name_project
|
|
| 2 | TY_T_NAME_PROJECT | Private | See coding | project table | 20120316 | ty_t_name_project TYPE SORTED TABLE OF ty_s_name_project WITH UNIQUE KEY name
|
|
| 3 | TY_T_PROJECT | Protected | See coding | project collection | 20120315 | ty_t_project TYPE STANDARD TABLE OF REF TO /iwbep/if_sbdm_project WITH DEFAULT KEY
|
Method Signatures
Method GET_PROJECT_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NODE | Call by reference | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | nodes from command request | 20120315 | |||
| 2 | RT_PROJECT | Value transfer | Type reference (TYPE) | TY_T_PROJECT | project collection, unique entries, sorted by name | 20120316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120315 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |