SAP ABAP Class CL_SWF_XI_INSTANCE (XI Adapter: Instance for a 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 Inheritance (c INHERITING FROM c_ref)  CL_SWF_XMP_INSTANCE XML Message Proxy: Instance 20020725
Properties
Class CL_SWF_XI_INSTANCE  
Short Description XI Adapter: Instance for a Message    
Super Class CL_SWF_XMP_INSTANCE XML Message Proxy: Instance 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_XI_ADAPTER   Workflow Adapter for XI 
Created 20020724   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWF_CNT_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SWF_XI_INSTANCE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SWF_XI_FACTORY 20020725 XI Adapter: Factory
2 CL_SWF_XI_MSG_BROKER 20031006 XI Broker for Messages
3 CL_SWF_XI_PAYLOAD_EDITING 20060911 Utilities for Payload Editor
4 CL_SWF_XI_PLUGIN_TESTUTIL 20020812
5 CL_SWF_XI_SRV_SEND_ACK 20051121 Service for Sending Acknowledgment
6 CL_SWF_XI_SRV_SEND_ASYNCHRON 20051121 Service for Sending Message Asynchronously
7 CL_SWF_XMP_INSTANCE 20020725 XML Message Proxy: Instance
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ACCESSTYP_CTXOBJ Constant Public Type reference (TYPE) SWFDXMPACTYP 'CO' 20031001
2 MC_ACCESS_HEADER Constant Private Type reference (TYPE) STRING 'XIHeader' 20020725
3 MC_ACCESS_PAYLOAD Constant Private Type reference (TYPE) STRING 'XIPayload' 20020725
4 MC_ACKPROP_APPL Constant Protected Type reference (TYPE) SWFRXIACKPROPS '20000000' 20031009
5 MC_ACKPROP_APPL_ERR Constant Protected Type reference (TYPE) SWFRXIACKPROPS '10000000' 20031009
6 MC_ACKPROP_SYST Constant Protected Type reference (TYPE) SWFRXIACKPROPS '80000000' 20031009
7 MC_ACKPROP_SYST_ERR Constant Protected Type reference (TYPE) SWFRXIACKPROPS '40000000' 20031009
8 MC_ACK_APP Constant Public Type reference (TYPE) CHAR2 'A' 20031009
9 MC_ACK_APP_ERR Constant Public Type reference (TYPE) CHAR2 'AE' 20031009
10 MC_ACK_SYS Constant Public Type reference (TYPE) CHAR2 'S' 20031009
11 MC_ACK_SYS_ERR Constant Public Type reference (TYPE) CHAR2 'SE' 20031009
12 MC_CNT_PERSIST_HEADER Constant Private Type reference (TYPE) SWF_CLSNAM 'CL_SWF_XI_CONT_PERSIST_HDR' 20020726
13 MC_CNT_PERSIST_PAYLOAD Constant Private Type reference (TYPE) SWF_CLSNAM 'CL_SWF_XI_CONT_PERSIST_PLD' 20020726
14 MC_CREA_POINT_ADAPTER Constant Public Type reference (TYPE) SWFRXICPNT 'ADPT' 20020822
15 MC_CREA_POINT_CLONE Constant Public Type reference (TYPE) SWFRXICPNT 'CLON' 20021108
16 MC_CREA_POINT_LOCAL Constant Public Type reference (TYPE) SWFRXICPNT 'LOCL' 20020822
17 MC_CREA_POINT_SEND Constant Public Type reference (TYPE) SWFRXICPNT 'SEND' 20020822
18 MC_HDRCTX_TYPE_HDR Constant Protected Type reference (TYPE) CHAR1 'H' 20031023
19 MC_HDRCTX_TYPE_SYST Constant Protected Type reference (TYPE) CHAR1 'S' 20031023
20 MC_HEADER_LOG_SENDER Constant Private Type reference (TYPE) SWFDNAME 'Logical_Sender' 20020725
21 MC_REQ_ACK_APPL Constant Public Type reference (TYPE) SWFRXIREQACK 'A' 20031008
22 MC_REQ_ACK_SYST Constant Public Type reference (TYPE) SWFRXIREQACK 'S' 20031008
23 MC_STATUS_DELIVERED Constant Public Type reference (TYPE) SWFRXIDELSTATE 'D' XI Adapter: Delivery Status of XI Nachricht 20060223
24 MC_STATUS_DLVCANCELLED Constant Public Type reference (TYPE) SWFRXIDELSTATE 'C' XI Adapter: Delivery Status of XI Nachricht 20070403
25 MST_DB_HEADERS_SELECTED Static Attribute Private See coding 20020802
26 MST_MSGHDR_CTXOBJ Static Attribute Private Type reference (TYPE) TT_MSGHDR_CTXOBJ 20031015
27 MT_DB_PROCESS Instance attribute Private Type reference (TYPE) TT_PROCESS_CONTEXT 20031006
28 MT_DB_PROCESS_BEFORE Instance attribute Private Type reference (TYPE) TT_PROCESS_CONTEXT 20031008
29 MT_MSGHDR_CTXOBJ Instance attribute Private Type reference (TYPE) TT_MSGHDR_CTXOBJ Dynamic Header 20070216
30 M_CLONE Instance attribute Private Type reference (TYPE) XFELD 20020821
31 M_CREATE Instance attribute Private Type reference (TYPE) XFELD 20020724
32 M_DB_CREA_POINT Instance attribute Private Type reference (TYPE) SWFRXICPNT 20030221
33 M_DB_HEADER Instance attribute Private Type reference (TYPE) SWFRXIHDR 20020726
34 M_HEADER_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20020725
35 M_LOADED_SOURCES Instance attribute Private Type reference (TYPE) T_LOADED_SOURCES 20031008
36 M_MESSAGE_XMB Instance attribute Protected Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB 20020724
37 M_PAYLOAD_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20020725
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20031015
2 CLEAR_BUFFER Static method Public Method Deletes Buffer 20070710
3 CLONE Instance method Public Method 20020821
4 CONSTRUCTOR Instance method Public Constructor Constructor 20031001
5 DELETE_BY_RANGES Static method Public Method 20020806
6 FILL_HEADER_ATTRIBUTES Instance method Protected Method 20020725
7 FILL_PAYLOAD_ATTRIBUTES Instance method Protected Method 20020725
8 FIND_BY_MSGID Static method Public Method 20031016
9 FIND_BY_RANGES Static method Public Method 20020802
10 FIND_BY_RANGES_DATA Static method Public Method 20100107
11 GET_ACK_REQUESTED Instance method Public Method 20031009
12 GET_CREATION_POINT Instance method Public Method 20020822
13 GET_DYNAMIC_HDR_CTX_OBJECTS Instance method Private Method Gets All Dynamic Context Objects from Definition 20070216
14 GET_DYN_HEADER_ACCESS Static method Public Method Converts Dynamic Header to Access Value 20070216
15 GET_HEADER Instance method Public Method 20020808
16 GET_HEADER_ACCESS Instance method Public Method 20020725
17 GET_HEADER_ATTRIBUTE_NAME Static method Public Method 20031023
18 GET_HEADER_ATTRIBUTE_NAMES Instance method Protected Method 20031015
19 GET_HEADER_CONTAINER Instance method Protected Method 20020725
20 GET_MESSAGE Instance method Public Method 20020725
21 GET_PARENT Instance method Public Method 20021108
22 GET_PAYLOAD_ACCESS Instance method Public Method 20020725
23 GET_PAYLOAD_CONTAINER Instance method Protected Method 20020725
24 GET_PROCESS_CONTEXT Instance method Public Method 20031006
25 GET_STATIC_HEADER_ATTRIBUTES Static method Public Method Gets Static Header Attributes 20070216
26 GET_STATUS Instance method Public Method Gets delivery status 20060222
27 INITIALIZE_ALL_HDR_CTX_OBJECTS Static method Public Method Initializes all header context objects 20040923
28 INVALIDATE_BUFFER Static method Private Method Invalidates Buffer for Given Message and Its Containers 20060911
29 LOAD_PROCESS_CONTEXTS Instance method Private Method 20031008
30 PRELOAD_BUFFER Static method Public Method Loads Header of Instances to Header Buffer 20070403
31 SAVE_TO_DATABASE Instance method Public Method 20020726
32 SET_ACK_REQUESTED Instance method Public Method 20031009
33 SET_ADAPTER_STATUS_DELETEABLE Instance method Public Method Sets Adapter Status for Messages in Pipeline PE_ADAPTER 20090723
34 SET_CANCELLED Instance method Public Method 20070403
35 SET_CREATION_POINT Instance method Public Method 20020822
36 SET_CREATION_TS Instance method Public Method Setting Creation Time Stamp 20070817
37 SET_DELETEABLE Instance method Public Method 20020802
38 SET_DELETE_TSTMP_MULTI Static method Public Method Setting Deletion Time for a Set of Instances 20070710
39 SET_HEADER_ATTRIBUTE_VALUE Instance method Protected Method 20031015
40 SET_HEADER_REFGUID Instance method Public Method 20031016
41 SET_MESSAGE Instance method Protected Method 20020724
42 SET_PROCESS_CONTEXT Instance method Public Method 20031006
43 SET_QOS Instance method Public Method Set Quality of Service 20070817
44 SET_STATUS Instance method Public Method Sets delivery status 20060222
45 SET_TO_BUFFER Instance method Protected Method 20020814
Events
Class CL_SWF_XI_INSTANCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_INSTANCE_GUIDS Public See coding 20060519 TT_INSTANCE_GUIDS TYPE TABLE OF guid_32
2 TT_MSGHDR_CTXOBJ Protected See coding 20031015 tt_msghdr_ctxobj type standard table of t_msghdr_ctxobj
3 TT_PROCESS_CONTEXT Protected See coding 20031006 TT_PROCESS_CONTEXT type standard table of swfrxiprc
4 T_DYN_HEADER Protected See coding 20070216 begin of t_dyn_header, namespace TYPE SXMS_DYN_CONF_NS, name TYPE SXMS_DYN_CONF_NAME, end of t_dyn_header
5 T_LOADED_SOURCES Protected See coding 20031008 begin of T_LOADED_SOURCES , proc_ctx type xfeld, end of t_loaded_sources
6 T_MSGHDR_CTXOBJ Protected See coding 20031015 begin of T_MSGHDR_CTXOBJ , element type swfdname, ctx_name type string, ctx_nspace type string, ctx_type type char1, abap_name type string, initialize type xfeld, pos type i, ddic_type type string, end of t_msghdr_ctxobj
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CLEAR_BUFFER Signature

Method CLEAR_BUFFER on class CL_SWF_XI_INSTANCE has no parameter.
Method CLEAR_BUFFER on class CL_SWF_XI_INSTANCE has no exception.

Method CLONE 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_XI_INSTANCE 20020821

Method CLONE on class CL_SWF_XI_INSTANCE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SWF_XI_INSTANCE has no parameter.
Method CONSTRUCTOR on class CL_SWF_XI_INSTANCE has no exception.

Method DELETE_BY_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DELETED_INSTANCES Call by reference Type reference (TYPE) TT_INSTANCE_GUIDS 20060519
2 Exporting EX_SELECTED_INSTANCES Call by reference Type reference (TYPE) TT_INSTANCE_GUIDS 20060519
3 Importing IM_CHUNK_SIZE Call by reference Type reference (TYPE) I 400 20070504
4 Importing IM_COMMIT_ON_CHUNK Call by reference Type reference (TYPE) XFLAG 20070504
5 Importing IM_RANGE_CREA_STMP Call by reference Type reference (TYPE) STANDARD TABLE 20030828
6 Importing IM_RANGE_DELE_STMP Call by reference Type reference (TYPE) STANDARD TABLE 20020806
7 Importing IM_RANGE_XMP_NAME Call by reference Type reference (TYPE) STANDARD TABLE 20020806
# Exception Resumable Description Created on
1 CX_SWF_XI_EXCEPTION 20020806

Method FILL_HEADER_ATTRIBUTES Signature

Method FILL_HEADER_ATTRIBUTES on class CL_SWF_XI_INSTANCE has no parameter.
Method FILL_HEADER_ATTRIBUTES on class CL_SWF_XI_INSTANCE has no exception.

Method FILL_PAYLOAD_ATTRIBUTES Signature

Method FILL_PAYLOAD_ATTRIBUTES on class CL_SWF_XI_INSTANCE has no parameter.
Method FILL_PAYLOAD_ATTRIBUTES on class CL_SWF_XI_INSTANCE has no exception.

Method FIND_BY_MSGID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_INSTANCE Call by reference Object reference (TYPE REF TO) CL_SWF_XI_INSTANCE 20031016
2 Importing IM_DB_DATA_TO_USE Call by reference Type reference (TYPE) SWFRXIHDR XI-Adapter: Kopfdaten für ein Message-Objekt 20100107
3 Importing IM_MESSAGE_GUID Call by reference Type reference (TYPE) GUID_32 20031016

Method FIND_BY_MSGID on class CL_SWF_XI_INSTANCE has no exception.

Method FIND_BY_RANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RANGE_CREA_STMP Call by reference Type reference (TYPE) STANDARD TABLE 20020802
2 Importing IM_RANGE_DELE_STMP Call by reference Type reference (TYPE) STANDARD TABLE 20020802
3 Importing IM_RANGE_GUID Call by reference Type reference (TYPE) STANDARD TABLE 20020802
4 Importing IM_RANGE_XMP_NAME Call by reference Type reference (TYPE) STANDARD TABLE 20020802
5 Importing IM_TIMEOUT_SERVICE Call by reference Object reference (TYPE REF TO) CL_SWF_UTL_TIMEOUT_SERVICE Workflow: Service für periodischen Aufruf zur Laufzeit 20051121
6 Returning RE_INSTANCES Value transfer Type reference (TYPE) SWFRXIINSTTAB 20020802

Method FIND_BY_RANGES on class CL_SWF_XI_INSTANCE has no exception.

Method FIND_BY_RANGES_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DATATAB Value transfer Type reference (TYPE) SWFRXIHDR_TAB Tabelle von SWFRXIHDR 20100107
2 Importing IM_RANGE_CREA_STMP Call by reference Type reference (TYPE) STANDARD TABLE 20100107
3 Importing IM_RANGE_DELE_STMP Call by reference Type reference (TYPE) STANDARD TABLE 20100107
4 Importing IM_RANGE_GUID Call by reference Type reference (TYPE) STANDARD TABLE 20100107
5 Importing IM_RANGE_XMP_NAME Call by reference Type reference (TYPE) STANDARD TABLE 20100107

Method FIND_BY_RANGES_DATA on class CL_SWF_XI_INSTANCE has no exception.

Method GET_ACK_REQUESTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACK Call by reference Type reference (TYPE) C 20031009
2 Returning RE_IS_REQUESTED Value transfer Type reference (TYPE) XFELD 20031009

Method GET_ACK_REQUESTED on class CL_SWF_XI_INSTANCE has no exception.

Method GET_CREATION_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_POINT Value transfer Type reference (TYPE) SWFRXICPNT 20020822

Method GET_CREATION_POINT on class CL_SWF_XI_INSTANCE has no exception.

Method GET_DYNAMIC_HDR_CTX_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CTX_OBJECTS Call by reference Type reference (TYPE) TT_MSGHDR_CTXOBJ Kontextobjekte 20070216
# Exception Resumable Description Created on
1 CX_SWF_XMP_EXCEPTION XML-Proxy-Ausnahme 20070216

Method GET_DYN_HEADER_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ACCESS Value transfer Type reference (TYPE) SWFDXMPACCESS Zugriffswert 20070216
2 Importing IM_NAME Call by reference Type reference (TYPE) STRING Name des Headers 20070216
3 Importing IM_NAMESPACE Call by reference Type reference (TYPE) STRING Namensraum des Headers 20070216

Method GET_DYN_HEADER_ACCESS on class CL_SWF_XI_INSTANCE has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_HEADER Value transfer Type reference (TYPE) SWFRXIHEADER 20020808

Method GET_HEADER on class CL_SWF_XI_INSTANCE has no exception.

Method GET_HEADER_ACCESS Signature

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

Method GET_HEADER_ACCESS on class CL_SWF_XI_INSTANCE has no exception.

Method GET_HEADER_ATTRIBUTE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NAME Call by reference Type reference (TYPE) SWFDNAME 20031023
2 Importing IM_NAME Call by reference Type reference (TYPE) STRING 20031023
3 Importing IM_NAMESPACE Call by reference Type reference (TYPE) STRING 20031023

Method GET_HEADER_ATTRIBUTE_NAME on class CL_SWF_XI_INSTANCE has no exception.

Method GET_HEADER_ATTRIBUTE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ELEMENT_NAMES Value transfer Type reference (TYPE) SWFDNAMTAB 20031015

Method GET_HEADER_ATTRIBUTE_NAMES on class CL_SWF_XI_INSTANCE has no exception.

Method GET_HEADER_CONTAINER Signature

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

Method GET_HEADER_CONTAINER on class CL_SWF_XI_INSTANCE has no exception.

Method GET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MESSAGE_XMB Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB 20020725

Method GET_MESSAGE on class CL_SWF_XI_INSTANCE has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_PARENT Value transfer Object reference (TYPE REF TO) CL_SWF_XI_INSTANCE 20021108
# Exception Resumable Description Created on
1 CX_SWF_XI_EXCEPTION 20021108

Method GET_PAYLOAD_ACCESS Signature

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

Method GET_PAYLOAD_ACCESS on class CL_SWF_XI_INSTANCE has no exception.

Method GET_PAYLOAD_CONTAINER Signature

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

Method GET_PAYLOAD_CONTAINER on class CL_SWF_XI_INSTANCE has no exception.

Method GET_PROCESS_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CONTEXT Call by reference Type reference (TYPE) SWFRXIPROCESS 20031006
2 Importing IM_WIID Call by reference Type reference (TYPE) SWW_WIID 20031006

Method GET_PROCESS_CONTEXT on class CL_SWF_XI_INSTANCE has no exception.

Method GET_STATIC_HEADER_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_ELEMENT_NAMES Value transfer Type reference (TYPE) SWFDNAMTAB 20070216

Method GET_STATIC_HEADER_ATTRIBUTES on class CL_SWF_XI_INSTANCE has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_STATUS Value transfer Type reference (TYPE) SWFRXIDELSTATE XI-Adapter: Zustellungsstatus der XI Nachricht 20060222

Method GET_STATUS on class CL_SWF_XI_INSTANCE has no exception.

Method INITIALIZE_ALL_HDR_CTX_OBJECTS Signature

Method INITIALIZE_ALL_HDR_CTX_OBJECTS on class CL_SWF_XI_INSTANCE has no parameter.
Method INITIALIZE_ALL_HDR_CTX_OBJECTS on class CL_SWF_XI_INSTANCE has no exception.

Method INVALIDATE_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INSTANCE Call by reference Object reference (TYPE REF TO) CL_SWF_XI_INSTANCE Message, die invalidiert wird; falls leer: alle 20060911
2 Importing IM_INSTID Call by reference Type reference (TYPE) SIBFINSTID GUID der Message (alternativ zur Instanz) 20060911

Method INVALIDATE_BUFFER on class CL_SWF_XI_INSTANCE has no exception.

Method LOAD_PROCESS_CONTEXTS Signature

Method LOAD_PROCESS_CONTEXTS on class CL_SWF_XI_INSTANCE has no parameter.
Method LOAD_PROCESS_CONTEXTS on class CL_SWF_XI_INSTANCE has no exception.

Method PRELOAD_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INSTANCES Call by reference Type reference (TYPE) SXMSMGUIDT GUIDs der Instanzen 20070403

Method PRELOAD_BUFFER on class CL_SWF_XI_INSTANCE has no exception.

Method SAVE_TO_DATABASE Signature

Method SAVE_TO_DATABASE on class CL_SWF_XI_INSTANCE has no parameter.
# Exception Resumable Description Created on
1 CX_SWF_XI_EXCEPTION 20020726

Method SET_ACK_REQUESTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACK Call by reference Type reference (TYPE) C 20031009

Method SET_ACK_REQUESTED on class CL_SWF_XI_INSTANCE has no exception.

Method SET_ADAPTER_STATUS_DELETEABLE Signature

Method SET_ADAPTER_STATUS_DELETEABLE on class CL_SWF_XI_INSTANCE has no parameter.
Method SET_ADAPTER_STATUS_DELETEABLE on class CL_SWF_XI_INSTANCE has no exception.

Method SET_CANCELLED Signature

Method SET_CANCELLED on class CL_SWF_XI_INSTANCE has no parameter.
Method SET_CANCELLED on class CL_SWF_XI_INSTANCE has no exception.

Method SET_CREATION_POINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_POINT Call by reference Type reference (TYPE) SWFRXICPNT 20020822

Method SET_CREATION_POINT on class CL_SWF_XI_INSTANCE has no exception.

Method SET_CREATION_TS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmssmmmuuun) 20070817

Method SET_CREATION_TS on class CL_SWF_XI_INSTANCE has no exception.

Method SET_DELETEABLE Signature

Method SET_DELETEABLE on class CL_SWF_XI_INSTANCE has no parameter.
Method SET_DELETEABLE on class CL_SWF_XI_INSTANCE has no exception.

Method SET_DELETE_TSTMP_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Type reference (TYPE) SIBFLPORT Tabelle von Lokalen Persistenten Objektreferenzen 20070710

Method SET_DELETE_TSTMP_MULTI on class CL_SWF_XI_INSTANCE has no exception.

Method SET_HEADER_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_CNT_CONTAINER 20031015
2 Importing IM_ELEMENT_NAME Call by reference Type reference (TYPE) SWFDNAME 20031015

Method SET_HEADER_ATTRIBUTE_VALUE on class CL_SWF_XI_INSTANCE has no exception.

Method SET_HEADER_REFGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GUID Call by reference Type reference (TYPE) GUID_16 20031016

Method SET_HEADER_REFGUID on class CL_SWF_XI_INSTANCE has no exception.

Method SET_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE_XMB Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB 20020724

Method SET_MESSAGE on class CL_SWF_XI_INSTANCE has no exception.

Method SET_PROCESS_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Type reference (TYPE) SWFRXIPROCESS 20031006
# Exception Resumable Description Created on
1 CX_SWF_XI_EXCEPTION 20031006

Method SET_QOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_QOS Call by reference Type reference (TYPE) SXMSQOS Integration Engine: Quality of Service 20070817

Method SET_QOS on class CL_SWF_XI_INSTANCE has no exception.

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATUS Call by reference Type reference (TYPE) SWFRXIDELSTATE XI-Adapter: Zustellungsstatus der XI Nachricht 20060222

Method SET_STATUS on class CL_SWF_XI_INSTANCE has no exception.

Method SET_TO_BUFFER Signature

Method SET_TO_BUFFER on class CL_SWF_XI_INSTANCE has no parameter.
Method SET_TO_BUFFER on class CL_SWF_XI_INSTANCE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620