SAP ABAP Class CL_SWF_UTL_RUN_DEFINITION (Workflow: Services for WF_Definition)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Properties
Class CL_SWF_UTL_RUN_DEFINITION  
Short Description Workflow: Services for WF_Definition    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20111103   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_UTL_RUN_DEFINITION has no forward declaration.
Interfaces
Class CL_SWF_UTL_RUN_DEFINITION has no interface implemented.
Friends
Class CL_SWF_UTL_RUN_DEFINITION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CRT_TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMPL 20111103
2 M_EXIT_AVAILABLE Instance attribute Private Type reference (TYPE) TABLE_EXIT_AVAILABLE 20111103
3 M_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SWF_UTL_RUN_DEFINITION 20111103
Methods
# Method Level Visibility Method type Description Created on
1 GET_INSTANCE Static method Public Method 20111103
2 IS_EXIT_AVAILABLE Instance method Public Method 20111103
Events
Class CL_SWF_UTL_RUN_DEFINITION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 EXIT_AVAILABLE Private See coding 20111103 BEGIN OF exit_available, wfd_id TYPE swd_wfd_id, version TYPE swd_versio, exit_exist type xfeld, END OF exit_available
2 TABLE_EXIT_AVAILABLE Private See coding 20111103 table_exit_available type sorted table of exit_available with unique key wfd_id version
Method Signatures

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SWF_UTL_RUN_DEFINITION 20111103

Method GET_INSTANCE on class CL_SWF_UTL_RUN_DEFINITION has no exception.

Method IS_EXIT_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VERSION Call by reference Type reference (TYPE) SWD_VERSIO 20111103
2 Importing IM_WFD_ID Call by reference Type reference (TYPE) SWD_WFD_ID 20111103
3 Returning RE_EXIT_AVAILABLE Value transfer Type reference (TYPE) XFELD 20111103

Method IS_EXIT_AVAILABLE on class CL_SWF_UTL_RUN_DEFINITION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732