SAP ABAP Class CL_SWF_XI_MSGPROCREL_SP (Service Provider: Relation Process Message)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-BPE (Application Component) Business Process Engine
⤷
SWF_XI_ADAPTER (Package) Workflow Adapter for XI

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20070612 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_INSTANCE_BASED | TSI: Interface for Instance-Based SPs | 20070612 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20070612 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_ROLLBACK_LISTENER | TSI: Interface for Rollback-Sensitive Service Provider | 20080310 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_SERVICE_PROVIDER | TSI: Service Provider Interface | 20070612 |
Properties
Class | CL_SWF_XI_MSGPROCREL_SP | |
Short Description | Service Provider: Relation Process Message | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_XI_ADAPTER | Workflow Adapter for XI |
Created | 20070612 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SWF_XI_MSGPROCREL_SP has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20070612 | ||
2 | IF_SWF_TSI_INSTANCE_BASED | TSI: Interface for Instance-Based SPs | 20070612 | ||
3 | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20070612 | ||
4 | IF_SWF_TSI_ROLLBACK_LISTENER | TSI: Interface for Rollback-Sensitive Service Provider | 20080310 | ||
5 | IF_SWF_TSI_SERVICE_PROVIDER | TSI: Service Provider Interface | 20070612 |
Friends
Class CL_SWF_XI_MSGPROCREL_SP has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'receive' | 20070817 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'sendAsync' | 20070612 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'sendSync' | 20070621 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_PROCMSGREL_BUF_T | 20070612 | |||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_USERINFO_BUF_T | 20070612 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWW_WIID | 20070612 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20070817 | |
2 | ![]() |
Instance method | Public | Method | 20070612 | |
3 | ![]() |
Instance method | Public | Method | 20070612 |
Events
Class CL_SWF_XI_MSGPROCREL_SP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_PROCMSGREL_BUF_S | Private | See coding | 20070612 | BEGIN OF ty_procmsgrel_buf_s .
INCLUDE TYPE swfxiprocmsgrel AS dbdata.
TYPES: saved TYPE flag,
changed type flag,
END OF ty_procmsgrel_buf_s
|
||
2 | TY_PROCMSGREL_BUF_T | Private | See coding | 20070612 | ty_procmsgrel_buf_t TYPE STANDARD TABLE OF ty_procmsgrel_buf_s WITH DEFAULT KEY
|
||
3 | TY_USERINFO_BUF_S | Private | See coding | 20070612 | BEGIN OF ty_userinfo_buf_s .
INCLUDE TYPE swfxiuserinfo AS dbdata.
TYPES: saved TYPE flag,
changed type flag,
END OF ty_userinfo_buf_s
|
||
4 | TY_USERINFO_BUF_T | Private | See coding | 20070612 | ty_userinfo_buf_t TYPE STANDARD TABLE OF ty_userinfo_buf_s WITH DEFAULT KEY
|
Method Signatures
Method ADD_MESSAGE_RECEIVED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MSG_ID | Call by reference | Type reference (TYPE) | SXMSMGUID | 20070817 | |||
2 | ![]() |
IM_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC-Zeitstempel, aktuelle Zeit falls nicht angegeben | 20070817 |
Method ADD_MESSAGE_RECEIVED on class CL_SWF_XI_MSGPROCREL_SP has no exception.
Method ADD_MESSAGE_SENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MSGPROCREL | Call by reference | Type reference (TYPE) | STRING | C_MSGPROCREL_SEND_ASYNC | 20070612 | ||
2 | ![]() |
IM_MSG_ID | Call by reference | Type reference (TYPE) | SXMSMGUID | 20070612 | |||
3 | ![]() |
IM_MSG_PROCESSED | Call by reference | Type reference (TYPE) | XFELD | 20070612 | |||
4 | ![]() |
IM_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMPL | UTC-Zeitstempel, aktuelle Zeit falls nicht angegeben | 20070817 | ||
5 | ![]() |
IM_USERINFO_GUID | Call by reference | Type reference (TYPE) | USERINFO_GUID | 20070612 |
Method ADD_MESSAGE_SENT on class CL_SWF_XI_MSGPROCREL_SP has no exception.
Method ADD_USERINFO_USED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_USERINFO_GUID | Call by reference | Type reference (TYPE) | USERINFO_GUID | 20070612 |
Method ADD_USERINFO_USED on class CL_SWF_XI_MSGPROCREL_SP has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |