SAP ABAP Class CL_WRF_PPW_SEL_AREA_VIEW (View of Selection Area of PPW)
Hierarchy
EA-RETAIL (Software Component) SAP Enterprise Extension Retail
   LO-MD-PPW (Application Component) Price Planning Workbench
     WRF_PPW_WORKBENCH (Package) Price Planning Workbench - WORKBENCH
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRF_PPW_MESSAGE_PUBLISHER Publish Messages 20040109
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRF_PPW_SEL_AREA_VIEW Price Planning Workbench 20040623
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRF_PPW_VIEW View Methods 20031020
Properties
Class CL_WRF_PPW_SEL_AREA_VIEW  
Short Description View of Selection Area of PPW    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WRF_PPW_WORKBENCH   Price Planning Workbench - WORKBENCH 
Created 20031020   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WRF_PPW_MESSAGE_PUBLISHER Publish Messages 20040109
2 IF_WRF_PPW_SEL_AREA_VIEW Price Planning Workbench 20040623
3 IF_WRF_PPW_VIEW View Methods 20031020
Friends
Class CL_WRF_PPW_SEL_AREA_VIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_ACTIVE_SEL_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_SEL_VIEW Current Selection Screen 20031022
2 MR_APPLICATION Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_APPLICATION PPW Application 20031030
3 MR_ART_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_SEL_VIEW Selection Tree: Worklist of Manual PPD 20031021
4 MR_CONT_TREEVIEW Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container for Tree Display Area 20031020
5 MR_MDP_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_SEL_VIEW Selection Tree: Markdown Proposals 20031021
6 MR_OS_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_SEL_VIEW Selection View 20050124
7 MR_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for View 20031021
8 MR_PPD_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_SEL_VIEW Selection Tree: PPDs 20031021
9 MR_PRO_TREE_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WRF_PPW_SEL_VIEW Selection Tree: Worklist of Promotion PPD 20040406
10 MR_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20031020
11 M_LOG_TYPE Instance attribute Private Attribute reference (LIKE) 20040109
12 M_SEL_TYPE Instance attribute Private Type reference (TYPE) I Type of Selected Data 20031027
13 M_VISIBLE Instance attribute Public Attribute reference (LIKE) 20040109
14 SR_CO Static Attribute Private Object reference (TYPE REF TO) CL_WRF_PPW_CONST Constants in the Price Planning Workbench 20031020
15 SR_SERVICE Static Attribute Private Object reference (TYPE REF TO) CL_WRF_PPW_INT_SERVICES Internal Constants and Conversions 20031031
16 ST_BUTTONS Static Attribute Private Type reference (TYPE) TTB_BUTTON Toolbar Buttons 20031020
17 ST_FCODES Static Attribute Private Type reference (TYPE) WRF_PPW_FCODEFUNCTION_TTY F Code of a Function 20031020
Methods
# Method Level Visibility Method type Description Created on
1 CALC_EXCLUDING_LIST Instance method Private Method 20040109
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031020
3 CONFIGURE_TOOLBAR Instance method Private Method 20040109
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031020
5 FREE Instance method Private Method 20040109
6 GET_FILTER_OPTIONS Instance method Private Method Determine Filter Conditions in Dialog 20040210
7 GET_SELECT_OPTIONS Instance method Private Method Determine Selection Conditions in Dialog 20031031
8 GET_SEL_TYPE Instance method Private Method 20040623
9 GET_SUBMENUE_ENTRIES Instance method Private Method Returns Entries for Submenu 20050407
10 HANDLE_FCODE Instance method Private Method Execute F Code 20031022
11 ON_APPL_CHANGED Instance method Private Event handling method Response to Change of PPW State 20031030
12 ON_DROPDOWN_CLICKED Instance method Private Event handling method After Toolbar Event "Dropdown" 20031020
13 ON_FUNCTION_SELECTED Instance method Private Event handling method After Toolbar Event 20031020
14 ON_SEL_SET_CHANGED Instance method Private Event handling method After Change of Selected Set 20040430
15 SET_SEL_BUTTON_TEXT Instance method Private Method Set Text for Selection Button 20031027
16 SET_SEL_TYPE Instance method Private Method Set Selection Type (+ Visibility of Correct View) 20031107
17 SET_VISIBLE Instance method Private Method 20040109
Events
# Event Type Visibility Description Created on
1 MESSAGES_CREATED Instance Event
(0)
Private
(0)
20040109
2 MSG_LOG_CLEAR_REQUEST Instance Event
(0)
Private
(0)
20040109
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SUBM_STY Private See coding Submenu Entry 20050407 BEGIN OF ty_subm_sty, fcode TYPE ui_func, text TYPE gui_text, icon TYPE icon_d, ftype TYPE cua_ftyp, disabled TYPE cua_active, hidden TYPE cua_active, checked TYPE cua_active, accelerator TYPE cua_path, END OF ty_subm_sty
2 TY_SUBM_TTY Private See coding Table Submenu Entry 20050407 ty_subm_tty TYPE TABLE OF ty_subm_sty WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method CALC_EXCLUDING_LIST Signature

Method CALC_EXCLUDING_LIST on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method CALC_EXCLUDING_LIST on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method CONFIGURE_TOOLBAR Signature

Method CONFIGURE_TOOLBAR on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method CONFIGURE_TOOLBAR on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_APPLICATION Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_APPLICATION PPW-Applikation 20031030
2 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container zur Darstellung 20031020
3 Importing IR_SEL_SET_ART Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_SEL_SET Arbeitsvorrat für man.-PPD 20031024
4 Importing IR_SEL_SET_MDP Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_SEL_SET Abschriftenliste 20031024
5 Importing IR_SEL_SET_OS Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_SEL_SET Permanente Org.-Sets 20050124
6 Importing IR_SEL_SET_PPD Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_SEL_SET PPD-Liste 20031024
7 Importing IR_SEL_SET_PRO Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_SEL_SET Arbeitsvorrat für Aktions-PPD 20040406
8 Importing I_DYNNR Call by reference Type reference (TYPE) SYDYNNR Nummer des Dynpros 20031021
9 Importing I_REPID Call by reference Type reference (TYPE) SYREPID Rahmenprogramm 20031021
10 Importing I_SEL_TYPE Call by reference Type reference (TYPE) I Typ der selektierten Daten 20031027

Method CONSTRUCTOR on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method FREE Signature

Method FREE on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method FREE on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method GET_FILTER_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_RANGE Value transfer Object reference (TYPE REF TO) CL_WRF_PPW_RANGE gefülltes Range-Objekt 20040210

Method GET_FILTER_OPTIONS on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method GET_SELECT_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEL_TYPE Call by reference Type reference (TYPE) I ausgew. Selektionstyp 20031031
2 Returning RR_RANGE Value transfer Object reference (TYPE REF TO) CL_WRF_PPW_RANGE gefülltes Range-Objekt 20031031

Method GET_SELECT_OPTIONS on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method GET_SEL_TYPE Signature

Method GET_SEL_TYPE on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method GET_SEL_TYPE on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method GET_SUBMENUE_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20050407
2 Returning RT_ENTRIES Value transfer Type reference (TYPE) TY_SUBM_TTY Tabelle Submenüeintrag 20050407

Method GET_SUBMENUE_ENTRIES on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method HANDLE_FCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20031022

Method HANDLE_FCODE on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method ON_APPL_CHANGED Signature

Method ON_APPL_CHANGED on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method ON_APPL_CHANGED on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20031020
2 Importing POSX Value transfer Attribute reference (LIKE) 20031020
3 Importing POSY Value transfer Attribute reference (LIKE) 20031020

Method ON_DROPDOWN_CLICKED on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method ON_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20031020

Method ON_FUNCTION_SELECTED on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method ON_SEL_SET_CHANGED Signature

Method ON_SEL_SET_CHANGED on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method ON_SEL_SET_CHANGED on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method SET_SEL_BUTTON_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IW_BUTTONS Call by reference Type reference (TYPE) STB_BUTTON Toolbarbutton 20031027

Method SET_SEL_BUTTON_TEXT on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method SET_SEL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SEL_TYPE Call by reference Type reference (TYPE) I Selektions-Typ 20031107

Method SET_SEL_TYPE on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.

Method SET_VISIBLE Signature

Method SET_VISIBLE on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Method SET_VISIBLE on class CL_WRF_PPW_SEL_AREA_VIEW has no exception.
Event Signatures

Event MESSAGES_CREATED Signature
Event MESSAGES_CREATED on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
Event MSG_LOG_CLEAR_REQUEST Signature
Event MSG_LOG_CLEAR_REQUEST on class CL_WRF_PPW_SEL_AREA_VIEW has no parameter.
History
Last changed by/on SAP  20050219 
SAP Release Created in 111