SAP ABAP Class /IWBEP/CL_SBUI_DP_BOR_TREE (SB - DSP - BOR tree for selection)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-SB (Application Component) Gateway Service Builder
     /IWBEP/SB_DSPBOR_UI (Package) Gateway Service Builder - Data Source Provider BOR UI
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /IWBEP/IF_SBUI_DP_BOR_TREE SB - DSP - BOR tree for selection 20120604
Properties
Class /IWBEP/CL_SBUI_DP_BOR_TREE  
Short Description SB - DSP - BOR tree for selection    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /IWBEP/SB_DSPBOR_UI   Gateway Service Builder - Data Source Provider BOR UI 
Created 20120604   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /IWBEP/CL_SBUI_DP_BOR_TREE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /IWBEP/IF_SBUI_DP_BOR_TREE SB - DSP - BOR tree for selection 20120604
Friends
Class /IWBEP/CL_SBUI_DP_BOR_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_LINE_TYPE Constant Private See coding 20120610
2 MO_BOR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20120611
3 MO_BOR_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20120610
4 MO_DP_BOR Static Attribute Private Object reference (TYPE REF TO) /IWBEP/IF_SBUI_DP_BOR_TREE SB - DSP - BOR tree for selection 20120610
5 MO_DS_PROVIDER Instance attribute Private Object reference (TYPE REF TO) /IWBEP/IF_SBDSP_DS_PROVIDER SB - DSP - Data Source Provider 20120610
6 MT_DS_GROUP Instance attribute Private Type reference (TYPE) /IWBEP/IF_SBDSP_DS_PROVIDER=>T_DS_GROUP 20120610
7 MT_OUTTAB Instance attribute Private Type reference (TYPE) TY_T_OUTTAB 20120610
8 MV_LINE Instance attribute Private Type reference (TYPE) INT4 1 Natural Number 20120610
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTES Instance method Private Method Add methods attributes to the tree 20120611
2 ADD_METHODS Instance method Private Method Add methods to the tree 20120611
3 ADD_NODE Instance method Private Method Add node to the tree 20120610
4 CREATE_SCREEN Instance method Private Method Create the tree components 20120610
5 DESTRUCT Instance method Private Method Release all the resources 20120612
6 GET_FIELD_CATALOG Instance method Private Method Get field catalog 20120610
7 GET_INSTANCE Static method Public Method Get the class instance 20120610
8 GET_NODE_ICON Instance method Private Method Get node icon 20120611
9 GET_SELECTED_BOR_METHOD Instance method Private Method Get the selected bor method 20120611
10 ON_EXPAND_NO_CHILDREN Instance method Private Event handling method On expend node 20120610
11 ON_ITEM_DOUBLE_CLICK Instance method Private Event handling method On item double click 20120611
12 ON_NODE_DOUBLE_CLICK Instance method Private Event handling method On node double click 20120611
13 REGISTER_EVENTS Instance method Private Method Register events 20120610
Events
Class /IWBEP/CL_SBUI_DP_BOR_TREE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_OUTTAB Private See coding 20120610 BEGIN OF ty_s_outtab, line TYPE int4, node_key TYPE lvc_nkey, name TYPE /iwbep/sbdsp_ds_name, description TYPE string, groupname TYPE /iwbep/sbdsp_ds_group, * grouptype TYPE swo_objtyp, line_type(1) TYPE c, is_dialog TYPE swo_dialog, ins_indep TYPE swo_clsvrb, ds_attribute TYPE REF TO /iwbep/if_sbdsp_data_sour_attr, END OF ty_s_outtab
2 TY_T_OUTTAB Private See coding 20120610 ty_t_outtab TYPE STANDARD TABLE OF ty_s_outtab
Method Signatures

Method ADD_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FATHER_OUTTAB Call by reference Type reference (TYPE) TY_S_OUTTAB 20120611
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION SB: exception 20120612

Method ADD_METHODS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FATHER_OUTTAB Call by reference Type reference (TYPE) TY_S_OUTTAB 20120611
# Exception Resumable Description Created on
1 /IWBEP/CX_SBCM_EXCEPTION BOR Provider exception class 20120621

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OUTTAB Call by reference Type reference (TYPE) TY_S_OUTTAB 20120610
2 Importing IV_RELAT_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20120610

Method ADD_NODE on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method CREATE_SCREEN Signature

Method CREATE_SCREEN on class /IWBEP/CL_SBUI_DP_BOR_TREE has no parameter.
Method CREATE_SCREEN on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method DESTRUCT Signature

Method DESTRUCT on class /IWBEP/CL_SBUI_DP_BOR_TREE has no parameter.
Method DESTRUCT on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method GET_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20120610

Method GET_FIELD_CATALOG on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_DP_BOR Value transfer Object reference (TYPE REF TO) /IWBEP/IF_SBUI_DP_BOR_TREE SB - DSP - BOR tree for selection 20120610

Method GET_INSTANCE on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method GET_NODE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OUTTAB Call by reference Type reference (TYPE) TY_S_OUTTAB 20120611
2 Returning RV_ICON Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Icon / Image 20120611

Method GET_NODE_ICON on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method GET_SELECTED_BOR_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20120611

Method GET_SELECTED_BOR_METHOD on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method ON_EXPAND_NO_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20120610

Method ON_EXPAND_NO_CHILDREN on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method ON_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20120611
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20120611

Method ON_ITEM_DOUBLE_CLICK on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method ON_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20120611

Method ON_NODE_DOUBLE_CLICK on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class /IWBEP/CL_SBUI_DP_BOR_TREE has no parameter.
Method REGISTER_EVENTS on class /IWBEP/CL_SBUI_DP_BOR_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 200