SAP ABAP Class CL_WRF_PPW_SEL_SET (PPW Work Area)
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 20040108
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRF_PPW_SEL_SET Manage Selection Objects 20031029
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WRF_PPW_STATUS_CTRL Status Controller Functions 20031029
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PPW_SEL_SET_ART Material Selection Set 20031029
2 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PPW_SEL_SET_MDP Markdown Proposal Set 20031029
3 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PPW_SEL_SET_OS Permanent Organization Set Quantity 20050124
4 Inheritance (c INHERITING FROM c_ref)  CL_WRF_PPW_SEL_SET_PPD Administration of Price Plans 20031029
Properties
Class CL_WRF_PPW_SEL_SET  
Short Description PPW Work Area    
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 20031029   SAP 
Last change 20060208   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_WRF_PPW_CONST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WRF_PPW_MESSAGE_PUBLISHER Publish Messages 20040108
2 IF_WRF_PPW_SEL_SET Manage Selection Objects 20031029
3 IF_WRF_PPW_STATUS_CTRL Status Controller Functions 20031029
Friends
Class CL_WRF_PPW_SEL_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_APPLICATION Instance attribute Protected Object reference (TYPE REF TO) IF_WRF_PPW_APPLICATION PPW Application (Business Layer) 20031029
2 MR_FILTER Instance attribute Protected Object reference (TYPE REF TO) CL_WRF_PPW_RANGE Ranges to Filter 20040210
3 MR_ITEM_LIST Instance attribute Protected Object reference (TYPE REF TO) DATA 20031029
4 MR_MAP Instance attribute Protected Object reference (TYPE REF TO) CL_WRF_PPW_MAP_SIMPLE Mapping Service PPW Selection Set 20031103
5 MT_CHANGE_FUNCTIONS Instance attribute Public See coding Function List of the Changing Functions 20050511
6 MT_FUNCTIONS Instance attribute Protected Type reference (TYPE) WRF_PPW_FUNCSTAT_TTY Function Classification 20031105
7 MT_PPDPA Instance attribute Protected See coding PA Levels with Status Information 20040315
8 M_FILTER_ON Instance attribute Public Type reference (TYPE) BOOLEAN_01 Filter set 20040210
9 M_LAST_RECID Instance attribute Protected Type reference (TYPE) WRF_PPW_RECID 1 Unique Record Number (For Selections) 20031030
10 M_LOG_TYPE Instance attribute Protected Attribute reference (LIKE) 20040108
11 M_SEL_TYPE Instance attribute Protected Type reference (TYPE) I Type of Selected Data 20040406
12 SR_CO Static Attribute Protected Object reference (TYPE REF TO) CL_WRF_PPW_CONST Constants in the Price Planning Workbench 20031029
13 SR_SERVICES Static Attribute Protected Object reference (TYPE REF TO) CL_WRF_PPW_INT_SERVICES Internal Constants and Conversions 20031029
14 STR_STAT_SELECTABLE Static Attribute Protected See coding Status of Selectable Entries 20050331
Methods
# Method Level Visibility Method type Description Created on
1 CALL_POPUP_TO_CONFIRM_DELETE Instance method Protected Method Confirmation Prompt When Deleting Selection Set Objects 20050203
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031029
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031105
4 DELETE_SEL_SET_MEMBERS Instance method Protected Method 20040415
5 DELETE_SEL_SET_OBJECTS Instance method Protected Method Delete Business Objects 20040416
6 EXTRACT_SELECTED_ITEMS Instance method Protected Method Extracted from Selected Nodes of Corresonding Items 20031029
7 FREE Instance method Protected Method 20031219
8 GET_FILTER Instance method Protected Method 20040318
9 GET_FUNCTION_LIST Instance method Protected Method 20031219
10 GET_MEMBER_COUNT Instance method Protected Method 20040430
11 GET_TYPE Instance method Protected Method 20040318
12 GET_VIEW_MEMBER_LIST Instance method Protected Method 20031219
13 ON_PPD_CANCELED Instance method Protected Method 20031230
14 ON_PPD_CHANGED_ITEMS Instance method Protected Method 20040318
15 ON_PPD_SAVED Instance method Protected Method 20031230
16 REFRESH Instance method Private Method 20040713
17 SELECT_SEL_SET_MEMBERS Instance method Protected Method 20031219
18 SET_FILTER Instance method Protected Method 20040413
19 SET_FILTER_OFF Instance method Protected Method 20040413
20 SET_FILTER_ON Instance method Protected Method 20040413
21 SET_TEXT Instance method Protected Method Set Texts (BAdI) 20031210
22 TMP_ON_PPD_ITEMS_ADDED Instance method Public Method 20040318
23 TRANSFER_TO_WA Instance method Protected Method 20031219
Events
# Event Type Visibility Description Created on
1 CHANGED Instance Event
(0)
Protected
(1)
20031029
2 DELETED Instance Event
(0)
Private
(0)
20040713
3 MESSAGES_CREATED Instance Event
(0)
Protected
(1)
20040108
4 MSG_GROUP_SET_CURRENT Instance Event
(0)
Protected
(1)
20050722
5 MSG_LOG_CLEAR_REQUEST Instance Event
(0)
Protected
(1)
20040108
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 L_WRF_PPW_ITEM_STY Private See coding 20031103 BEGIN OF l_wrf_ppw_item_sty, k TYPE wrf_ppw_article_sty, t TYPE wrf_ppw_articletexts_sty, END OF l_wrf_ppw_item_sty
2 TS_PPDPA Protected See coding 20040315 BEGIN OF ts_ppdpa, pa TYPE wrf_ppw_ppdpa_sty, recid TYPE wrf_ppw_busart_sty-recid, level TYPE wrf_ppw_ppdoslevel_sty, status TYPE wrf_ppw_busart_sty-status, filter TYPE wrf_ppw_busart_sty-filter, END OF ts_ppdpa
Method Signatures

Method CALL_POPUP_TO_CONFIRM_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COUNT Call by reference Type reference (TYPE) I 20050203
2 Returning R_ANSWER Value transfer Attribute reference (LIKE) CL_WRF_PPW_CONST=>ANSWER_YES 20050203

Method CALL_POPUP_TO_CONFIRM_DELETE on class CL_WRF_PPW_SEL_SET has no exception.

Method CLASS_CONSTRUCTOR Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WRF_PPW_SEL_SET has no parameter.
Method CONSTRUCTOR on class CL_WRF_PPW_SEL_SET has no exception.

Method DELETE_SEL_SET_MEMBERS Signature

Method DELETE_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no parameter.
Method DELETE_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no exception.

Method DELETE_SEL_SET_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Attribute reference (LIKE) CX_WRF_PPW=>MT_MESSAGES Fehlermeldungen 20050119
2 Exporting E_DELETED Call by reference Attribute reference (LIKE) CL_WRF_PPW_CONST=>YES Entscheidung aus Dialog 20050119
3 Importing I_WITH_DIALOG Call by reference Attribute reference (LIKE) CL_WRF_PPW_CONST=>FALSE 20040419
4 Changing XR_ITEM_LIST Call by reference Object reference (TYPE REF TO) DATA Positions-Liste 20050202
# Exception Resumable Description Created on
1 CX_WRF_PPW_ACTION_CANCELED Abbruch der Aktion 20040428

Method EXTRACT_SELECTED_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SELECTED Call by reference Type reference (TYPE) WRF_PPW_VIEWMEMBER_TTY Elemente des Views 20031029
2 Returning RR_ITEM_LIST Value transfer Object reference (TYPE REF TO) DATA Extrahierte Item List 20031029

Method EXTRACT_SELECTED_ITEMS on class CL_WRF_PPW_SEL_SET has no exception.

Method FREE Signature

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

Method GET_FILTER Signature

Method GET_FILTER on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_FILTER on class CL_WRF_PPW_SEL_SET has no exception.

Method GET_FUNCTION_LIST Signature

Method GET_FUNCTION_LIST on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_FUNCTION_LIST on class CL_WRF_PPW_SEL_SET has no exception.

Method GET_MEMBER_COUNT Signature

Method GET_MEMBER_COUNT on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_MEMBER_COUNT on class CL_WRF_PPW_SEL_SET has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_TYPE on class CL_WRF_PPW_SEL_SET has no exception.

Method GET_VIEW_MEMBER_LIST Signature

Method GET_VIEW_MEMBER_LIST on class CL_WRF_PPW_SEL_SET has no parameter.
Method GET_VIEW_MEMBER_LIST on class CL_WRF_PPW_SEL_SET has no exception.

Method ON_PPD_CANCELED Signature

Method ON_PPD_CANCELED on class CL_WRF_PPW_SEL_SET has no parameter.
Method ON_PPD_CANCELED on class CL_WRF_PPW_SEL_SET has no exception.

Method ON_PPD_CHANGED_ITEMS Signature

Method ON_PPD_CHANGED_ITEMS on class CL_WRF_PPW_SEL_SET has no parameter.
Method ON_PPD_CHANGED_ITEMS on class CL_WRF_PPW_SEL_SET has no exception.

Method ON_PPD_SAVED Signature

Method ON_PPD_SAVED on class CL_WRF_PPW_SEL_SET has no parameter.
Method ON_PPD_SAVED on class CL_WRF_PPW_SEL_SET has no exception.

Method REFRESH Signature

Method REFRESH on class CL_WRF_PPW_SEL_SET has no parameter.
Method REFRESH on class CL_WRF_PPW_SEL_SET has no exception.

Method SELECT_SEL_SET_MEMBERS Signature

Method SELECT_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no parameter.
Method SELECT_SEL_SET_MEMBERS on class CL_WRF_PPW_SEL_SET has no exception.

Method SET_FILTER Signature

Method SET_FILTER on class CL_WRF_PPW_SEL_SET has no parameter.
Method SET_FILTER on class CL_WRF_PPW_SEL_SET has no exception.

Method SET_FILTER_OFF Signature

Method SET_FILTER_OFF on class CL_WRF_PPW_SEL_SET has no parameter.
Method SET_FILTER_OFF on class CL_WRF_PPW_SEL_SET has no exception.

Method SET_FILTER_ON Signature

Method SET_FILTER_ON on class CL_WRF_PPW_SEL_SET has no parameter.
Method SET_FILTER_ON on class CL_WRF_PPW_SEL_SET has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_BUSINESS_ITEMS Call by reference Object reference (TYPE REF TO) DATA Sel-Set-Items in Business-Schicht-Format 20040106

Method SET_TEXT on class CL_WRF_PPW_SEL_SET has no exception.

Method TMP_ON_PPD_ITEMS_ADDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_GUIDS Call by reference Type reference (TYPE) WRF_PPW_GUID_TTY Tabelle für GUIDs 20040318
2 Importing SENDER Call by reference Object reference (TYPE REF TO) IF_WRF_PPW_PPD_ADAPTER PPD-Anbindung an PPW 20040318

Method TMP_ON_PPD_ITEMS_ADDED on class CL_WRF_PPW_SEL_SET has no exception.

Method TRANSFER_TO_WA Signature

Method TRANSFER_TO_WA on class CL_WRF_PPW_SEL_SET has no parameter.
Method TRANSFER_TO_WA on class CL_WRF_PPW_SEL_SET has no exception.
Event Signatures

Event CHANGED Signature
Event CHANGED on class CL_WRF_PPW_SEL_SET has no parameter.
Event DELETED Signature
Event DELETED on class CL_WRF_PPW_SEL_SET has no parameter.
Event MESSAGES_CREATED Signature
Event MESSAGES_CREATED on class CL_WRF_PPW_SEL_SET has no parameter.
Event MSG_GROUP_SET_CURRENT Signature
Event MSG_GROUP_SET_CURRENT on class CL_WRF_PPW_SEL_SET has no parameter.
Event MSG_LOG_CLEAR_REQUEST Signature
Event MSG_LOG_CLEAR_REQUEST on class CL_WRF_PPW_SEL_SET has no parameter.
History
Last changed by/on SAP  20060208 
SAP Release Created in 111