SAP ABAP Class /IWBEP/IF_SBUI_FILTER (SB: UI node filter)
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
Class /IWBEP/IF_SBUI_FILTER  
Short Description SB: UI node filter    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130325   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class /IWBEP/IF_SBUI_FILTER has no interface implemented.
Friends
Class /IWBEP/IF_SBUI_FILTER has no friend class.
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 GET_ASSIGNED_CHILDREN Instance method Public Method returns one nodes children, assigned to one given category 20130325
2 GET_NODE_BEHAVIOR Instance method Public Method returns expected node behavior (class/interface) 20130326
3 GET_NODE_CATEGORY Instance method Public Method returns one nodes category 20130325
Events
Class /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 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE one parent node (having the provider as ancestor) 20130325
2 Importing IS_NODE_TYPE Call by reference Type reference (TYPE) /IWBEP/S_SBDM_NODE_TYPE requested child node type 20130325
3 Importing IV_CATEGORY Call by reference Type reference (TYPE) TY_CATEGORY one available category (unique node assignment) 20130325
4 Returning RT_NODE Value transfer Type reference (TYPE) /IWBEP/T_SBDM_NODES children assigned to the category 20130325
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130325

Method GET_NODE_BEHAVIOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130326

Method GET_NODE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) /IWBEP/IF_SBDM_NODE node 20130325
2 Returning RV_CATEGORY Value transfer Type reference (TYPE) TY_CATEGORY category 20130325
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20130325
History
Last changed by/on SAP  20131127 
SAP Release Created in