SAP ABAP Class CL_SWF_RUN_WFM_SVC_ADAPTER (Class for converting tasks to service calls)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWP (Package) Business Workflow: Processor
Properties
Class CL_SWF_RUN_WFM_SVC_ADAPTER  
Short Description Class for converting tasks to service calls    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWP   Business Workflow: Processor 
Created 20051005   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_RUN_WFM_SVC_ADAPTER has no forward declaration.
Interfaces
Class CL_SWF_RUN_WFM_SVC_ADAPTER has no interface implemented.
Friends
Class CL_SWF_RUN_WFM_SVC_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_KNOWN_SERVICES Static Attribute Private Type reference (TYPE) TTY_KNOWN_SERVICES Services known as consistent 20060720
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20060720
2 TRANSLATE_DEFINITION Static method Public Method Conversion of specific steps to service calls 20051005
Events
Class CL_SWF_RUN_WFM_SVC_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_KNOWN_SERVICES Private See coding 20060720 tty_known_services TYPE HASHED TABLE OF ty_known_service WITH UNIQUE KEY task
2 TY_KNOWN_SERVICE Private See coding 20060720 BEGIN OF ty_known_service, task TYPE swd_step_t, class_name TYPE sibftypeid, methodname TYPE swd_smetho, END OF ty_known_service
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SWF_RUN_WFM_SVC_ADAPTER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SWF_RUN_WFM_SVC_ADAPTER has no exception.

Method TRANSLATE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IM_BINDINGS Call by reference Type reference (TYPE) SWDTSBIND Workflow-Definition: Binding 20051005
2 Changing IM_HEADER Call by reference Type reference (TYPE) SWD_SHEAD Workflow-Definition: Grunddaten (Laufzeit+Definition) 20051005
3 Changing IM_METHODS Call by reference Type reference (TYPE) SWDTSMETHO Workflow: Tabellentyp für SWD_SMETHO 20051005
4 Changing IM_NODES Call by reference Type reference (TYPE) SWDTSNODES Workflow-Definition: Knoten 20051005
5 Changing IM_PROPERTIES Call by reference Type reference (TYPE) SWDTSPROPTS Laufzeittabelle: Eigenschaften 20051005
6 Changing IM_STEPS Call by reference Type reference (TYPE) STEPS_TYPE Workflow-Definition: Schritte (Laufzeit+Definition) 20051005

Method TRANSLATE_DEFINITION on class CL_SWF_RUN_WFM_SVC_ADAPTER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710