SAP ABAP Class CL_SWF_GP_STEP (Object Representation of a Process Structure Step)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM-RUN (Application Component) Runtime
⤷
SWF_GP_STATUS (Package) Status Components for Guided Procedures
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWF_GP_STEP_COMPOSITE | Object Representation of a Process Structure Step Compound | 20041013 |
Properties
| Class | CL_SWF_GP_STEP | |
| Short Description | Object Representation of a Process Structure Step | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWF_GP_STATUS | Status Components for Guided Procedures |
| Created | 20041013 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWF_GP_STEP has no forward declaration.
Interfaces
Class CL_SWF_GP_STEP has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SWF_GP_STEP_STD_BUILDER | 20041014 | Builder of Step Object Hierarchy |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_COMPOSITE | Reference to Definition Parent Step | 20041013 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_COMPOSITE | Reference to Runtime Parent Step | 20041013 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SWFGPSTEPPROPTAB | Step Properties (Status-Specific) | 20041013 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SWFGPSTEPPROPTAB | Step Properties (GP-Specific) | 20041013 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | Alternative Renderer Class if Output Suppressed | 20041013 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | FLAG | Suppress Output | 20041013 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | SWFGPSTEPFLAVOR | Subtype | 20050127 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | FLAG | Flag Whether Exception Handler | 20041013 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | FLAG | Flag Whether Lightweight Component | 20041013 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | SWD_NODEID | Node Number | 20041013 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Entry Point for Visitors | 20041018 | |
| 2 | Instance method | Public | Method | Gets Activity Type | 20041018 | |
| 3 | Instance method | Public | Method | Gets Defined Alternative Task | 20041117 | |
| 4 | Instance method | Public | Method | Suppress output? | 20041018 | |
| 5 | Instance method | Public | Method | Gets Subtype | 20050127 | |
| 6 | Instance method | Public | Method | Does step with alternative property exist? | 20050118 | |
| 7 | Instance method | Public | Method | Does exception handler exist? | 20041018 | |
| 8 | Instance method | Public | Method | Does lightweight component exist? | 20041018 | |
| 9 | Instance method | Public | Method | Gets node number | 20041014 | |
| 10 | Instance method | Public | Method | Gets step and status properties | 20041018 | |
| 11 | Instance method | Public | Method | Gets parent step for runtime | 20041019 | |
| 12 | Instance method | Public | Method | Create Step With Basis Properties | 20041013 | |
| 13 | Instance method | Public | Method | Sets Subtype | 20050127 | |
| 14 | Instance method | Protected | Method | Sets Parent Attribute | 20041013 | |
| 15 | Instance method | Protected | Method | Calls Appropriate Visitor Method Without Recursion | 20041018 |
Events
Class CL_SWF_GP_STEP has no event.
Types
Class CL_SWF_GP_STEP has no local type.
Method Signatures
Method ACCEPT_VISITOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VISITOR | Call by reference | Object reference (TYPE REF TO) | IF_SWF_GP_STEP_VISITOR | Besucher von Schrittklassen | 20041018 |
Method ACCEPT_VISITOR on class CL_SWF_GP_STEP has no exception.
Method GET_AC_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_AC_TYPE | Value transfer | Type reference (TYPE) | SWFGPACTYP | Typ einer GP Activity | 20041018 |
Method GET_AC_TYPE on class CL_SWF_GP_STEP has no exception.
Method GET_ALTERNATE_RENDERER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_RENDERER | Value transfer | Type reference (TYPE) | STRING | 20041117 |
Method GET_ALTERNATE_RENDERER on class CL_SWF_GP_STEP has no exception.
Method GET_DO_SUPPRESS_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_DO_SUPPRESS_OUTPUT | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20041018 |
Method GET_DO_SUPPRESS_OUTPUT on class CL_SWF_GP_STEP has no exception.
Method GET_FLAVOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_FLAVOR | Value transfer | Type reference (TYPE) | SWFGPSTEPFLAVOR | Schrittsubtyp | 20050127 |
Method GET_FLAVOR on class CL_SWF_GP_STEP has no exception.
Method GET_IS_ALTERNATIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IS_ALTERNATIVE | Value transfer | Type reference (TYPE) | XFELD | Feld zum Ankreuzen | 20050118 |
Method GET_IS_ALTERNATIVE on class CL_SWF_GP_STEP has no exception.
Method GET_IS_EXCEPTIONHANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IS_EXCEPTIONHANDLER | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20041018 |
Method GET_IS_EXCEPTIONHANDLER on class CL_SWF_GP_STEP has no exception.
Method GET_IS_LIGHTWEIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_IS_LIGHTWEIGHT | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20041018 |
Method GET_IS_LIGHTWEIGHT on class CL_SWF_GP_STEP has no exception.
Method GET_NODEID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NODEID | Value transfer | Type reference (TYPE) | SWD_NODEID | Knotennummer | 20041014 |
Method GET_NODEID on class CL_SWF_GP_STEP has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PROPERTIES | Value transfer | Type reference (TYPE) | SWFGPSTEPPROPTAB | Schritteigenschaften | 20041018 |
Method GET_PROPERTIES on class CL_SWF_GP_STEP has no exception.
Method GET_RUNTIME_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_PARENT | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_COMPOSITE | Objektrepräsentation eines Prozessstruktur-Schrittkompositum | 20041019 |
Method GET_RUNTIME_PARENT on class CL_SWF_GP_STEP has no exception.
Method SET_BASIC_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ALTERNATE_RENDERER | Call by reference | Type reference (TYPE) | STRING | '' | Alternativer Renderer | 20041013 | ||
| 2 | IM_DO_SUPPRESS_OUTPUT | Call by reference | Type reference (TYPE) | FLAG | '' | Angabe, | 20041013 | ||
| 3 | IM_IS_EXCEPTIONHANDLER | Call by reference | Type reference (TYPE) | FLAG | '' | Angabe, ob Exceptionhandler | 20041013 | ||
| 4 | IM_IS_LIGHTWEIGHT | Call by reference | Type reference (TYPE) | FLAG | '' | Angabe, ob Leichtgewichtskomponente | 20041013 | ||
| 5 | IM_NODEID | Call by reference | Type reference (TYPE) | SWD_NODEID | Knotennummer | 20041013 | |||
| 6 | IM_RUNTIME_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_COMPOSITE | Objektrepräsentation eines Prozessstruktur-Schrittkompositum | 20041013 | |||
| 7 | IM_STATUS_PROPS | Call by reference | Type reference (TYPE) | SWFGPSTEPPROPTAB | Schritteigenschaften | 20041013 | |||
| 8 | IM_STEP_PROPS | Call by reference | Type reference (TYPE) | SWFGPSTEPPROPTAB | Schritteigenschaften | 20041013 | |||
| 9 | RE_STEP | Value transfer | Object reference (TYPE REF TO) | CL_SWF_GP_STEP | erzeugter Schritt | 20041013 |
Method SET_BASIC_DATA on class CL_SWF_GP_STEP has no exception.
Method SET_FLAVOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_FLAVOR | Call by reference | Type reference (TYPE) | SWFGPSTEPFLAVOR | Schrittsubtyp | 20050127 |
Method SET_FLAVOR on class CL_SWF_GP_STEP has no exception.
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_SWF_GP_STEP_COMPOSITE | Objektrepräsentation eines Prozessstruktur-Schrittes | 20041013 |
Method SET_PARENT on class CL_SWF_GP_STEP has no exception.
Method VISIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_VISITOR | Call by reference | Object reference (TYPE REF TO) | IF_SWF_GP_STEP_VISITOR | Besucher von Schrittklassen | 20041018 |
Method VISIT on class CL_SWF_GP_STEP has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |