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 MH_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_SWF_GP_STEP_COMPOSITE Reference to Definition Parent Step 20041013
2 MH_RUNTIME_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_SWF_GP_STEP_COMPOSITE Reference to Runtime Parent Step 20041013
3 MT_STATUS_PROPS Instance attribute Private Type reference (TYPE) SWFGPSTEPPROPTAB Step Properties (Status-Specific) 20041013
4 MT_STEP_PROPS Instance attribute Private Type reference (TYPE) SWFGPSTEPPROPTAB Step Properties (GP-Specific) 20041013
5 M_ALTERNATE_RENDERER Instance attribute Private Type reference (TYPE) STRING Alternative Renderer Class if Output Suppressed 20041013
6 M_DO_SUPPRESS_OUTPUT Instance attribute Private Type reference (TYPE) FLAG Suppress Output 20041013
7 M_FLAVOR Instance attribute Private Type reference (TYPE) SWFGPSTEPFLAVOR Subtype 20050127
8 M_IS_EXCEPTIONHANDLER Instance attribute Private Type reference (TYPE) FLAG Flag Whether Exception Handler 20041013
9 M_IS_LIGHTWEIGHT Instance attribute Private Type reference (TYPE) FLAG Flag Whether Lightweight Component 20041013
10 M_NODEID Instance attribute Private Type reference (TYPE) SWD_NODEID Node Number 20041013
Methods
# Method Level Visibility Method type Description Created on
1 ACCEPT_VISITOR Instance method Public Method Entry Point for Visitors 20041018
2 GET_AC_TYPE Instance method Public Method Gets Activity Type 20041018
3 GET_ALTERNATE_RENDERER Instance method Public Method Gets Defined Alternative Task 20041117
4 GET_DO_SUPPRESS_OUTPUT Instance method Public Method Suppress output? 20041018
5 GET_FLAVOR Instance method Public Method Gets Subtype 20050127
6 GET_IS_ALTERNATIVE Instance method Public Method Does step with alternative property exist? 20050118
7 GET_IS_EXCEPTIONHANDLER Instance method Public Method Does exception handler exist? 20041018
8 GET_IS_LIGHTWEIGHT Instance method Public Method Does lightweight component exist? 20041018
9 GET_NODEID Instance method Public Method Gets node number 20041014
10 GET_PROPERTIES Instance method Public Method Gets step and status properties 20041018
11 GET_RUNTIME_PARENT Instance method Public Method Gets parent step for runtime 20041019
12 SET_BASIC_DATA Instance method Public Method Create Step With Basis Properties 20041013
13 SET_FLAVOR Instance method Public Method Sets Subtype 20050127
14 SET_PARENT Instance method Protected Method Sets Parent Attribute 20041013
15 VISIT 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 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing IM_ALTERNATE_RENDERER Call by reference Type reference (TYPE) STRING '' Alternativer Renderer 20041013
2 Importing IM_DO_SUPPRESS_OUTPUT Call by reference Type reference (TYPE) FLAG '' Angabe, 20041013
3 Importing IM_IS_EXCEPTIONHANDLER Call by reference Type reference (TYPE) FLAG '' Angabe, ob Exceptionhandler 20041013
4 Importing IM_IS_LIGHTWEIGHT Call by reference Type reference (TYPE) FLAG '' Angabe, ob Leichtgewichtskomponente 20041013
5 Importing IM_NODEID Call by reference Type reference (TYPE) SWD_NODEID Knotennummer 20041013
6 Importing IM_RUNTIME_PARENT Call by reference Object reference (TYPE REF TO) CL_SWF_GP_STEP_COMPOSITE Objektrepräsentation eines Prozessstruktur-Schrittkompositum 20041013
7 Importing IM_STATUS_PROPS Call by reference Type reference (TYPE) SWFGPSTEPPROPTAB Schritteigenschaften 20041013
8 Importing IM_STEP_PROPS Call by reference Type reference (TYPE) SWFGPSTEPPROPTAB Schritteigenschaften 20041013
9 Returning 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 Importing 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 Importing 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 Importing 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