SAP ABAP Class IF_UCON_BROWSER_DATA_PROVIDER (Data Provider for UCON Browser Tool)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UCON_DT_DATA_PROVIDER Data Provider Design Time Tools 20120709
Properties
Class IF_UCON_BROWSER_DATA_PROVIDER  
Short Description Data Provider for UCON Browser Tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120709   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_UCON_DRAGDROP_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class IF_UCON_BROWSER_DATA_PROVIDER has no interface implemented.
Friends
Class IF_UCON_BROWSER_DATA_PROVIDER has no friend class.
Attributes
Class IF_UCON_BROWSER_DATA_PROVIDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DROP Instance method Public Method Drag&Drop 20120815
2 GET_FIRST_LEVEL Instance method Public Method Get First level of tree 20120709
3 GET_GUI_STATUS Instance method Public Method Get GUI Status 20130506
4 GET_NEXT_LEVEL Instance method Public Method Get Next level of tree when a node is expanded 20120709
Events
Class IF_UCON_BROWSER_DATA_PROVIDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TREENODE Public See coding 20120709 BEGIN OF treenode. INCLUDE TYPE wbtreenode. TYPES: has_childs type abap_bool, devclass TYPE tadir-devclass, author TYPE author, dlvunit TYPE dlvunit, component TYPE ufps_posid, version TYPE r3state, END OF treenode
2 TREENODES Public See coding 20120709 treenodes TYPE STANDARD TABLE OF treenode
Method Signatures

Method DROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEST_OBJECT Call by reference Type reference (TYPE) CL_UCON_DRAGDROP_CONTAINER=>T_OBJECT Tree Model: Node Key 20120815
2 Importing DRAGDROP_OBJECT Call by reference Object reference (TYPE REF TO) CL_UCON_DRAGDROP_CONTAINER Containter for Drag and Drop 20120815

Method DROP on class IF_UCON_BROWSER_DATA_PROVIDER has no exception.

Method GET_FIRST_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTER_OPTIONS Call by reference Object reference (TYPE REF TO) IF_UCON_BROWSER_FILTER_DATA Filter data fror Browser 20120709
2 Exporting NODES Call by reference Type reference (TYPE) TREENODES 20120709

Method GET_FIRST_LEVEL on class IF_UCON_BROWSER_DATA_PROVIDER has no exception.

Method GET_GUI_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DISABLE Call by reference Type reference (TYPE) UI_FUNCTIONS Function Code Table 20130506
2 Importing NODE_NAME Call by reference Type reference (TYPE) SOBJ_NAME Object Name in Object Directory 20130506
3 Exporting PROGRAM_NAME Call by reference Type reference (TYPE) PROGRAM Program/Transaction in SQL Trace Evaluation 20130506
4 Exporting STATUS Call by reference Type reference (TYPE) CUA_STATUS GUI status 20130506
5 Importing TR_NODE_TYPE Call by reference Type reference (TYPE) TROBJTYPE Object Type 20130506
6 Importing WB_NODE_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: (Internal) Type of an ABAP Workbench Object 20130506
7 Importing WB_SUB_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: (Internal) Type of an ABAP Workbench Object 20130506

Method GET_GUI_STATUS on class IF_UCON_BROWSER_DATA_PROVIDER has no exception.

Method GET_NEXT_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTER_OPTIONS Call by reference Object reference (TYPE REF TO) IF_UCON_BROWSER_FILTER_DATA Filter data fror Browser 20120709
2 Exporting NODES Call by reference Type reference (TYPE) TREENODES 20120709
3 Importing NODE_NAME Call by reference Type reference (TYPE) SOBJ_NAME 20120709
4 Importing TR_NODE_TYPE Call by reference Type reference (TYPE) TROBJTYPE 20120709
5 Importing WB_NODE_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: (Internal) Type of an ABAP Workbench Object 20120709
6 Importing WB_SUB_TYPE Call by reference Type reference (TYPE) SEU_OBJTYP WB Request: (Internal) Type of an ABAP Workbench Object 20120709

Method GET_NEXT_LEVEL on class IF_UCON_BROWSER_DATA_PROVIDER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in