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 | ![]() |
Constant | Public | Type reference (TYPE) | SPERS_KEY | space | Temp. Access Key (No Saving) | 19990712 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SPERS_KEY | '%WF_EXPL%' | WF Explorer Access Key | 19990712 | |
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SWD_SAFLAG | List of Flags | 19990706 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SWD_SAOPT | Program Options | 19990708 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SWD_FCT_TAB | Table of Function Groups | 19990706 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SWD_TG_TAB | Table for Lost & Found | 19991020 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SWD_OBJ_TAB | Table of Object Methods | 19990707 | ||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SWD_TG_TAB | Table of Task Groups | 19990706 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | CHAR10 | Access Key | 19990706 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | XFLAG | Data Changed | 19990706 | ||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | SYUNAME | User Name | 19990706 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds an Application Component | 19990708 |
2 | ![]() |
Instance method | Public | Method | Adds a Lost & Found Task | 19991020 |
3 | ![]() |
Instance method | Public | Method | Adds Object Type (Method) | 19990708 |
4 | ![]() |
Instance method | Public | Method | Adds a Task Group | 19990708 |
5 | ![]() |
Instance method | Public | Method | Loads / Dialog If Necessary | 19990709 |
6 | ![]() |
Instance method | Public | Method | Deletes Content | 19990706 |
7 | ![]() |
Instance method | Public | Method | Deletes One/All Lost & Found Task(s) | 19991020 |
8 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 19990706 |
9 | ![]() |
Instance method | Public | Method | Copies Object Data | 19990709 |
10 | ![]() |
Instance method | Public | Method | If the object data is identical to... | 19990709 |
11 | ![]() |
Instance method | Public | Method | No Data | 19990709 |
12 | ![]() |
Instance method | Public | Method | Loads Data from Database | 19990706 |
13 | ![]() |
Instance method | Protected | Method | Data Input/Output | 19990707 |
14 | ![]() |
Instance method | Public | Method | Saves Data to Database | 19990706 |
15 | ![]() |
Instance method | Public | Method | Demo Tasks On/Off | 19990708 |
16 | ![]() |
Instance method | Public | Method | Local Tasks On/Off | 19990708 |
17 | ![]() |
Instance method | Public | Method | Set Program Options | 19990709 |
18 | ![]() |
Instance method | Public | Method | Own Local Tasks On/Off | 19990708 |
19 | ![]() |
Instance method | Public | Method | Tasks Last Used On/Off | 19990708 |
20 | ![]() |
Instance method | Public | Method | Sapphone Tasks On/Off | 19990708 |
21 | ![]() |
Instance method | Public | Method | Test Tasks On/Off | 19990708 |
22 | ![]() |
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 | ![]() |
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 | ![]() |
OBJECT | Call by reference | Type reference (TYPE) | HROBJEC_14 | Name des Objekts | 19991020 | ||
2 | ![]() |
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 | ![]() |
CATID | Call by reference | Type reference (TYPE) | SWF_CLSTYP | Kategorie | 20010119 | ||
2 | ![]() |
METHOD | Call by reference | Type reference (TYPE) | SWF_CLSMET | Objektmethode (opt.) | 19990708 | ||
3 | ![]() |
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 | ![]() |
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 | ![]() |
OBJECT | Call by reference | Type reference (TYPE) | HROBJEC_14 | space | Name des Objekts | 19991020 | |
2 | ![]() |
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 | ![]() |
KEY | Call by reference | Type reference (TYPE) | SPERS_KEY | cl_wfe_options=>c_tmp_key | Zugriffsschlüssel | 19990706 | |
2 | ![]() |
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 | ![]() |
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 | ![]() |
NOT_EQUAL | Value transfer | Type reference (TYPE) | XFLAG | nicht identisch = X | 19990709 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
ON | Value transfer | Type reference (TYPE) | XFLAG | 'X' | ein / aus | 19990709 | |
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
EXPLORER_MODE | Call by reference | Type reference (TYPE) | XFLAG | 'X' | Anzeigemodus | 19990709 | |
2 | ![]() |
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 |