SAP ABAP Class CL_SWN_ADM_SELECTION_MO (WF Notif: Model for Configuration Seletion (Filter))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWN (Package) Business Workflow: E-Mail Notifications for Work Items
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_MODEL BSP: Model Basis Class 20031216
Properties
Class CL_SWN_ADM_SELECTION_MO  
Short Description WF Notif: Model for Configuration Seletion (Filter)    
Super Class CL_BSP_MODEL BSP: Model Basis Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWN   Business Workflow: E-Mail Notifications for Work Items 
Created 20031216   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWN_ADM_SELECTION_MO has no forward declaration.
Interfaces
Class CL_SWN_ADM_SELECTION_MO has no interface implemented.
Friends
Class CL_SWN_ADM_SELECTION_MO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_FUNCTION_DELETE Constant Public Type reference (TYPE) I 2 Delete 20031226
2 C_FUNCTION_DISPLAY_MOD_SEL Constant Public Type reference (TYPE) I 5 Display (Filter in View Cluster Changed) 20040202
3 C_FUNCTION_NEW Constant Public Type reference (TYPE) I 1 Create 20031226
4 C_FUNCTION_UPDATE Constant Public Type reference (TYPE) I 3 Change 20031226
5 C_FUNCTION_UPDATE_CONFIRM Constant Public Type reference (TYPE) I 4 Change (Modification) 20040112
6 C_MODE_CHANGE Constant Public Type reference (TYPE) I 2 Change Mode 20031226
7 C_MODE_DISPLAY Constant Public Type reference (TYPE) I 1 Display Mode 20031226
8 FILTER_TAB Instance attribute Public Type reference (TYPE) SWNTFILTERT Table with Filter and Text 20031216
9 FILTER_VALUES Instance attribute Public Type reference (TYPE) SWNTFILTVAL2 Filter Values of Selected Main Filter 20031217
10 M_FACTORY Instance attribute Protected Object reference (TYPE REF TO) IF_SWN_OBJECT_FACTORY Factory 20031219
11 M_FILTER_DELTA Instance attribute Protected Object reference (TYPE REF TO) CL_SWN_ADM_FILTER Delta-Filter 20031223
12 M_FILTER_REFRESH Instance attribute Protected Object reference (TYPE REF TO) CL_SWN_ADM_FILTER Refresh-Filter 20031223
13 M_FUNCTION Instance attribute Protected Type reference (TYPE) I Executed Function 20031226
14 M_MODE Instance attribute Protected Type reference (TYPE) I Mode 20031222
15 M_SCHEDULE_DELTA Instance attribute Protected Object reference (TYPE REF TO) CL_SWN_ADM_COLSCHED Selection Schedule for Delta-Filter 20031223
16 M_SCHEDULE_REFRESH Instance attribute Protected Object reference (TYPE REF TO) CL_SWN_ADM_COLSCHED Selection Schedule for Refresh-Filter 20031223
17 M_SELECTED_FILT_VAL Instance attribute Protected Type reference (TYPE) SWNSFILTVAL Selected Filter Value 20040112
18 SCENARIO Instance attribute Public Type reference (TYPE) SWN_SCENID Scenario ID 20031222
19 SCHEDULE_DELTA_INTERVAL Instance attribute Public Type reference (TYPE) SWN_INTERVALC Delta-Schedule: Interval 20031223
20 SCHEDULE_DELTA_TIME_FROM Instance attribute Public Type reference (TYPE) SWN_TIME Delta-Schedule: Time (From) 20031223
21 SCHEDULE_DELTA_TIME_TO Instance attribute Public Type reference (TYPE) SWN_TIME Delta-Schedule: TIme (To) 20031223
22 SCHEDULE_DELTA_TIME_ZONE Instance attribute Public Type reference (TYPE) SWN_TIMEZONE Delta-Schedule: Time Zone 20031223
23 SCHEDULE_DELTA_WEEKDAYS Instance attribute Public Type reference (TYPE) SWNSWEEKDAYS Delta-Schedule: Weekdays 20031223
24 SCHEDULE_REFRESH_INTERVAL Instance attribute Public Type reference (TYPE) SWN_INTERVALC Refresh-Schedule: Interval 20031223
25 SCHEDULE_REFRESH_TIME_FROM Instance attribute Public Type reference (TYPE) SWN_TIME Refresh-Schedule: Time (From) 20031223
26 SCHEDULE_REFRESH_TIME_TO Instance attribute Public Type reference (TYPE) SWN_TIME Refresh-Schedule: Time (To) 20031223
27 SCHEDULE_REFRESH_TIME_ZONE Instance attribute Public Type reference (TYPE) SWN_TIMEZONE Refresh-Schedule: Time Zone 20031223
28 SCHEDULE_REFRESH_WEEKDAYS Instance attribute Public Type reference (TYPE) SWNSWEEKDAYS Refresh-Schedule: Weekdays 20031223
29 SELECTED_CATEGORY Instance attribute Public Type reference (TYPE) SWNSVHELP Selected Category in Value Help 20031217
30 SELECTED_FILTER Instance attribute Public Object reference (TYPE REF TO) CL_SWN_ADM_FILTER Selected Filter 20031216
31 SELECTED_TAB Instance attribute Public Type reference (TYPE) STRING Selected Tab 20040205
32 SELECTED_TASK Instance attribute Public Type reference (TYPE) SWN_FILTVVALUE Task from Filter Values 20040112
33 SEL_FILT_DESCR Instance attribute Public Type reference (TYPE) SWN_DESCR Filter: Description 20031223
34 SEL_FILT_ID Instance attribute Public Type reference (TYPE) SWN_FILTID Filter: ID 20031223
35 SEL_FILT_LMODBY Instance attribute Public Type reference (TYPE) SWN_LMODUSR Filter: Last Changed By 20031223
36 SEL_FILT_LMOD_DATE Instance attribute Public Type reference (TYPE) D Filter: Last Change (Date) 20040113
37 SEL_FILT_LMOD_TIME Instance attribute Public Type reference (TYPE) T Filter: Last Change (Time) 20040113
38 SEL_FILT_NAME Instance attribute Public Type reference (TYPE) SWN_FILTID Filter: Name 20040114
39 VHELP_CATEGORY Instance attribute Public Type reference (TYPE) SWNTVHELP Value Help for Category 20031216
40 VHELP_TIME_ZONE Instance attribute Public Type reference (TYPE) SWNTVHELP Value Help for Time Zone 20031230
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FILT_VAL Instance method Public Method Adds a New Filter Value 20040112
2 CANCEL_FUNCTION Instance method Public Method Cancels Function Executed on Selection 20040111
3 CHECK_FILTER_FOR_ADMIN Instance method Private Method Checks Whether Filters Can Be Changed Using Administration 20040202
4 CHECK_FILTER_FOR_DELETE Instance method Public Method Checks Filter Namespace When Deleting 20040112
5 CHECK_FILTER_FOR_UPDATE Instance method Public Method Checks Filter Namespace When Changing 20040112
6 CONVERT_FILTER_ID_TO_NAME Instance method Private Method Determines Selection Name from Filter ID 20040114
7 DELETE_FILTER Instance method Public Method Deletes Selected Filter 20031227
8 GET_FILTER_DELTA Instance method Protected Method Determines DELTA Filter 20031219
9 GET_FILTER_REFRESH Instance method Protected Method Determines Refresh Filter 20031222
10 GET_FUNCTION Instance method Public Method Returns the Function (Create, Delete, Change) 20031226
11 GET_MODE Instance method Public Method Returns the Mode (Display, Change) 20031225
12 INITIALIZE Instance method Public Method Initialization 20031219
13 INIT_NEW_FILTER Instance method Public Method Create Filter Again: Initialization 20031226
14 INSERT_FILTER Instance method Public Method Saves the New Filter 20031226
15 LOAD_CATEGORY_VALUE_HELP Instance method Protected Method Determines All Possible Categories for a Value Help 20031222
16 LOAD_FILTER_DETAILS Instance method Public Method Reads All Details for Selected Filter 20031222
17 LOAD_FILTER_TABLE Instance method Public Method Reads All Main Filters from Database 20031227
18 REMOVE_FILT_VAL Instance method Public Method Removes Selected Filter Value 20040112
19 SET_FILTER_ATTRIBUTES Instance method Private Method Fill Attributes 20031227
20 SET_FUNCTION Instance method Public Method Sets Executed Function (Creat, Delete, Change) 20031226
21 SET_MODE Instance method Public Method Sets Mode (Display, Change) 20031222
22 SET_SCENARIO Instance method Public Method Sets Scenario 20031222
23 SET_SELECTED_FILTER Instance method Public Method Sets Selected Filter 20031216
24 SET_SELECTED_FILT_VAL Instance method Public Method Sets Select Filter Value 20031226
25 SET_TEXT_OF_SELECTED_CATEGORY Instance method Public Method Sets Text of Selected Category 20040122
26 UPDATE_FILTER Instance method Public Method Changes Selected Filter 20031227
Events
Class CL_SWN_ADM_SELECTION_MO has no event.
Types
Class CL_SWN_ADM_SELECTION_MO has no local type.
Method Signatures

Method ADD_FILT_VAL Signature

Method ADD_FILT_VAL on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 VALUE_NOT_VALID Filterwert ist nicht gültig 20040404

Method CANCEL_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCTION Call by reference Type reference (TYPE) I Funktion 20040111

Method CANCEL_FUNCTION on class CL_SWN_ADM_SELECTION_MO has no exception.

Method CHECK_FILTER_FOR_ADMIN Signature

Method CHECK_FILTER_FOR_ADMIN on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 FILTER_NOT_VALID_FOR_ADMIN Filter kann in dieser Anwendung nicht geändert werden 20040202

Method CHECK_FILTER_FOR_DELETE Signature

Method CHECK_FILTER_FOR_DELETE on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 NAMESPACE_CHECK Ausnahme aus Prüfung des Namensraums 20040112

Method CHECK_FILTER_FOR_UPDATE Signature

Method CHECK_FILTER_FOR_UPDATE on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 NAMESPACE_CHECK Ausnahme aus der Namensraumprüfung 20040112

Method CONVERT_FILTER_ID_TO_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILTER_ID Call by reference Type reference (TYPE) SWN_FILTID Filter-Id 20040114
2 Returning R_NAME Value transfer Type reference (TYPE) SWN_FILTID Name 20040114

Method CONVERT_FILTER_ID_TO_NAME on class CL_SWN_ADM_SELECTION_MO has no exception.

Method DELETE_FILTER Signature

Method DELETE_FILTER on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method DELETE_FILTER on class CL_SWN_ADM_SELECTION_MO has no exception.

Method GET_FILTER_DELTA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FILTER Value transfer Object reference (TYPE REF TO) CL_SWN_ADM_FILTER Delta-Filter 20031222

Method GET_FILTER_DELTA on class CL_SWN_ADM_SELECTION_MO has no exception.

Method GET_FILTER_REFRESH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_FILTER Value transfer Object reference (TYPE REF TO) CL_SWN_ADM_FILTER Refresh-Filter 20031222

Method GET_FILTER_REFRESH on class CL_SWN_ADM_SELECTION_MO has no exception.

Method GET_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FUNCTION Value transfer Type reference (TYPE) I Funktion 20031226

Method GET_FUNCTION on class CL_SWN_ADM_SELECTION_MO has no exception.

Method GET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MODE Value transfer Type reference (TYPE) I Modus 20031225

Method GET_MODE on class CL_SWN_ADM_SELECTION_MO has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method INITIALIZE on class CL_SWN_ADM_SELECTION_MO has no exception.

Method INIT_NEW_FILTER Signature

Method INIT_NEW_FILTER on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method INIT_NEW_FILTER on class CL_SWN_ADM_SELECTION_MO has no exception.

Method INSERT_FILTER Signature

Method INSERT_FILTER on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 INSERT_FAILED Anlegen fehlgeschlagen 20040111

Method LOAD_CATEGORY_VALUE_HELP Signature

Method LOAD_CATEGORY_VALUE_HELP on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method LOAD_CATEGORY_VALUE_HELP on class CL_SWN_ADM_SELECTION_MO has no exception.

Method LOAD_FILTER_DETAILS Signature

Method LOAD_FILTER_DETAILS on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method LOAD_FILTER_DETAILS on class CL_SWN_ADM_SELECTION_MO has no exception.

Method LOAD_FILTER_TABLE Signature

Method LOAD_FILTER_TABLE on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method LOAD_FILTER_TABLE on class CL_SWN_ADM_SELECTION_MO has no exception.

Method REMOVE_FILT_VAL Signature

Method REMOVE_FILT_VAL on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method REMOVE_FILT_VAL on class CL_SWN_ADM_SELECTION_MO has no exception.

Method SET_FILTER_ATTRIBUTES Signature

Method SET_FILTER_ATTRIBUTES on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 SCHEDULE_NOT_VALID Zeitplan ist nicht gültig 20040130

Method SET_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FUNCTION Call by reference Type reference (TYPE) I Funktion 20031226

Method SET_FUNCTION on class CL_SWN_ADM_SELECTION_MO has no exception.

Method SET_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) I Modus 20031224

Method SET_MODE on class CL_SWN_ADM_SELECTION_MO has no exception.

Method SET_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SCENARIO Call by reference Type reference (TYPE) SWN_SCENID Szenario 20031222

Method SET_SCENARIO on class CL_SWN_ADM_SELECTION_MO has no exception.

Method SET_SELECTED_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW_INDEX Call by reference Type reference (TYPE) INT4 Index der selektierten Zeile 20031216

Method SET_SELECTED_FILTER on class CL_SWN_ADM_SELECTION_MO has no exception.

Method SET_SELECTED_FILT_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROW_INDEX Call by reference Type reference (TYPE) INT4 Index der markierten Zeile 20031226

Method SET_SELECTED_FILT_VAL on class CL_SWN_ADM_SELECTION_MO has no exception.

Method SET_TEXT_OF_SELECTED_CATEGORY Signature

Method SET_TEXT_OF_SELECTED_CATEGORY on class CL_SWN_ADM_SELECTION_MO has no parameter.
Method SET_TEXT_OF_SELECTED_CATEGORY on class CL_SWN_ADM_SELECTION_MO has no exception.

Method UPDATE_FILTER Signature

Method UPDATE_FILTER on class CL_SWN_ADM_SELECTION_MO has no parameter.
# Exception Resumable Description Created on
1 UPDATE_FAILED Update fehlgeschlagen 20040112
History
Last changed by/on SAP  20110908 
SAP Release Created in 640