SAP ABAP Interface IF_RSRT_UI_PROCESSING (UI View Processor)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSRT_BICS_MODEL (Package) RSRT BICS Model
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_UI_MAIN_VIEW UI Main View 20130208
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSRT_UI_VIEW UI View 20120928
Properties
Interface IF_RSRT_UI_PROCESSING  
Short Description UI View Processor    
General Data
Package RSRT_BICS_MODEL   RSRT BICS Model 
Created 20120621   SAP 
Last changed 20140121   SAP 
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)
2 IF_RSRT_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSRT_FIELD Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSRT_MESSAGE_LOG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_RSRT_UI_WINDOW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_RSRT_UI_PROCESSING has no interface.
Friends
Interface IF_RSRT_UI_PROCESSING has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_CS_PHASE Constant Public See coding 20120621
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_MESSAGES Instance method Public Method Clear Messages 20120625
2 GET_ACTIVE_WINDOW Instance method Public Method Get Active Window 20130307
3 GET_ACTIVE_WINDOWS Instance method Public Method Get Active Windows 20130307
4 GET_MESSAGES Instance method Public Method Get Messages 20120621
5 GET_VIEW_ELEMENT Instance method Public Method Get View Element 20130304
6 GET_VIEW_OF_VIEW_USAGE Instance method Public Method Get View of View Usage 20130208
7 GET_VIEW_USAGE Instance method Public Method Get View Usage 20130304
8 GET_WINDOWS Instance method Public Method Get Windows 20130304
9 GET_WINDOW_BUTTONS Instance method Public Method Get Window Buttons 20130304
10 INVALIDATE Instance method Public Method Invalidate Dirty State 20120621
11 IS_DIRTY Instance method Public Method Is Dirty 20120621
12 PROCESS_EVENT Instance method Public Method Process Event 20120621
13 PROCESS_OUTPLUG Instance method Public Method Process OutPlug 20120621
14 PROCESS_PHASE Instance method Public Method Process Phase 20120621
15 VALIDATE Instance method Public Method Validate Dirty State 20120621
Events
Interface IF_RSRT_UI_PROCESSING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_PHASE Public See coding Phase 20120621 tn_phase type n length 2
Method Signatures

Method CLEAR_MESSAGES Signature

Method CLEAR_MESSAGES on Interface IF_RSRT_UI_PROCESSING has no parameter.
Method CLEAR_MESSAGES on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_ACTIVE_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_UI_WINDOW UI Window 20130307

Method GET_ACTIVE_WINDOW on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_ACTIVE_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_UI_WINDOW=>TN_T_WINDOW Window List 20130307

Method GET_ACTIVE_WINDOWS on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_MESSAGE_LOG=>TN_T_MSG Message List 20120621

Method GET_MESSAGES on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_VIEW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) IF_RSRT_UI_VIEW_ELEMENT=>TN_ID View Element ID 20130304
2 Importing UID Call by reference Type reference (TYPE) IF_RSRT_UI_VIEW_ELEMENT=>TN_UID 20130304
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_ELEMENT UI View Element 20130304

Method GET_VIEW_ELEMENT on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_VIEW_OF_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing O_VIEW_USAGE Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_USAGE UI View Usage 20130208
2 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_UI_VIEW UI View 20130208

Method GET_VIEW_OF_VIEW_USAGE on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_VIEW_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_USAGE UI View Usage 20130304

Method GET_VIEW_USAGE on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_UI_WINDOW=>TN_T_WINDOW Window List 20130304

Method GET_WINDOWS on Interface IF_RSRT_UI_PROCESSING has no exception.

Method GET_WINDOW_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) IF_RSRT_UI_WINDOW_BUTTON=>TN_T_BUTTON Window Button List 20130304

Method GET_WINDOW_BUTTONS on Interface IF_RSRT_UI_PROCESSING has no exception.

Method INVALIDATE Signature

Method INVALIDATE on Interface IF_RSRT_UI_PROCESSING has no parameter.
Method INVALIDATE on Interface IF_RSRT_UI_PROCESSING has no exception.

Method IS_DIRTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20120621

Method IS_DIRTY on Interface IF_RSRT_UI_PROCESSING has no exception.

Method PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) IF_RSRT_DATA=>TN_NAME Data Name 20121204
2 Importing EVENT Call by reference Type reference (TYPE) STRING 20120621
3 Importing FIELD Call by reference Type reference (TYPE) IF_RSRT_FIELD=>TN_ID ID 20121204
4 Importing INDEX Call by reference Type reference (TYPE) I 20120621
5 Importing O_CMENU Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_ELEMENT UI View Element 20120621
6 Importing O_CMENU_ITEM Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_ELEMENT UI View Element 20120621
7 Importing O_VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_ELEMENT UI View Element 20120621
8 Importing T_PARAMETERS Call by reference Type reference (TYPE) IF_RSRT_UI_PARAMETERS=>TN_T_PARAMETER Parameter List 20120621

Method PROCESS_EVENT on Interface IF_RSRT_UI_PROCESSING has no exception.

Method PROCESS_OUTPLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 'DEFAULT' 20121223
2 Importing O_VIEW_USAGE Call by reference Object reference (TYPE REF TO) IF_RSRT_UI_VIEW_USAGE UI View Usage 20120621
3 Importing T_PARAMETERS Call by reference Type reference (TYPE) IF_RSRT_UI_PARAMETERS=>TN_T_PARAMETER Parameter List 20120621

Method PROCESS_OUTPLUG on Interface IF_RSRT_UI_PROCESSING has no exception.

Method PROCESS_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PHASE Call by reference Type reference (TYPE) IF_RSRT_UI_PROCESSING=>TN_PHASE Phase 20120621
2 Importing T_PARAMETERS Call by reference Type reference (TYPE) IF_RSRT_UI_PARAMETERS=>TN_T_PARAMETER Parameter List 20120621

Method PROCESS_PHASE on Interface IF_RSRT_UI_PROCESSING has no exception.

Method VALIDATE Signature

Method VALIDATE on Interface IF_RSRT_UI_PROCESSING has no parameter.
Method VALIDATE on Interface IF_RSRT_UI_PROCESSING has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730