SAP ABAP Interface IF_SALV_WD_VIEW (IF_SALV_WD_VIEW)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
     SALV_WD_UI (Package) SALV WD UI
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SALV_WD_COMPONENT_VIEW Component View 20090227
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SALV_WD_A_VIEW TableViewController 20050204
Properties
Interface IF_SALV_WD_VIEW  
Short Description    
General Data
Package SALV_WD_UI   SALV WD UI 
Created 20041004   SAP 
Last changed 20110908   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_SALV_WD_COMPONENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SALV_WD_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_SALV_WD_VIEW has no interface.
Friends
Interface IF_SALV_WD_VIEW has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTIVE Instance attribute Public Type reference (TYPE) ABAP_BOOL Is View Active 20090429
2 CS_PHASE Constant Public See coding View Phases 20090512
3 NAME Instance attribute Public Type reference (TYPE) STRING 20041210
4 PHASE_MODIFY_ACTIVE Instance attribute Public Type reference (TYPE) ABAP_BOOL Phase Modify Active 20090512
5 R_COMPONENT Instance attribute Public Object reference (TYPE REF TO) IF_SALV_WD_COMPONENT 20041021
6 R_COMPONENT_USAGE Instance attribute Public Object reference (TYPE REF TO) IF_SALV_WD_CMP_USAGE Component Usage 20090227
7 R_VIEW Instance attribute Public Object reference (TYPE REF TO) IF_WD_VIEW API of View 20041021
8 R_VIEW_CONTROLLER Instance attribute Public Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20090302
9 R_WD_VIEW Instance attribute Public Object reference (TYPE REF TO) OBJECT 20041021
10 VISIBLE Instance attribute Public Type reference (TYPE) ABAP_BOOL 20090422
Methods
# Method Level Visibility Method type Description Created on
1 AFTER_ACTION Instance method Public Method After Action 20090422
2 BEFORE_ACTION Instance method Public Method Before Action 20050127
3 BEFORE_NAVIGATION Instance method Public Method Before Navigation 20060203
4 FREE Instance method Public Method Free 20071116
5 INIT Instance method Public Method Initialize View 20041021
6 MODIFY Instance method Public Method Modify View 20041021
7 NOTIFY Instance method Public Method Notify (Update from UI) 20090429
8 ON_ACTION Instance method Public Method On Action 20090512
9 ON_CONTEXT_MENU Instance method Public Method On Context Menu 20060529
10 ON_HIDE Instance method Public Method On Hide View 20090422
11 ON_PHASE_ACTIVATE Instance method Public Method On Phase Activate 20090512
12 ON_PHASE_DEACTIVATE Instance method Public Method On Phase Deactivate 20090512
13 ON_SHOW Instance method Public Method On Show View 20090422
14 POST_PROCESSING Instance method Public Method Post Processing 20090227
15 RESET Instance method Public Method Reset View 20050722
Events
Interface IF_SALV_WD_VIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 Y_PHASE Public Type reference (TYPE) I 20090512
Method Signatures

Method AFTER_ACTION Signature

Method AFTER_ACTION on Interface IF_SALV_WD_VIEW has no parameter.
Method AFTER_ACTION on Interface IF_SALV_WD_VIEW has no exception.

Method BEFORE_ACTION Signature

Method BEFORE_ACTION on Interface IF_SALV_WD_VIEW has no parameter.
Method BEFORE_ACTION on Interface IF_SALV_WD_VIEW has no exception.

Method BEFORE_NAVIGATION Signature

Method BEFORE_NAVIGATION on Interface IF_SALV_WD_VIEW has no parameter.
Method BEFORE_NAVIGATION on Interface IF_SALV_WD_VIEW has no exception.

Method FREE Signature

Method FREE on Interface IF_SALV_WD_VIEW has no parameter.
Method FREE on Interface IF_SALV_WD_VIEW has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_COMPONENT Call by reference Object reference (TYPE REF TO) IF_SALV_WD_COMPONENT 20090303
2 Importing R_VIEW_CONTROLLER Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_CONTROLLER Web Dynpro: View Controller 20090302
3 Importing R_WD_VIEW Call by reference Object reference (TYPE REF TO) OBJECT 20041021

Method INIT on Interface IF_SALV_WD_VIEW has no exception.

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIRST_TIME Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060629
2 Importing R_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API eines Views 20041210

Method MODIFY on Interface IF_SALV_WD_VIEW has no exception.

Method NOTIFY Signature

Method NOTIFY on Interface IF_SALV_WD_VIEW has no parameter.
Method NOTIFY on Interface IF_SALV_WD_VIEW has no exception.

Method ON_ACTION 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 20090512
2 Importing T_PARAMETERS Call by reference Type reference (TYPE) WDR_EVENT_PARAMETER_LIST Parameterliste für Custom-Events 20090512

Method ON_ACTION on Interface IF_SALV_WD_VIEW has no exception.

Method ON_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing R_CONTEXT_MENU_EVENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_MENU_EVENT 20060529
2 Importing R_CONTEXT_MENU_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_MENU_MANAGER 20060529
3 Returning R_MENU Value transfer Object reference (TYPE REF TO) CL_WD_MENU 20060529

Method ON_CONTEXT_MENU on Interface IF_SALV_WD_VIEW has no exception.

Method ON_HIDE Signature

Method ON_HIDE on Interface IF_SALV_WD_VIEW has no parameter.
Method ON_HIDE on Interface IF_SALV_WD_VIEW has no exception.

Method ON_PHASE_ACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PHASE Call by reference Type reference (TYPE) Y_PHASE 20090512

Method ON_PHASE_ACTIVATE on Interface IF_SALV_WD_VIEW has no exception.

Method ON_PHASE_DEACTIVATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PHASE Call by reference Type reference (TYPE) Y_PHASE 20090512

Method ON_PHASE_DEACTIVATE on Interface IF_SALV_WD_VIEW has no exception.

Method ON_SHOW Signature

Method ON_SHOW on Interface IF_SALV_WD_VIEW has no parameter.
Method ON_SHOW on Interface IF_SALV_WD_VIEW has no exception.

Method POST_PROCESSING Signature

Method POST_PROCESSING on Interface IF_SALV_WD_VIEW has no parameter.
Method POST_PROCESSING on Interface IF_SALV_WD_VIEW has no exception.

Method RESET Signature

Method RESET on Interface IF_SALV_WD_VIEW has no parameter.
Method RESET on Interface IF_SALV_WD_VIEW has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700