SAP ABAP Class CL_SE_PUR_WF_OUT (SOA Workflow Outbound)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
MM-PUR-GF-ES (Application Component) Enterprise Services in Purchasing
⤷
OPS_SE_PUR (Package) Service Enabling for Purchasing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20090604 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20090604 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090604 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20090604 |
Properties
| Class | CL_SE_PUR_WF_OUT | |
| Short Description | SOA Workflow Outbound | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | OPS_SE_PUR | Service Enabling for Purchasing |
| Created | 20090604 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SE_PUR_WF_OUT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | BI_OBJECT | Business Instance | 20090604 | ||
| 2 | BI_PERSISTENT | Persistent Business Instance | 20090604 | ||
| 3 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20090604 | ||
| 4 | IF_WORKFLOW | Business Workflow | 20090604 |
Friends
Class CL_SE_PUR_WF_OUT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | BALOBJ_D | 'OPS_SE' | Application Log: Object Name (Application Code) | 20090604 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20090604 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SE_PUR_WF_CONTEXT | Workflow Context | 20090604 | |||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TYPE_T_INSTANCES | 20090604 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090604 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | GUID_22 | GUID for DB Cluster | 20090604 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | Convert from XML | 20090604 | |
| 2 | Instance method | Protected | Method | Convert Instance to XML | 20090604 | |
| 3 | Instance method | Public | Method | Get Context Instance | 20090604 | |
| 4 | Instance method | Public | Method | Get UUID of Context Object | 20090604 | |
| 5 | Instance method | Public | Method | Get/Determine UUID | 20090604 | |
| 6 | Instance method | Public | Method | Set Context Instance | 20090604 | |
| 7 | Instance method | Public | Method | Start Workflow | 20090604 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CHANGED | Instance Event (0) |
Public (2) |
Document Changed | 20090604 |
| 2 | CREATED | Instance Event (0) |
Public (2) |
Document Generated | 20090604 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_S_INSTANCE | Protected | See coding | 20090604 | BEGIN OF type_s_instance ,
uuid TYPE guid_22,
instance TYPE REF TO cl_se_pur_wf_out,
END OF type_s_instance
|
||
| 2 | TYPE_T_INSTANCES | Protected | See coding | 20090604 | type_t_instances TYPE SORTED TABLE OF type_s_instance WITH UNIQUE KEY uuid
|
Method Signatures
Method CONVERT_FROM_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | GUID_22 | GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) | 20090604 | |||
| 2 | RO_HANDLE | Value transfer | Object reference (TYPE REF TO) | CL_SE_PUR_WF_OUT | SOA Workflow Outbound | 20090604 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Einkauf: nicht gefunden | 20090604 |
Method CONVERT_TO_XML Signature
Method CONVERT_TO_XML on class CL_SE_PUR_WF_OUT has no parameter.
Method CONVERT_TO_XML on class CL_SE_PUR_WF_OUT has no exception.
Method GET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_CONTEXT | Value transfer | Object reference (TYPE REF TO) | CL_SE_PUR_WF_CONTEXT | Workflow Context | 20090604 |
Method GET_CONTEXT on class CL_SE_PUR_WF_OUT has no exception.
Method GET_CONTEXT_UUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UUID | Value transfer | Type reference (TYPE) | GUID_22 | GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) | 20090604 |
Method GET_CONTEXT_UUID on class CL_SE_PUR_WF_OUT has no exception.
Method GET_UUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_UUID | Value transfer | Type reference (TYPE) | GUID_22 | GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) | 20090604 |
Method GET_UUID on class CL_SE_PUR_WF_OUT has no exception.
Method SET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_SE_PUR_WF_CONTEXT | Workflow Context | 20090604 |
Method SET_CONTEXT on class CL_SE_PUR_WF_OUT has no exception.
Method START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT | Call by reference | Type reference (TYPE) | SWO_EVENT | Event | 20090604 | |||
| 2 | IV_UPDATE | Call by reference | Type reference (TYPE) | MMPUR_BOOL | Update Task | 20090604 |
Method START on class CL_SE_PUR_WF_OUT has no exception.
Event Signatures
Event CHANGED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UUID | Exporting | Value transfer | Type reference (TYPE) | GUID_22 | GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) | 20090604 |
Event CREATED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UUID | Exporting | Value transfer | Type reference (TYPE) | GUID_22 | GUID im 'CHAR' Format mit Groß-/Kleinschreibung (!) | 20090604 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 605 |