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 | Static Attribute | Private | Type reference (TYPE) | TTY_KNOWN_SERVICES | Services known as consistent | 20060720 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20060720 | ||
| 2 | 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 | IM_BINDINGS | Call by reference | Type reference (TYPE) | SWDTSBIND | Workflow-Definition: Binding | 20051005 | |||
| 2 | IM_HEADER | Call by reference | Type reference (TYPE) | SWD_SHEAD | Workflow-Definition: Grunddaten (Laufzeit+Definition) | 20051005 | |||
| 3 | IM_METHODS | Call by reference | Type reference (TYPE) | SWDTSMETHO | Workflow: Tabellentyp für SWD_SMETHO | 20051005 | |||
| 4 | IM_NODES | Call by reference | Type reference (TYPE) | SWDTSNODES | Workflow-Definition: Knoten | 20051005 | |||
| 5 | IM_PROPERTIES | Call by reference | Type reference (TYPE) | SWDTSPROPTS | Laufzeittabelle: Eigenschaften | 20051005 | |||
| 6 | 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 |