SAP ABAP Class CL_WFE_OPTIONS (WF Explorer: Search Range, Settings)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWD (Package) Business Workflow: Process Definition
Properties
Class CL_WFE_OPTIONS  
Short Description WF Explorer: Search Range, Settings    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWD   Business Workflow: Process Definition 
Created 19990706   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WFE_OPTIONS has no forward declaration.
Interfaces
Class CL_WFE_OPTIONS has no interface implemented.
Friends
Class CL_WFE_OPTIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_TMP_KEY Constant Public Type reference (TYPE) SPERS_KEY space Temp. Access Key (No Saving) 19990712
2 C_WFE_KEY Constant Public Type reference (TYPE) SPERS_KEY '%WF_EXPL%' WF Explorer Access Key 19990712
3 MS_FLAGS Instance attribute Public Type reference (TYPE) SWD_SAFLAG List of Flags 19990706
4 MS_OPTION Instance attribute Public Type reference (TYPE) SWD_SAOPT Program Options 19990708
5 MT_FCT Instance attribute Public Type reference (TYPE) SWD_FCT_TAB Table of Function Groups 19990706
6 MT_LOST_FND Instance attribute Public Type reference (TYPE) SWD_TG_TAB Table for Lost & Found 19991020
7 MT_OBJECT Instance attribute Public Type reference (TYPE) SWD_OBJ_TAB Table of Object Methods 19990707
8 MT_TASKGRP Instance attribute Public Type reference (TYPE) SWD_TG_TAB Table of Task Groups 19990706
9 M_KEY Instance attribute Protected Type reference (TYPE) CHAR10 Access Key 19990706
10 M_MODIFIED Instance attribute Protected Type reference (TYPE) XFLAG Data Changed 19990706
11 M_USER Instance attribute Public Type reference (TYPE) SYUNAME User Name 19990706
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FCT Instance method Public Method Adds an Application Component 19990708
2 ADD_LOST_FND Instance method Public Method Adds a Lost & Found Task 19991020
3 ADD_OBJTYPE Instance method Public Method Adds Object Type (Method) 19990708
4 ADD_TASK_GROUP Instance method Public Method Adds a Task Group 19990708
5 AUTO_LOAD Instance method Public Method Loads / Dialog If Necessary 19990709
6 CLEAR Instance method Public Method Deletes Content 19990706
7 CLEAR_LOST_FND Instance method Public Method Deletes One/All Lost & Found Task(s) 19991020
8 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990706
9 COPY Instance method Public Method Copies Object Data 19990709
10 IS_EQUAL Instance method Public Method If the object data is identical to... 19990709
11 IS_INITIAL Instance method Public Method No Data 19990709
12 LOAD Instance method Public Method Loads Data from Database 19990706
13 P_DATA_IO Instance method Protected Method Data Input/Output 19990707
14 SAVE Instance method Public Method Saves Data to Database 19990706
15 SET_DEMO_TASKS Instance method Public Method Demo Tasks On/Off 19990708
16 SET_LOCAL_TASKS Instance method Public Method Local Tasks On/Off 19990708
17 SET_OPTIONS Instance method Public Method Set Program Options 19990709
18 SET_OWN_LOCAL_TASKS Instance method Public Method Own Local Tasks On/Off 19990708
19 SET_REC_USED_TASKS Instance method Public Method Tasks Last Used On/Off 19990708
20 SET_SAPPHONE_TASKS Instance method Public Method Sapphone Tasks On/Off 19990708
21 SET_TEST_TASKS Instance method Public Method Test Tasks On/Off 19990708
22 SHOW_DIALOG Instance method Public Method Displays Input Dialog 19990709
Events
Class CL_WFE_OPTIONS has no event.
Types
Class CL_WFE_OPTIONS has no local type.
Method Signatures

Method ADD_FCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCTR_ID Call by reference Type reference (TYPE) UFFCTR Anwendungskomponente 19990708

Method ADD_FCT on class CL_WFE_OPTIONS has no exception.

Method ADD_LOST_FND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) HROBJEC_14 Name des Objekts 19991020
2 Importing SAVE Call by reference Type reference (TYPE) XFLAG space ... und Speichern 19991020

Method ADD_LOST_FND on class CL_WFE_OPTIONS has no exception.

Method ADD_OBJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATID Call by reference Type reference (TYPE) SWF_CLSTYP Kategorie 20010119
2 Importing METHOD Call by reference Type reference (TYPE) SWF_CLSMET Objektmethode (opt.) 19990708
3 Importing OBJTYPE Call by reference Type reference (TYPE) SWF_CLSNAM Business Objekttyp 19990708

Method ADD_OBJTYPE on class CL_WFE_OPTIONS has no exception.

Method ADD_TASK_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) HROBJEC_14 Name des Objekts 19990708

Method ADD_TASK_GROUP on class CL_WFE_OPTIONS has no exception.

Method AUTO_LOAD Signature

Method AUTO_LOAD on class CL_WFE_OPTIONS has no parameter.
Method AUTO_LOAD on class CL_WFE_OPTIONS has no exception.

Method CLEAR Signature

Method CLEAR on class CL_WFE_OPTIONS has no parameter.
Method CLEAR on class CL_WFE_OPTIONS has no exception.

Method CLEAR_LOST_FND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) HROBJEC_14 space Name des Objekts 19991020
2 Importing SAVE Call by reference Type reference (TYPE) XFLAG space ... und speichern 19991020

Method CLEAR_LOST_FND on class CL_WFE_OPTIONS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) SPERS_KEY cl_wfe_options=>c_tmp_key Zugriffsschlüssel 19990706
2 Importing USER Call by reference Type reference (TYPE) SYUNAME sy-uname Benutzername 19990706

Method CONSTRUCTOR on class CL_WFE_OPTIONS has no exception.

Method COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TARGET Call by reference Object reference (TYPE REF TO) CL_WFE_OPTIONS Zielobjektreferenz 19990709

Method COPY on class CL_WFE_OPTIONS has no exception.

Method IS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NOT_EQUAL Value transfer Type reference (TYPE) XFLAG nicht identisch = X 19990709
2 Importing SOURCE Call by reference Object reference (TYPE REF TO) CL_WFE_OPTIONS Vergleichsobjekt 19990709

Method IS_EQUAL on class CL_WFE_OPTIONS has no exception.

Method IS_INITIAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INITIAL Value transfer Type reference (TYPE) XFLAG Leer = X 19990709

Method IS_INITIAL on class CL_WFE_OPTIONS has no exception.

Method LOAD Signature

Method LOAD on class CL_WFE_OPTIONS has no parameter.
Method LOAD on class CL_WFE_OPTIONS has no exception.

Method P_DATA_IO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SAVE Value transfer Type reference (TYPE) XFLAG space Speichern = X, Lesen = space 19990707

Method P_DATA_IO on class CL_WFE_OPTIONS has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALWAYS Value transfer Type reference (TYPE) XFLAG space immer speichere / nur wenn geändert 19990707

Method SAVE on class CL_WFE_OPTIONS has no exception.

Method SET_DEMO_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990708

Method SET_DEMO_TASKS on class CL_WFE_OPTIONS has no exception.

Method SET_LOCAL_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990708

Method SET_LOCAL_TASKS on class CL_WFE_OPTIONS has no exception.

Method SET_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990709
2 Importing OPTIONS Call by reference Type reference (TYPE) SWD_SAOPT Programmoptionen 19990709

Method SET_OPTIONS on class CL_WFE_OPTIONS has no exception.

Method SET_OWN_LOCAL_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990708

Method SET_OWN_LOCAL_TASKS on class CL_WFE_OPTIONS has no exception.

Method SET_REC_USED_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990708

Method SET_REC_USED_TASKS on class CL_WFE_OPTIONS has no exception.

Method SET_SAPPHONE_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990708

Method SET_SAPPHONE_TASKS on class CL_WFE_OPTIONS has no exception.

Method SET_TEST_TASKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ON Value transfer Type reference (TYPE) XFLAG 'X' ein / aus 19990708

Method SET_TEST_TASKS on class CL_WFE_OPTIONS has no exception.

Method SHOW_DIALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPLORER_MODE Call by reference Type reference (TYPE) XFLAG 'X' Anzeigemodus 19990709
2 Returning MODIFIED Value transfer Type reference (TYPE) XFLAG Suchbereich geänder ? 19990709

Method SHOW_DIALOG on class CL_WFE_OPTIONS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in