SAP ABAP Class /IWBEP/CL_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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_EXTENSION | SB: UI extension handler (abstract behavior) | 20130325 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_FILTER | SB: UI node filter | 20130325 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_FILTER_DYNAMIC | SB: UI dynamic node filter | 20130325 |
2 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_FILTER_STATIC | SB: UI static node filter | 20130326 |
Properties
Class | /IWBEP/CL_SBUI_FILTER | |
Short Description | SB: UI node filter | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | /IWBEP/SBUI | |
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
Created | 20130325 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /IWBEP/CL_SBUI_FILTER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWBEP/IF_SBUI_EXTENSION | SB: UI extension handler (abstract behavior) | 20130325 | ||
2 | /IWBEP/IF_SBUI_FILTER | SB: UI node filter | 20130325 |
Friends
Class /IWBEP/CL_SBUI_FILTER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_CONTROLLER | controller (main instance) | 20130403 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_OBJECTDESCR | node behavior | 20130325 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_SETUP_SERVICE | setup service | 20130403 | ||
4 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20130325 | ||||
5 | ![]() |
Instance attribute | Protected | Attribute reference (LIKE) | 20130325 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20130325 |
2 | ![]() |
Instance method | Protected | Method | template method (mandatory): return one nodes category | 20130325 |
3 | ![]() |
Instance method | Protected | Method | template method (mandatory): select children with category | 20130325 |
4 | ![]() |
Instance method | Protected | Method | 20130326 | |
5 | ![]() |
Instance method | Protected | Method | 20130326 | |
6 | ![]() |
Instance method | Protected | Method | 20130326 |
Events
Class /IWBEP/CL_SBUI_FILTER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CATEGORY | Protected | Attribute reference (LIKE) | 20130325 |
|
||
2 | TY_S_CATEGORY | Protected | Attribute reference (LIKE) | 20130325 |
|
||
3 | TY_T_CATEGORY | Protected | Attribute reference (LIKE) | 20130325 |
|
||
4 | TY_T_CATEGORY_SORTED | Protected | See coding | sorted category table for uniqueness check | 20130325 | ty_t_category_sorted TYPE SORTED TABLE OF ty_category WITH UNIQUE KEY table_line
|
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 | SB: UI controller (main instance) | 20130403 | ||
2 | ![]() |
IV_FILTER_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_NODE_FILTER | node filter name | 20130325 | ||
3 | ![]() |
IV_NODE_BEHAVIOR | Call by reference | Type reference (TYPE) | SEOCLSNAME | class/interface expected from filtered nodes | 20130325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130325 |
Method DO_DETERMINE_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 | node category | 20130325 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130325 |
Method DO_SELECT_CHILDREN_BY_CATEGORY 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_ASSIGNED_CHILDREN Signature
Method GET_ASSIGNED_CHILDREN on class /IWBEP/CL_SBUI_FILTER has no parameter.
Method GET_ASSIGNED_CHILDREN on class /IWBEP/CL_SBUI_FILTER has no exception.
Method GET_NODE_BEHAVIOR Signature
Method GET_NODE_BEHAVIOR on class /IWBEP/CL_SBUI_FILTER has no parameter.
Method GET_NODE_BEHAVIOR on class /IWBEP/CL_SBUI_FILTER has no exception.
Method GET_NODE_CATEGORY Signature
Method GET_NODE_CATEGORY on class /IWBEP/CL_SBUI_FILTER has no parameter.
Method GET_NODE_CATEGORY on class /IWBEP/CL_SBUI_FILTER has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |