SAP ABAP Class CL_POWL_COLLECTOR_HELPER_OLD (Helper class for query collector)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MUS-POW (Application Component) Personal Object Worklist
⤷
GEN_PERSONAL_OBJECT_WORKLIST (Package) generic worklist
⤷
⤷
Properties
| Class | CL_POWL_COLLECTOR_HELPER_OLD | |
| Short Description | Helper class for query collector | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GEN_PERSONAL_OBJECT_WORKLIST | generic worklist |
| Created | 20101013 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_POWL_COLLECTOR_HELPER_OLD has no forward declaration.
Interfaces
Class CL_POWL_COLLECTOR_HELPER_OLD has no interface implemented.
Friends
Class CL_POWL_COLLECTOR_HELPER_OLD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'CATID_FOR_UNASSIGNED' | Kategorie-ID für nicht zugeordnete Abfragen | 20101013 | ||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101013 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20101013 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Nachrichtenmanager | 20101013 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Schnittstelle für die dynamische Verwendung von Knoten | 20101013 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_POWL_PERS_COMP | WebDynpro-Schnittstelle COMPONENTCONTROLLER | 20101013 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_PORTAL_INTEGRATION | Portalntegration | 20101013 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Wurzel-Container anzeigen | 20101013 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Öffentliche Schnittstelle für Selektionsoptionen | 20101013 | |||
| 10 | Instance attribute | Private | See coding | Anwendungs-Hierarchie | 20101013 | ||||
| 11 | Instance attribute | Private | See coding | 20101013 | |||||
| 12 | Instance attribute | Private | Type reference (TYPE) | I | Indicates which client environment WD is running in | 20101013 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | POWL_XFLAG_TY | Neue Informationen verfügbar | 20101013 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | POWL_APPLID_TY | Anwendungs-ID | 20101013 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | build application hierarchy node for pers | 20101013 | |
| 2 | Instance method | Private | Method | alle POWL-Daten für eine APPLID abrufen | 20101013 | |
| 3 | Instance method | Private | Method | get navigation target for APPLID | 20101013 | |
| 4 | Instance method | Private | Method | Persönliche Daten für Wurzel-APPLID lesen | 20101013 | |
| 5 | Instance method | Public | Method | return root applid from hierarchy ( Iview applid . ) | 20101013 | |
| 6 | Instance method | Public | Method | triggers navigation to target POWL | 20101013 | |
| 7 | Instance method | Public | Method | read all active queries for application hierarchy | 20101013 | |
| 8 | Instance method | Public | Method | render link matrix ( category/query ) for all active queries | 20101013 | |
| 9 | Instance method | Public | Method | save hidden queries to m_root_node in FPB | 20101013 | |
| 10 | Instance method | Public | Method | set config handler | 20101013 | |
| 11 | Instance method | Public | Method | set pers_comp usage interface | 20101013 | |
| 12 | Instance method | Public | Method | set root applid from hierarchy ( Iview applid . ) | 20101013 | |
| 13 | Instance method | Public | Method | set reference to select options helper | 20101013 | |
| 14 | Instance method | Public | Method | supply helper class of select-options component | 20101013 | |
| 15 | Instance method | Public | Method | supply view context, msg manager , portal integrator | 20101013 |
Events
Class CL_POWL_COLLECTOR_HELPER_OLD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_APPLID_DATA | Private | See coding | 20101013 | BEGIN OF mty_applid_data,
applid TYPE powl_applid_ty,
visible_types TYPE powl_type_tty,
visible_queries TYPE powl_query_tty,
categories TYPE powl_category_tty,
authorities TYPE powl_authorities_sty,
bo_system TYPE string,
bo_name TYPE string,
bo_op_name TYPE string,
END OF mty_applid_data
|
||
| 2 | MTY_APPLID_TREE | Private | See coding | 20101013 | BEGIN OF mty_applid_tree,
id TYPE string,
parent_id TYPE string,
isleaf TYPE wdy_boolean,
expanded TYPE wdy_boolean,
text TYPE string,
show TYPE wdy_boolean,
show_visible TYPE wdui_visibility,
END OF mty_applid_tree
|
||
| 3 | MTY_NAV_STRU | Private | See coding | 20101013 | BEGIN OF mty_nav_stru,
applid TYPE powl_applid_ty,
bo_system TYPE powl_bo_system_ty,
bo_name TYPE powl_bo_name_ty,
bo_operation TYPE powl_bo_op_name_ty,
END OF mty_nav_stru
|
Method Signatures
Method BUILD_HIER_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Interface for Dynamic Usage of Nodes | 20101013 |
Method BUILD_HIER_NODE on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method GET_DATA_FOR_APPLID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Anwendungs-ID | 20101013 |
Method GET_DATA_FOR_APPLID on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method GET_OBN_TARGET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20101013 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | POWL_OBN_STY | OBN structure | 20101013 |
Method GET_OBN_TARGET on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method GET_PERS_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | FPB_T_VALUES | Werttabelle | 20101013 |
Method GET_PERS_DATA on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method GET_ROOT_APPLID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20101013 |
Method GET_ROOT_APPLID on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method NAVIGATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LINK_ID | Call by reference | Type reference (TYPE) | STRING | 20101013 |
Method NAVIGATE on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method READ_ACTIVE_QUERIES Signature
Method READ_ACTIVE_QUERIES on class CL_POWL_COLLECTOR_HELPER_OLD has no parameter.
Method READ_ACTIVE_QUERIES on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method RENDER_MATRIX Signature
Method RENDER_MATRIX on class CL_POWL_COLLECTOR_HELPER_OLD has no parameter.
Method RENDER_MATRIX on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SAVE_PERSO_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Interface for Dynamic Usage of Nodes | 20101013 |
Method SAVE_PERSO_DATA on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SET_CONFIG_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONFIG_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20101013 |
Method SET_CONFIG_NODE on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SET_PERS_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PERS_IF | Call by reference | Object reference (TYPE REF TO) | IWCI_POWL_PERS_COMP | WebDynpro Interface COMPONENTCONTROLLER | 20101013 |
Method SET_PERS_INTERFACE on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SET_ROOT_APPLID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLID | Call by reference | Type reference (TYPE) | POWL_APPLID_TY | Application ID | 20101013 |
Method SET_ROOT_APPLID on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SET_SELOPT_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELOPT_HELPER | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Public Interface for Select Options | 20101013 |
Method SET_SELOPT_HELPER on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SUPPLY_SELOPT_HELPER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HELPER | Call by reference | Object reference (TYPE REF TO) | IF_WD_SELECT_OPTIONS | Public Interface for Select Options | 20101013 |
Method SUPPLY_SELOPT_HELPER on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
Method SUPPLY_VIEW_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT_ENVIRONMENT | Call by reference | Type reference (TYPE) | I | Client environment in which Collector is running in | 20101013 | |||
| 2 | I_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Interface for Dynamic Usage of Nodes | 20101013 | |||
| 3 | I_MESSAGE_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20101013 | |||
| 4 | I_PORTAL_INTEGRATION | Call by reference | Object reference (TYPE REF TO) | IF_WD_PORTAL_INTEGRATION | 20101013 | ||||
| 5 | I_ROOT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | root container of collectors view | 20101013 |
Method SUPPLY_VIEW_DATA on class CL_POWL_COLLECTOR_HELPER_OLD has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |