SAP ABAP Interface /IWBEP/IF_SBUI_FILTER (SB: UI node filter)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_UI_BASE (Package) Gateway Service Builder UI - API and SPI
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBUI_FILTER_DYNAMIC | SB: UI node filter with dynamic logic | 20130325 |
| 2 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBUI_FILTER_STATIC | SB: UI node filter with static logic | 20130325 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_FILTER | SB: UI node filter | 20130325 |
Properties
| Interface | /IWBEP/IF_SBUI_FILTER | |
| Short Description | SB: UI node filter |
General Data
| Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
| Created | 20130325 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWBEP/IF_SBUI_FILTER has no interface.
Friends
Interface /IWBEP/IF_SBUI_FILTER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MV_NAME | Instance attribute | Public | Type reference (TYPE) | /IWBEP/SBUI_NODE_FILTER | name | 20130325 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | returns one nodes children, assigned to one given category | 20130325 | |
| 2 | Instance method | Public | Method | returns expected node behavior (class/interface) | 20130326 | |
| 3 | Instance method | Public | Method | returns one nodes category | 20130325 |
Events
Interface /IWBEP/IF_SBUI_FILTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_CATEGORY | Public | Type reference (TYPE) | STRING | category | 20130325 | |
| 2 | TY_S_CATEGORY | Public | See coding | category description | 20130325 | BEGIN OF ty_s_category ,
category TYPE ty_category ,
disabled TYPE abap_bool ,
origin TYPE REF TO /iwbep/if_sbdm_node ,
label TYPE /iwbep/sbui_node_filter_label ,
name TYPE /iwbep/sbdm_node_name ,
description TYPE /iwbep/sbdm_description ,
explanation TYPE /iwbep/sbdm_value ,
END OF ty_s_category
|
|
| 3 | TY_T_CATEGORY | Public | See coding | category description table | 20130325 | ty_t_category TYPE STANDARD TABLE OF ty_s_category WITH DEFAULT KEY
|
Method Signatures
Method GET_ASSIGNED_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PARENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | one parent node (having the provider as ancestor) | 20130325 | |||
| 2 | IS_NODE_TYPE | Call by reference | Type reference (TYPE) | /IWBEP/S_SBDM_NODE_TYPE | requested child node type | 20130325 | |||
| 3 | IV_CATEGORY | Call by reference | Type reference (TYPE) | TY_CATEGORY | one available category (unique node assignment) | 20130325 | |||
| 4 | RT_NODE | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | children assigned to the category | 20130325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130325 |
Method GET_NODE_BEHAVIOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_BEHAVIOR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | objects to be filtered must implement this behavior | 20130326 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130326 |
Method GET_NODE_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBDM_NODE | node | 20130325 | |||
| 2 | RV_CATEGORY | Value transfer | Type reference (TYPE) | TY_CATEGORY | category | 20130325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130325 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |