SAP ABAP Interface IF_UCON_BROWSER_DATA_PROVIDER (Data Provider for UCON Browser Tool)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-ICF (Application Component) Internet Communication Framework
⤷
S_UNIFIED_CON_DT_BROWSER (Package) Designtime Browsers
⤷
⤷
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
| Interface | IF_UCON_BROWSER_DATA_PROVIDER | |
| Short Description | Data Provider for UCON Browser Tool |
General Data
| Package | S_UNIFIED_CON_DT_BROWSER | Designtime Browsers |
| Created | 20120709 | SAP |
| Last changed | 20141121 | |
| 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
Interface IF_UCON_BROWSER_DATA_PROVIDER has no interface.
Friends
Interface IF_UCON_BROWSER_DATA_PROVIDER has no friend.
Attributes
Interface IF_UCON_BROWSER_DATA_PROVIDER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Drag&Drop | 20120815 | |
| 2 | Instance method | Public | Method | Get First level of tree | 20120709 | |
| 3 | Instance method | Public | Method | Get GUI Status | 20130506 | |
| 4 | Instance method | Public | Method | Get Next level of tree when a node is expanded | 20120709 |
Events
Interface 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 | DEST_OBJECT | Call by reference | Type reference (TYPE) | CL_UCON_DRAGDROP_CONTAINER=>T_OBJECT | Tree Model: Node Key | 20120815 | |||
| 2 | DRAGDROP_OBJECT | Call by reference | Object reference (TYPE REF TO) | CL_UCON_DRAGDROP_CONTAINER | Containter for Drag and Drop | 20120815 |
Method DROP on Interface 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 | FILTER_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_UCON_BROWSER_FILTER_DATA | Filter data fror Browser | 20120709 | |||
| 2 | NODES | Call by reference | Type reference (TYPE) | TREENODES | 20120709 |
Method GET_FIRST_LEVEL on Interface 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 | DISABLE | Call by reference | Type reference (TYPE) | UI_FUNCTIONS | Function Code Table | 20130506 | |||
| 2 | NODE_NAME | Call by reference | Type reference (TYPE) | SOBJ_NAME | Object Name in Object Directory | 20130506 | |||
| 3 | PROGRAM_NAME | Call by reference | Type reference (TYPE) | PROGRAM | Program/Transaction in SQL Trace Evaluation | 20130506 | |||
| 4 | STATUS | Call by reference | Type reference (TYPE) | CUA_STATUS | GUI status | 20130506 | |||
| 5 | TR_NODE_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | Object Type | 20130506 | |||
| 6 | WB_NODE_TYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | WB Request: (Internal) Type of an ABAP Workbench Object | 20130506 | |||
| 7 | 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 Interface 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 | FILTER_OPTIONS | Call by reference | Object reference (TYPE REF TO) | IF_UCON_BROWSER_FILTER_DATA | Filter data fror Browser | 20120709 | |||
| 2 | NODES | Call by reference | Type reference (TYPE) | TREENODES | 20120709 | ||||
| 3 | NODE_NAME | Call by reference | Type reference (TYPE) | SOBJ_NAME | 20120709 | ||||
| 4 | TR_NODE_TYPE | Call by reference | Type reference (TYPE) | TROBJTYPE | 20120709 | ||||
| 5 | WB_NODE_TYPE | Call by reference | Type reference (TYPE) | SEU_OBJTYP | WB Request: (Internal) Type of an ABAP Workbench Object | 20120709 | |||
| 6 | 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 Interface IF_UCON_BROWSER_DATA_PROVIDER has no exception.
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |