SAP ABAP Class IF_SWF_GP_STEP_VISITOR (Visitor of Step Classes)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SWF_GP_STEP_RUNTIME_VISITOR | Visitor That Merges Steps with Runtime Data | 20041018 |
Properties
Class | IF_SWF_GP_STEP_VISITOR | |
Short Description | Visitor of Step Classes | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20041018 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_SWF_GP_STEP_VISITOR has no forward declaration.
Interfaces
Class IF_SWF_GP_STEP_VISITOR has no interface implemented.
Friends
Class IF_SWF_GP_STEP_VISITOR has no friend class.
Attributes
Class IF_SWF_GP_STEP_VISITOR has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Visit Action | 20041018 |
2 | ![]() |
Instance method | Public | Method | Visit Decision | 20041018 |
3 | ![]() |
Instance method | Public | Method | Visit Conditional | 20041018 |
4 | ![]() |
Instance method | Public | Method | Visit Decision Block | 20041018 |
5 | ![]() |
Instance method | Public | Method | Visit Until Loop | 20041018 |
6 | ![]() |
Instance method | Public | Method | Visit While Loop | 20041018 |
7 | ![]() |
Instance method | Public | Method | Visit Parallel Block | 20041018 |
8 | ![]() |
Instance method | Public | Method | Visit Process | 20041018 |
9 | ![]() |
Instance method | Public | Method | Visit Sequence | 20041018 |
10 | ![]() |
Instance method | Public | Method | Visits Subprocess | 20050127 |
Events
Class IF_SWF_GP_STEP_VISITOR has no event.
Types
Class IF_SWF_GP_STEP_VISITOR has no local type.
Method Signatures
Method VISIT_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ACTION | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_ACTION | Objektrepräsentation einer Action | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_ACTION on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_ACTION_DECISION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_DECISION | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_ACTION_DECISION | Objektrepräsentation einer Entscheidungsaction | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_ACTION_DECISION on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_ALT_CONDBLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ALT_CONDBLOCK | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_ALT_CONDBLOCK | Objektrepräsentation eines bedingten Blocks ohne Dialog | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_ALT_CONDBLOCK on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_ALT_DECIBLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ALT_DECIBLOCK | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_ALT_DECIBLOCK | Objektrepräsentation eines Blocks mit Bedingungsdialog | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_ALT_DECIBLOCK on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_LOOP_UNTIL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LOOP_UNTIL | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_LOOP_UNTIL | Objektrepräsentation einer Schleife | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_LOOP_UNTIL on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_LOOP_WHILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_LOOP_WHILE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_LOOP_WHILE | Objektrepräsentation einer Schleife | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_LOOP_WHILE on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_PARALLEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_PARALLEL | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_PARALLEL | Objektrepräsentation einer Parallelität | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_PARALLEL on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_PROCESS | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_PROCESS | Objektrepräsentation eines Prozessschrittes | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_PROCESS on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_SEQUENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_SEQUENCE | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_SEQUENCE | Objektrepräsentation einer Sequenz | 20041018 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | 20041117 |
Method VISIT_SEQUENCE on class IF_SWF_GP_STEP_VISITOR has no exception.
Method VISIT_SUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_SUBPROCESS | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_SUBPROCESS | Objektrepräsentation eines Prozessschrittes | 20050127 | ||
2 | ![]() |
RE_ACTIVITY_ELEM | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STATUS_ACTIVITY_ELEM | Objektrepräsentation eines Aktivitäts-Statuselementen | 20050127 |
Method VISIT_SUBPROCESS on class IF_SWF_GP_STEP_VISITOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |