SAP ABAP Class CL_SOAP_CONTEXT (Context for SOAP Call)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_CONTEXT Interface of SOAP Runtime Context 20050323
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_HIBERNATION Hibernate and Wake Runtime Context 20050426
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_MONI_CTX_DATA_PROVIDER SOAP Runtime Context Data Provider 20060517
Properties
Class CL_SOAP_CONTEXT  
Short Description Context for SOAP Call    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20020919   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SOAP_PERSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_SOAP_HIBERNATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 TSOAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 TSRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_CONTEXT Interface of SOAP Runtime Context 20050323
2 IF_SOAP_HIBERNATION Hibernate and Wake Runtime Context 20050426
3 IF_SOAP_MONI_CTX_DATA_PROVIDER SOAP Runtime Context Data Provider 20060517
Friends
# Friend Modeled only Created on Description
1 CL_SOAP_APPLICATION 20030121 Implementation of a SOAP Application Container
2 CL_SOAP_CONTEXT_MANAGER 20060203 Manager and Factory for SOAP Contexts
3 CL_SOAP_EVENTING 20120730 handler for SOAP Event messages
4 CL_SOAP_MESSAGE 20030820 SOAP Connection to ICF (HTTP)
5 CL_SOAP_MESSAGE_NEW 20060113 SOAP Connection to ICF (HTTP)
6 CL_SOAP_MSG_MONITOR_MANAGER 20060208 WSRM: APIs for XI/WS Message Monitor
7 CL_SOAP_PERSIST 20120716 Persistence for SOAP Runtime
8 CL_SOAP_PERSISTENCY_RUNTIME 20120625 WS Persistency Runtime
9 CL_SOAP_PLAIN_PROTOCOL 20101216 Protocol for plain SOAP Adapter
10 CL_SOAP_PROTOCOL_ROOT 20030821 Class for All SOAP Protocols
11 CL_SOAP_RUNTIME 20020919 General SOAP Runtime
12 CL_SOAP_RUNTIME_CLIENT 20060412 SOAP Runtime on Server Side
13 CL_SOAP_RUNTIME_PROTOCOL 20030219 SOAP Runtime Protocol
14 CL_SOAP_RUNTIME_ROOT 20030120 General SOAP Runtime (Abstract Class)
15 CL_SOAP_SEQUENCE 20121017 Soap Sequence
16 CL_SOAP_SEQUENCE_MANAGER 20060517 listmanager
17 CL_SOAP_SEQUENCE_PROTOCOL 20120720 SOAP Sequence protocol
18 CL_SOAP_SESSION_PROTOCOL 20030610 SOAP Runtime Protocol
19 CL_SOAP_TRANSPORT_BINDING_ROOT 20030821 Abstract Class for All SOAP Transport Bindings
20 CL_SOAP_UTIL 20081203 SRT Utilities: Runtime
21 CL_SOAP_WSADDR_PROTOCOL 20060207 Web Service Addressing Protocol
22 CL_SOAP_WSRM_EVENT_HANDLER 20060220 WSRM: Event Handler
23 CL_SOAP_WSRM_PROTOCOL 20050610 WSRM: WSRM protocol implementation
24 CL_SOAP_WSRM_RUNTIME 20060830 WSRM: WSRM Runtime as Wrapper Around WSRM Protocol
25 CL_SRT_TEST_PERSIST 20060913 Tests for Persistency Layer
26 CL_SRT_WSP_RT_CONFIG 20050810 WSP Configuration Runtime Object
27 CL_ST_CRYPTO 20100426 WS Security: Abstract Crypto Token
28 CL_WSSE_CONTEXT 20090921 WSSE Context
29 CL_WS_LOCAL_CALL_HTTP_EXT 20080107 Simulates HTTP Extension for Local Call (Shortcut)
30 CL_WS_MESSAGE 20060110 Handling of Messages with Errors
31 CL_WS_PROXY_RUNTIME_EVENT 20081117 call of an Event-method; super class
32 CL_WS_PROXY_RUNTIME_INBOUND 20101228 Call ABAP Web Service
33 CL_WS_PROXY_RUNTIME_OUTBOUND 20060614 Call Web Service Method; Abstract Superclass
34 IF_SOAP_CONTEXT_TAG 20060817
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLICATION Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_APPLICATION_RT Runtime View of a SOAP Application 20030121
2 CALLED_OPERATION Instance attribute Private Type reference (TYPE) QNAME Name of Called Operation (Server-Side) 20030812
3 CALLED_OPERATION_NEW Instance attribute Private Type reference (TYPE) QNAME Name der gerufenen Operation (nicht Name der Message! ) 20080421
4 CONFIGURATION Instance attribute Private Object reference (TYPE REF TO) CL_SOAP_CONFIGURATION Configuration Analyzer 20050603
5 CONFIG_OBJECT Instance attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG WSP Configuration Runtime Object 20050829
6 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SOAP_CONTEXT' Class Name 20040415
7 CO_CTX_STATE_INITIAL Constant Private Type reference (TYPE) TY_CONTEXT_STATE 0 Object = 1; Serialized = 2; Saved = 3 20050617
8 CO_CTX_STATE_OBJECT Constant Private Type reference (TYPE) TY_CONTEXT_STATE 1 Object = 1; Serialized = 2; Saved = 3 20050617
9 CO_CTX_STATE_SAVED Constant Private Type reference (TYPE) TY_CONTEXT_STATE 3 Object = 1; Serialized = 2; Saved = 3 20050617
10 CO_CTX_STATE_SERIALIZED Constant Private Type reference (TYPE) TY_CONTEXT_STATE 2 Object = 1; Serialized = 2; Saved = 3 20050617
11 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID TSRTM_PROC_ID_CONTEXT SOAP Runtime Processor Unit ID 20060105
12 CO_SERIAL_VERS_710_0 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '000' Serialization Version 20061109
13 CO_SERIAL_VERS_710_1 Constant Private Type reference (TYPE) SRT_SERIAL_VERS '001' Serialization Version 20061109
14 CO_SERIAL_VERS_CURRENT Constant Private Type reference (TYPE) SRT_SERIAL_VERS CO_SERIAL_VERS_710_1 Serialization Version 20061109
15 CO_TRANSFORMATION_ID Constant Public Type reference (TYPE) CXSLTDESC TSRTM_HIB_CONTEXT Name of an XSLT Program 20050610
16 EXTERNAL_INTERFACE Instance attribute Private Type reference (TYPE) QNAME External Interface Name 20030807
17 FAULT Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_FAULT SOAP Fault 20030819
18 INTERNAL_INTERFACE Instance attribute Private Type reference (TYPE) STRING Internal Interface Name 20030804
19 INTERNAL_OPERATION Instance attribute Private Type reference (TYPE) STRING Internal Operation Name 20060404
20 LOCATION Instance attribute Private Type reference (TYPE) SRT_LOC SOAP Runtime Root Location 20030121
21 LOGLEVEL Instance attribute Private Type reference (TYPE) I Logging Level 20030219
22 MAPPED_INTERFACE Instance attribute Private Type reference (TYPE) STRING Interface Name from VI (Mapped-To) 20030818
23 MAPPED_OPERATION Instance attribute Private Type reference (TYPE) STRING Mapped Operation Interface Name 20060407
24 MONLEVEL Instance attribute Private Type reference (TYPE) I Monitoring Level 20030516
25 MS_METERING_CALLERINFO Instance attribute Private Type reference (TYPE) SXMS_METERING_CALLERINFO 20110117
26 MV_IS_COUPLED Instance attribute Private Type reference (TYPE) XSDBOOLEAN 20120712
27 MV_MAPPING_NAME Instance attribute Private Type reference (TYPE) SRT_OB_MAPPING_NAME 20120712
28 MV_PARENT_MESSAGE_ID Instance attribute Private Type reference (TYPE) SXMSGUID Parent Message ID 20101216
29 MV_PARENT_TYPE Instance attribute Private Type reference (TYPE) SRT_PARENT_TYPE 20120712
30 MV_SERVICE_DEFINITION Instance attribute Private Type reference (TYPE) SRT_WSP_DT_OBJ_NAME WSP Name of Interface Object 20101220
31 MV_SOAP_APPLICATION_NAME Instance attribute Private Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME 20120626
32 MV_SOURCE_IF_NAME Instance attribute Private Type reference (TYPE) SRT_INTERFACE_NAME 20120712
33 MV_SOURCE_IF_OP Instance attribute Private Type reference (TYPE) SRT_INTERFACE_OPERATION 20120712
34 M_ACTION Instance attribute Private Type reference (TYPE) QNAME Qualified Name 20060207
35 M_BXML_ENABLED Instance attribute Private Type reference (TYPE) BOOLEAN Binary XML enabled? 20060330
36 M_CTX_STATE Instance attribute Private Type reference (TYPE) TY_CONTEXT_STATE one of object, serialized, saved 20050617
37 M_ERROR_LOCATION_TYPE Instance attribute Private Type reference (TYPE) SRT_ERR_LOC SOAP Runtime Error Location 20060911
38 M_HIBERNATION Instance attribute Public Type reference (TYPE) BOOLEAN TSOAP_FALSE Hibernation Switch 20051104
39 M_HTTP_CODE_ACCEPTED Instance attribute Private Type reference (TYPE) BOOLEAN Set HTTP 202? 20070426
40 M_IS_APPLICATION_FAULT Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE Flag for Application Error 20060830
41 M_IS_LOCAL_CALL Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE Flag for Local Call (Shortcut) 20060815
42 M_IS_OPERATION_TECHNICAL Instance attribute Private Type reference (TYPE) BOOLEAN TSOAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20060719
43 M_IS_RESUMED Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20060803
44 M_IS_UNSUPP_CONT_TYPE Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080915
45 M_LOCK_SERVICE Instance attribute Private Object reference (TYPE REF TO) CL_SRT_MESSAGE_LOCK_SERVICE Lock/Unlock Messages 20060222
46 M_MAPPING Instance attribute Private Type reference (TYPE) BOOLEAN Mapping mode active 20120711
47 M_MESSAGE_STATUS Instance attribute Private Type reference (TYPE) SXMSPMSTAT Message Status for Synchronous Processing 20061017
48 M_MID_REQUEST Instance attribute Private Type reference (TYPE) SRTMSGID Request ID for tracing 20101220
49 M_MTOM_ACCEPTED Instance attribute Private Type reference (TYPE) BOOLEAN P: MTOM accepted for response, C: - 20070402
50 M_MTOM_ENABLED Instance attribute Private Type reference (TYPE) BOOLEAN P: MTOM is in the request, C: MTOM is configured 20070411
51 M_PARENT_EVENT_ID Instance attribute Private Type reference (TYPE) SYSUUID_X parent event message id 20081210
52 M_PERSISTENCY_RUNTIME Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_PERSISTENCY_RUNTIME 20120628
53 M_REQUEST_ID Instance attribute Private Type reference (TYPE) SRTMSGID Request ID 20101220
54 M_REQUEST_ID_EXTERNAL Instance attribute Private Type reference (TYPE) SRTMSGID 20120723
55 M_SEQUENCE_PROTOCOL Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_SEQUENCE_PROTOCOL Sequence Protocol 20101223
56 M_SOAP_APPL_NAME Instance attribute Private Type reference (TYPE) SRT_WSP_SOAP_APPL_NAME WSP Name of SOAP Application 20090108
57 M_SOAP_VERSION Instance attribute Protected Type reference (TYPE) STRING SOAP version namespace 20080902
58 M_VIRUS_SCANNER Instance attribute Private Object reference (TYPE REF TO) CL_VSI Instance of cl_vsi for RT 20110609
59 M_XML_LISTPART Instance attribute Protected Object reference (TYPE REF TO) IF_SXMLP_LIST 20061113
60 M_XOP_ATTACHM_CREATED Instance attribute Private Type reference (TYPE) BOOLEAN XOP attachments created? 20061127
61 PERSISTENCY_CONTEXT_CLIENT Instance attribute Private Type reference (TYPE) IF_SOAP_PERSISTENCY_RUNTIME=>TY_PERSISTENCY_CONTEXT_CLIENT Persistency Context client 20101208
62 PERSISTENCY_CONTEXT_SERVER Instance attribute Private Type reference (TYPE) IF_SOAP_PERSISTENCY_RUNTIME=>TY_PERSISTENCY_CONTEXT_SERVER Persistency Context server 20101208
63 PROGRAM Instance attribute Private Type reference (TYPE) STRING Transformation Program (ST) 20040115
64 PROTOCOLS Instance attribute Private Type reference (TYPE) SOAP_PROTOCOL_LIST Current SOAP Protocols 20030121
65 RECEIVED_OPERATION Instance attribute Private Type reference (TYPE) QNAME Name of Received Operation (Server Side) 20061218
66 REGISTRY Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_REGISTRY Administration of Web Service Configuration Information 20030121
67 REQUEST Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_MESSAGE Calling Document 20030121
68 RESPONSE Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_MESSAGE Response Document 20030121
69 ROLES Instance attribute Private Type reference (TYPE) SOAP_ROLES_LIST List of SOAP Role URIs 20030210
70 RUNTIME Instance attribute Private Object reference (TYPE REF TO) CL_SOAP_RUNTIME_ROOT Current SOAP Runtime Object 20030121
71 RUNTIME_PROTOCOL Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_RUNTIME_PROTOCOL Current Runtime Protocol Object 20030513
72 SECURITY_PROFILE_IN Instance attribute Private Type reference (TYPE) WSS_PROFILE_IN Current Security Profile for Request 20030820
73 SECURITY_PROFILE_OUT Instance attribute Private Type reference (TYPE) WSS_PROFILE_OUT Current Security Profile for Response 20030820
74 SECURITY_PROTOCOL Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_SECURITY_HELPER WS Security Protocol 20040122
75 STATE Instance attribute Private Type reference (TYPE) I Current Runtime Processing State 20030305
76 STATEFUL Instance attribute Private Type reference (TYPE) BOOLEAN Processing with Held Context? 20030305
77 TRACELEVEL Instance attribute Private Type reference (TYPE) I Trace Level 20030219
78 TRANSPORT_BINDING Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_BINDING Current Transport Binding 20030121
79 TRANSPORT_BINDING_ID Instance attribute Private Type reference (TYPE) ANYURI Any URI 20030121
80 TRANSPORT_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_CONTEXT Current Transport Context 20030121
81 TRANSPORT_ID Instance attribute Private Type reference (TYPE) TSRT_TRANSPORT_ID Current Transport ID 20030121
82 WS_KEY Instance attribute Private Type reference (TYPE) SCR_WSCFG_KEY Web Service Configuration Key 20030122
83 _CLASS_NAME Instance attribute Private Type reference (TYPE) STRING 'CL_SOAP_CONTEXT' 20050609
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_TECHNICAL_OP Instance method Private Method check if the current operation is technical by op name 20081010
2 CLEANUP_INSTANTIATED_STATE Instance method Protected Method Release Instantiated State of Context 20050408
3 CLEANUP_PERSISTED_STATE Instance method Protected Method Release Persisted State of Context 20050408
4 CLEANUP_RESTART Instance method Private Method Follow Up Restart 20060222
5 CLEANUP_SERIALIZED_STATE Instance method Protected Method Release Serialized State of Context 20050408
6 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050412
7 DISABLE_BINARY_XML Instance method Public Method 20060912
8 DISABLE_HIBERNATION Instance method Private Method Disables Hibernation 20051104
9 DO_TRACE Instance method Private Method Write Context Content to Trace 20030821
10 ENABLE_BINARY_XML Instance method Public Method 20060912
11 ENABLE_HIBERNATION Instance method Private Method Enables Hibernation 20051104
12 FILL_PART Instance method Private Method Creates XML Part of Directly Serializable Attributes 20061115
13 GET_ACTION Instance method Public Method 20060912
14 GET_APPLICATION Instance method Public Method 20050405
15 GET_CALLED_OPERATION Instance method Public Method 20050405
16 GET_CALLED_OPERATION_NEW Instance method Public Method 20080526
17 GET_CONFIG Instance method Public Method 20060912
18 GET_CONFIGURATION Instance method Public Method 20060912
19 GET_ERR_LOCATION Instance method Public Method 20060912
20 GET_EXTERNAL_INTERFACE Instance method Public Method 20050405
21 GET_FAULT Instance method Private Method Gets SOAP Message (Response) for SOAP Fault 20030820
22 GET_FAULT2 Instance method Public Method 20050405
23 GET_FAULT_EXCEPTION Instance method Public Method Initial CX_SOAP_FAILURE_PROTOCOL from Context 20030820
24 GET_INTERNAL_INTERFACE Instance method Public Method 20050405
25 GET_INTERNAL_OPERATION Instance method Public Method 20060912
26 GET_LOCATION Instance method Public Method 20050405
27 GET_LOG_LEVEL Instance method Public Method 20050405
28 GET_MAPPED_INTERFACE Instance method Public Method 20050405
29 GET_MAPPED_OPERATION Instance method Public Method 20060912
30 GET_MESSAGE_STATUS Instance method Public Method 20061017
31 GET_MONITOR_LEVEL Instance method Public Method 20050405
32 GET_MTOM_ACCEPTED Instance method Public Method 20070404
33 GET_MTOM_ENABLED Instance method Public Method 20070404
34 GET_PARENT_EVENT_ID Instance method Protected Method get message id of parent event 20081215
35 GET_PARENT_MESSAGE_ID Instance method Protected Method Get Parent Message ID 20101216
36 GET_PARENT_TYPE Instance method Protected Method 20120802
37 GET_PERSIST Instance method Public Method 20060823
38 GET_PROGRAM Instance method Public Method 20050405
39 GET_PROTOCOLS Instance method Public Method 20050405
40 GET_PROTOCOL_BY_NAME Instance method Public Method 20060912
41 GET_RECEIVED_OPERATION Instance method Public Method 20061219
42 GET_REGISTRY Instance method Public Method 20050405
43 GET_REQUEST Instance method Public Method 20050405
44 GET_REQUEST_ID Instance method Public Method 20060912
45 GET_REQUEST_XML Instance method Public Method Get Payload from Root-Persist Class 20060208
46 GET_RESPONSE Instance method Public Method 20050405
47 GET_RESPONSE_ID Instance method Public Method 20060912
48 GET_ROLES Instance method Public Method 20050405
49 GET_RUNTIME Instance method Public Method 20050405
50 GET_RUNTIME_PROTOCOL Instance method Public Method 20050405
51 GET_SECURITY_PROFILE_IN Instance method Public Method 20050405
52 GET_SECURITY_PROFILE_OUT Instance method Public Method 20050405
53 GET_SECURITY_PROTOCOL Instance method Public Method 20050405
54 GET_SEQUENCE_PROTOCOL Instance method Public Method 20110104
55 GET_SOAP_VERSION Instance method Public Method return correct soap version namespace and prefix 20080707
56 GET_STATE Instance method Public Method 20050405
57 GET_TRACE_LEVEL Instance method Public Method 20050405
58 GET_TRANSPORT_BINDING Instance method Public Method 20050405
59 GET_TRANSPORT_BINDING_ID Instance method Public Method 20050405
60 GET_TRANSPORT_CONTEXT Instance method Public Method 20050405
61 GET_TRANSPORT_ID Instance method Public Method 20050405
62 GET_UNSUPP_CONT_TYPE Instance method Public Method return abap true if wrong content type is used on provider 20080915
63 GET_WS_KEY Instance method Public Method 20050405
64 GET_XOP_ATTACHM_CREATED Instance method Public Method 20070402
65 INIT Instance method Private Method Complete (Re-)Initialization 20030210
66 INIT_OP Instance method Private Method Reinitialization of Operation-Specific Fields 20030822
67 IS_APPLICATION_FAULT Instance method Public Method 20060912
68 IS_BINARY_XML_ENABLED Instance method Public Method 20060912
69 IS_HIBERNATION_ENABLED Instance method Public Method 20060912
70 IS_LOCAL_CALL Instance method Public Method 20060912
71 IS_OPERATION_TECHNICAL Instance method Public Method 20060912
72 IS_RESUMED Instance method Public Method 20060912
73 IS_STATEFUL Instance method Public Method 20050405
74 MSG_STATE_TRANSITION Instance method Private Method Static Method for Status Transitions of Message 20060820
75 MSG_STATE_TRANSITION_STATIC Static method Private Method Static Method for Status Transitions of Message 20060820
76 PREPARE_RESTART Instance method Private Method Prepare Restart 20060222
77 SAVE_AS_NEW_VERSION_BAK Instance method Public Method Serializes and Persists New Version 20070103
78 SET_ACTION Instance method Protected Method Sets Name of Called Operation (Server-Side) 20060207
79 SET_APPLICATION Instance method Protected Method Sets Action Attribute 20050323
80 SET_APPLICATION_FAULT Instance method Public Method 20060912
81 SET_CALLED_OPERATION Instance method Protected Method Sets Name of Called Operation (Server-Side) 20050323
82 SET_CALLED_OPERATION_NEW Instance method Protected Method Setze Namen der gerufenen Operation (nicht Name der message) 20080421
83 SET_CONFIG Instance method Public Method Sets Configuration Object 20050829
84 SET_CONFIGURATION Instance method Protected Method Sets Runtime View of SOAP Application 20050606
85 SET_CTX_STATE Instance method Protected Method Sets State of Context (Object, Serialized, Saved) 20070705
86 SET_ERR_LOCATION Instance method Public Method Sets Error Location 20060911
87 SET_EXTERNAL_INTERFACE Instance method Protected Method Sets External Interface Name 20050323
88 SET_EXTERNAL_INTERFACE_SEP Instance method Protected Method Sets External Interface Name 20050331
89 SET_FAULT Instance method Protected Method Sets SOAP Fault 20050323
90 SET_INTERNAL_INTERFACE Instance method Protected Method Sets Internal Interface Name 20050323
91 SET_INTERNAL_OPERATION Instance method Protected Method Sets Internal Interface Name 20060404
92 SET_LOCAL_CALL Instance method Private Method Sets Flag for Local Call (Shortcut) 20060815
93 SET_LOCATION Instance method Protected Method Sets Client/Server Side 20050323
94 SET_LOG_LEVEL Instance method Protected Method Sets Logging Level 20050324
95 SET_MAPPED_INTERFACE Instance method Protected Method Sets Interface Name from VI ("Mapped To") 20050323
96 SET_MAPPED_OPERATION Instance method Protected Method Sets Mapped Operation 20060407
97 SET_MAPPING Instance method Public Method Set mapping mode 20120711
98 SET_MAPPING_DATA Instance method Protected Method 20120712
99 SET_MESSAGE_STATUS Instance method Protected Method Sets Message Status 20061017
100 SET_MONITOR_LEVEL Instance method Protected Method Sets Monitoring Level 20050324
101 SET_MTOM_ACCEPTED Instance method Protected Method Sets Name of Called Operation (Server-Side) 20070404
102 SET_MTOM_ENABLED Instance method Protected Method Sets flag if MTOM format is in the request 20070411
103 SET_NONTECHNICAL_OPERATION Instance method Private Method Flags Operation as Non-Technical Operation (RBAM) 20060719
104 SET_PARENT_EVENT_ID Instance method Protected Method set message id of parent event 20081210
105 SET_PARENT_MESSAGE_ID Instance method Protected Method Set Parent Message ID 20101216
106 SET_PARENT_TYPE Instance method Protected Method 20120712
107 SET_PAYLOAD_XSTRING Instance method Private Method Workaround 20060213
108 SET_PERSISTENCY_ATTRIBUTES Instance method Protected Method 20110121
109 SET_PROGRAM Instance method Protected Method Sets Transformation Program (ST) 20050323
110 SET_PROTOCOLS Instance method Protected Method Sets Current SOAP Protocols 20050323
111 SET_RECEIVED_OPERATION Instance method Protected Method Sets Name of Called Operation (Server-Side) 20061218
112 SET_REGISTRY Instance method Protected Method Sets Web Server Configuration Information Administration 20050323
113 SET_REMOTE_CALL Instance method Private Method Sets Flag for Non-Local Call 20060815
114 SET_REQUEST Instance method Public Method Sets Call Document 20050323
115 SET_REQUEST_ID Instance method Public Method Sets Message Request ID 20101220
116 SET_REQUEST_ID_EXTERNAL Instance method Public Method 20120723
117 SET_REQUEST_STATUS Instance method Private Method Sets Message Status of Request 20060621
118 SET_RESPONSE Instance method Protected Method Sets Response Document 20050323
119 SET_RESPONSE_STATUS Instance method Private Method Sets Message Status of Response 20060621
120 SET_RESUMED Instance method Private Method Flag indicating whether context new or loaded from DB 20060803
121 SET_ROLES Instance method Protected Method Sets List of SOAP Role URIs 20050323
122 SET_RUNTIME Instance method Protected Method Sets SOAP Runtime 20050322
123 SET_RUNTIME_PROTOCOL Instance method Protected Method Sets Current Runtime Protocol Object 20050323
124 SET_SECURITY_PROFILE_IN Instance method Protected Method Sets Current Security Profile for Request 20050323
125 SET_SECURITY_PROFILE_OUT Instance method Protected Method Sets Current Security Profile for Response 20050323
126 SET_SECURITY_PROTOCOL Instance method Protected Method Sets WS Security Protocol for Filter 20050323
127 SET_SEQUENCE_PROTOCOL Instance method Private Method Set Sequence Protocol 20101223
128 SET_SOAP_APPL_NAME Instance method Public Method set soap appl name 20090108
129 SET_SOAP_VERSION Instance method Public Method set soap version 20080902
130 SET_STATE Instance method Protected Method Sets Runtime State (initialized, ...) 20050323
131 SET_TECHNICAL_OPERATION Instance method Private Method Flags Operation as Technical Operation (RBAM) 20060719
132 SET_TRACE_LEVEL Instance method Protected Method Sets Trace Level 20050324
133 SET_TRANSPORT_BINDING Instance method Protected Method Sets Current Transport Binding 20050323
134 SET_TRANSPORT_BINDING_ID Instance method Protected Method Sets Current Transport Binding URI 20050323
135 SET_TRANSPORT_CONTEXT Instance method Protected Method Sets Transport Context 20050322
136 SET_TRANSPORT_ID Instance method Protected Method Sets Current Transport ID 20050323
137 SET_UNSUPP_CONT_TYPE Instance method Public Method set true if wrongcontent type is used on provider 20080915
138 SET_WS_KEY Instance method Protected Method Sets Web Service Configurations Key 20050324
139 SET_XOP_ATTACHM_CREATED Instance method Public Method 20070402
140 TO_TRACE Instance method Public Method Deserialize Runtime Context 20030219
Events
Class CL_SOAP_CONTEXT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CONTEXT_STATE Private Type reference (TYPE) I Initial = 0; Object = 1; Serialized = 2; Saved = 3 20050617
Method Signatures

Method CHECK_TECHNICAL_OP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_TECHNICAL_OP Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081010

Method CHECK_TECHNICAL_OP on class CL_SOAP_CONTEXT has no exception.

Method CLEANUP_INSTANTIATED_STATE Signature

Method CLEANUP_INSTANTIATED_STATE on class CL_SOAP_CONTEXT has no parameter.
Method CLEANUP_INSTANTIATED_STATE on class CL_SOAP_CONTEXT has no exception.

Method CLEANUP_PERSISTED_STATE Signature

Method CLEANUP_PERSISTED_STATE on class CL_SOAP_CONTEXT has no parameter.
Method CLEANUP_PERSISTED_STATE on class CL_SOAP_CONTEXT has no exception.

Method CLEANUP_RESTART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SKIP_MESSAGE Call by reference Type reference (TYPE) BOOLEAN '-' 'X' -> aktuelle Message wird übersprungen 20060626

Method CLEANUP_RESTART on class CL_SOAP_CONTEXT has no exception.

Method CLEANUP_SERIALIZED_STATE Signature

Method CLEANUP_SERIALIZED_STATE on class CL_SOAP_CONTEXT has no parameter.
Method CLEANUP_SERIALIZED_STATE on class CL_SOAP_CONTEXT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PERSIST_ID Value transfer Type reference (TYPE) SXMS_PERSIST_ID Persist-Id 20060126

Method CONSTRUCTOR on class CL_SOAP_CONTEXT has no exception.

Method DISABLE_BINARY_XML Signature

Method DISABLE_BINARY_XML on class CL_SOAP_CONTEXT has no parameter.
Method DISABLE_BINARY_XML on class CL_SOAP_CONTEXT has no exception.

Method DISABLE_HIBERNATION Signature

Method DISABLE_HIBERNATION on class CL_SOAP_CONTEXT has no parameter.
Method DISABLE_HIBERNATION on class CL_SOAP_CONTEXT has no exception.

Method DO_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEVEL Value transfer Type reference (TYPE) I geforderter Trace Level 20030821

Method DO_TRACE on class CL_SOAP_CONTEXT has no exception.

Method ENABLE_BINARY_XML Signature

Method ENABLE_BINARY_XML on class CL_SOAP_CONTEXT has no parameter.
Method ENABLE_BINARY_XML on class CL_SOAP_CONTEXT has no exception.

Method ENABLE_HIBERNATION Signature

Method ENABLE_HIBERNATION on class CL_SOAP_CONTEXT has no parameter.
Method ENABLE_HIBERNATION on class CL_SOAP_CONTEXT has no exception.

Method FILL_PART Signature

Method FILL_PART on class CL_SOAP_CONTEXT has no parameter.
Method FILL_PART on class CL_SOAP_CONTEXT has no exception.

Method GET_ACTION Signature

Method GET_ACTION on class CL_SOAP_CONTEXT has no parameter.
Method GET_ACTION on class CL_SOAP_CONTEXT has no exception.

Method GET_APPLICATION Signature

Method GET_APPLICATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_APPLICATION on class CL_SOAP_CONTEXT has no exception.

Method GET_CALLED_OPERATION Signature

Method GET_CALLED_OPERATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_CALLED_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method GET_CALLED_OPERATION_NEW Signature

Method GET_CALLED_OPERATION_NEW on class CL_SOAP_CONTEXT has no parameter.
Method GET_CALLED_OPERATION_NEW on class CL_SOAP_CONTEXT has no exception.

Method GET_CONFIG Signature

Method GET_CONFIG on class CL_SOAP_CONTEXT has no parameter.
Method GET_CONFIG on class CL_SOAP_CONTEXT has no exception.

Method GET_CONFIGURATION Signature

Method GET_CONFIGURATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_CONFIGURATION on class CL_SOAP_CONTEXT has no exception.

Method GET_ERR_LOCATION Signature

Method GET_ERR_LOCATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_ERR_LOCATION on class CL_SOAP_CONTEXT has no exception.

Method GET_EXTERNAL_INTERFACE Signature

Method GET_EXTERNAL_INTERFACE on class CL_SOAP_CONTEXT has no parameter.
Method GET_EXTERNAL_INTERFACE on class CL_SOAP_CONTEXT has no exception.

Method GET_FAULT Signature

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

Method GET_FAULT on class CL_SOAP_CONTEXT has no exception.

Method GET_FAULT2 Signature

Method GET_FAULT2 on class CL_SOAP_CONTEXT has no parameter.
Method GET_FAULT2 on class CL_SOAP_CONTEXT has no exception.

Method GET_FAULT_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CODE Call by reference Type reference (TYPE) TSOAP_FAULT_CODE TSOAP_FC_CLIENT 20030820
2 Importing DETAIL Call by reference Object reference (TYPE REF TO) IF_SXMLP_PART_ABSTRACT abstract SXML/SXMLP part 20030820
3 Returning EXCEPTION Value transfer Object reference (TYPE REF TO) CX_SOAP_FAULT 20030820
4 Importing PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT Abstrakte Oberklasse aller globalen Exceptions 20061130
5 Importing PROCESS_CONTROL Call by reference Object reference (TYPE REF TO) IF_SET_LUW_PROCESSING_INFO retry-handling 20061009
6 Importing REASON_LANGUAGE Call by reference Type reference (TYPE) LANGU SY-LANGU 20030820
7 Importing REASON_TEXT Call by reference Type reference (TYPE) STRING 20030820
8 Importing SUB_CODE Call by reference Type reference (TYPE) QNAME Qualified Name 20100212

Method GET_FAULT_EXCEPTION on class CL_SOAP_CONTEXT has no exception.

Method GET_INTERNAL_INTERFACE Signature

Method GET_INTERNAL_INTERFACE on class CL_SOAP_CONTEXT has no parameter.
Method GET_INTERNAL_INTERFACE on class CL_SOAP_CONTEXT has no exception.

Method GET_INTERNAL_OPERATION Signature

Method GET_INTERNAL_OPERATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_INTERNAL_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method GET_LOCATION Signature

Method GET_LOCATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_LOCATION on class CL_SOAP_CONTEXT has no exception.

Method GET_LOG_LEVEL Signature

Method GET_LOG_LEVEL on class CL_SOAP_CONTEXT has no parameter.
Method GET_LOG_LEVEL on class CL_SOAP_CONTEXT has no exception.

Method GET_MAPPED_INTERFACE Signature

Method GET_MAPPED_INTERFACE on class CL_SOAP_CONTEXT has no parameter.
Method GET_MAPPED_INTERFACE on class CL_SOAP_CONTEXT has no exception.

Method GET_MAPPED_OPERATION Signature

Method GET_MAPPED_OPERATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_MAPPED_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method GET_MESSAGE_STATUS Signature

Method GET_MESSAGE_STATUS on class CL_SOAP_CONTEXT has no parameter.
Method GET_MESSAGE_STATUS on class CL_SOAP_CONTEXT has no exception.

Method GET_MONITOR_LEVEL Signature

Method GET_MONITOR_LEVEL on class CL_SOAP_CONTEXT has no parameter.
Method GET_MONITOR_LEVEL on class CL_SOAP_CONTEXT has no exception.

Method GET_MTOM_ACCEPTED Signature

Method GET_MTOM_ACCEPTED on class CL_SOAP_CONTEXT has no parameter.
Method GET_MTOM_ACCEPTED on class CL_SOAP_CONTEXT has no exception.

Method GET_MTOM_ENABLED Signature

Method GET_MTOM_ENABLED on class CL_SOAP_CONTEXT has no parameter.
Method GET_MTOM_ENABLED on class CL_SOAP_CONTEXT has no exception.

Method GET_PARENT_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PARENT_EVENT_MSG_ID Value transfer Type reference (TYPE) SYSUUID_X parent event message id 20081215

Method GET_PARENT_EVENT_ID on class CL_SOAP_CONTEXT has no exception.

Method GET_PARENT_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PARENT_MESSAGE_ID Value transfer Type reference (TYPE) SXMSGUID Parent Message ID 20101216

Method GET_PARENT_MESSAGE_ID on class CL_SOAP_CONTEXT has no exception.

Method GET_PARENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_PARENT_TYPE Value transfer Type reference (TYPE) SRT_PARENT_TYPE 20120802

Method GET_PARENT_TYPE on class CL_SOAP_CONTEXT has no exception.

Method GET_PERSIST Signature

Method GET_PERSIST on class CL_SOAP_CONTEXT has no parameter.
Method GET_PERSIST on class CL_SOAP_CONTEXT has no exception.

Method GET_PROGRAM Signature

Method GET_PROGRAM on class CL_SOAP_CONTEXT has no parameter.
Method GET_PROGRAM on class CL_SOAP_CONTEXT has no exception.

Method GET_PROTOCOLS Signature

Method GET_PROTOCOLS on class CL_SOAP_CONTEXT has no parameter.
Method GET_PROTOCOLS on class CL_SOAP_CONTEXT has no exception.

Method GET_PROTOCOL_BY_NAME Signature

Method GET_PROTOCOL_BY_NAME on class CL_SOAP_CONTEXT has no parameter.
Method GET_PROTOCOL_BY_NAME on class CL_SOAP_CONTEXT has no exception.

Method GET_RECEIVED_OPERATION Signature

Method GET_RECEIVED_OPERATION on class CL_SOAP_CONTEXT has no parameter.
Method GET_RECEIVED_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method GET_REGISTRY Signature

Method GET_REGISTRY on class CL_SOAP_CONTEXT has no parameter.
Method GET_REGISTRY on class CL_SOAP_CONTEXT has no exception.

Method GET_REQUEST Signature

Method GET_REQUEST on class CL_SOAP_CONTEXT has no parameter.
Method GET_REQUEST on class CL_SOAP_CONTEXT has no exception.

Method GET_REQUEST_ID Signature

Method GET_REQUEST_ID on class CL_SOAP_CONTEXT has no parameter.
Method GET_REQUEST_ID on class CL_SOAP_CONTEXT has no exception.

Method GET_REQUEST_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_DATA Value transfer Type reference (TYPE) STRING 20060208
# Exception Resumable Description Created on
1 CX_XMS_PERSIST XI: Systemfehler der Persist 20060208

Method GET_RESPONSE Signature

Method GET_RESPONSE on class CL_SOAP_CONTEXT has no parameter.
Method GET_RESPONSE on class CL_SOAP_CONTEXT has no exception.

Method GET_RESPONSE_ID Signature

Method GET_RESPONSE_ID on class CL_SOAP_CONTEXT has no parameter.
Method GET_RESPONSE_ID on class CL_SOAP_CONTEXT has no exception.

Method GET_ROLES Signature

Method GET_ROLES on class CL_SOAP_CONTEXT has no parameter.
Method GET_ROLES on class CL_SOAP_CONTEXT has no exception.

Method GET_RUNTIME Signature

Method GET_RUNTIME on class CL_SOAP_CONTEXT has no parameter.
Method GET_RUNTIME on class CL_SOAP_CONTEXT has no exception.

Method GET_RUNTIME_PROTOCOL Signature

Method GET_RUNTIME_PROTOCOL on class CL_SOAP_CONTEXT has no parameter.
Method GET_RUNTIME_PROTOCOL on class CL_SOAP_CONTEXT has no exception.

Method GET_SECURITY_PROFILE_IN Signature

Method GET_SECURITY_PROFILE_IN on class CL_SOAP_CONTEXT has no parameter.
Method GET_SECURITY_PROFILE_IN on class CL_SOAP_CONTEXT has no exception.

Method GET_SECURITY_PROFILE_OUT Signature

Method GET_SECURITY_PROFILE_OUT on class CL_SOAP_CONTEXT has no parameter.
Method GET_SECURITY_PROFILE_OUT on class CL_SOAP_CONTEXT has no exception.

Method GET_SECURITY_PROTOCOL Signature

Method GET_SECURITY_PROTOCOL on class CL_SOAP_CONTEXT has no parameter.
Method GET_SECURITY_PROTOCOL on class CL_SOAP_CONTEXT has no exception.

Method GET_SEQUENCE_PROTOCOL Signature

Method GET_SEQUENCE_PROTOCOL on class CL_SOAP_CONTEXT has no parameter.
Method GET_SEQUENCE_PROTOCOL on class CL_SOAP_CONTEXT has no exception.

Method GET_SOAP_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NAMESPACE Call by reference Type reference (TYPE) ANYURI Any URI 20080707
2 Exporting PREFIX Call by reference Type reference (TYPE) STRING 20080707

Method GET_SOAP_VERSION on class CL_SOAP_CONTEXT has no exception.

Method GET_STATE Signature

Method GET_STATE on class CL_SOAP_CONTEXT has no parameter.
Method GET_STATE on class CL_SOAP_CONTEXT has no exception.

Method GET_TRACE_LEVEL Signature

Method GET_TRACE_LEVEL on class CL_SOAP_CONTEXT has no parameter.
Method GET_TRACE_LEVEL on class CL_SOAP_CONTEXT has no exception.

Method GET_TRANSPORT_BINDING Signature

Method GET_TRANSPORT_BINDING on class CL_SOAP_CONTEXT has no parameter.
Method GET_TRANSPORT_BINDING on class CL_SOAP_CONTEXT has no exception.

Method GET_TRANSPORT_BINDING_ID Signature

Method GET_TRANSPORT_BINDING_ID on class CL_SOAP_CONTEXT has no parameter.
Method GET_TRANSPORT_BINDING_ID on class CL_SOAP_CONTEXT has no exception.

Method GET_TRANSPORT_CONTEXT Signature

Method GET_TRANSPORT_CONTEXT on class CL_SOAP_CONTEXT has no parameter.
Method GET_TRANSPORT_CONTEXT on class CL_SOAP_CONTEXT has no exception.

Method GET_TRANSPORT_ID Signature

Method GET_TRANSPORT_ID on class CL_SOAP_CONTEXT has no parameter.
Method GET_TRANSPORT_ID on class CL_SOAP_CONTEXT has no exception.

Method GET_UNSUPP_CONT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning UNSUPP_CONTENT_TYPE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20080915

Method GET_UNSUPP_CONT_TYPE on class CL_SOAP_CONTEXT has no exception.

Method GET_WS_KEY Signature

Method GET_WS_KEY on class CL_SOAP_CONTEXT has no parameter.
Method GET_WS_KEY on class CL_SOAP_CONTEXT has no exception.

Method GET_XOP_ATTACHM_CREATED Signature

Method GET_XOP_ATTACHM_CREATED on class CL_SOAP_CONTEXT has no parameter.
Method GET_XOP_ATTACHM_CREATED on class CL_SOAP_CONTEXT has no exception.

Method INIT Signature

Method INIT on class CL_SOAP_CONTEXT has no parameter.
Method INIT on class CL_SOAP_CONTEXT has no exception.

Method INIT_OP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OPERATION Call by reference Type reference (TYPE) QNAME gerufene Operation 20030822

Method INIT_OP on class CL_SOAP_CONTEXT has no exception.

Method IS_APPLICATION_FAULT Signature

Method IS_APPLICATION_FAULT on class CL_SOAP_CONTEXT has no parameter.
Method IS_APPLICATION_FAULT on class CL_SOAP_CONTEXT has no exception.

Method IS_BINARY_XML_ENABLED Signature

Method IS_BINARY_XML_ENABLED on class CL_SOAP_CONTEXT has no parameter.
Method IS_BINARY_XML_ENABLED on class CL_SOAP_CONTEXT has no exception.

Method IS_HIBERNATION_ENABLED Signature

Method IS_HIBERNATION_ENABLED on class CL_SOAP_CONTEXT has no parameter.
Method IS_HIBERNATION_ENABLED on class CL_SOAP_CONTEXT has no exception.

Method IS_LOCAL_CALL Signature

Method IS_LOCAL_CALL on class CL_SOAP_CONTEXT has no parameter.
Method IS_LOCAL_CALL on class CL_SOAP_CONTEXT has no exception.

Method IS_OPERATION_TECHNICAL Signature

Method IS_OPERATION_TECHNICAL on class CL_SOAP_CONTEXT has no parameter.
Method IS_OPERATION_TECHNICAL on class CL_SOAP_CONTEXT has no exception.

Method IS_RESUMED Signature

Method IS_RESUMED on class CL_SOAP_CONTEXT has no parameter.
Method IS_RESUMED on class CL_SOAP_CONTEXT has no exception.

Method IS_STATEFUL Signature

Method IS_STATEFUL on class CL_SOAP_CONTEXT has no parameter.
Method IS_STATEFUL on class CL_SOAP_CONTEXT has no exception.

Method MSG_STATE_TRANSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) SRT_MSG_ACTION Aktion an einer Message, die zu einem Statusübergang führt 20060820
2 Importing SOURCE_STATE Call by reference Type reference (TYPE) SXMSPMSTAT Status einer Message 20060820
3 Returning TARGET_STATE Value transfer Type reference (TYPE) SXMSPMSTAT Integration Engine: Status einer Message 20060820

Method MSG_STATE_TRANSITION on class CL_SOAP_CONTEXT has no exception.

Method MSG_STATE_TRANSITION_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) SRT_MSG_ACTION Aktion an einer Message, die zu einem Statusübergang führt 20060820
2 Importing LOCATION Call by reference Type reference (TYPE) SRT_LOC Lokation (Consumer/Provider) 20061017
3 Exporting LOCK_REQUIRED Call by reference Type reference (TYPE) BOOLEAN Kennzeichen, ob der Statusübergang eine Sperre erfordert 20061017
4 Importing SOURCE_STATE Call by reference Type reference (TYPE) SXMSPMSTAT Status einer Message 20060820
5 Exporting TARGET_STATE Call by reference Type reference (TYPE) SXMSPMSTAT Integration Engine: Status einer Message 20060820

Method MSG_STATE_TRANSITION_STATIC on class CL_SOAP_CONTEXT has no exception.

Method PREPARE_RESTART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SKIP_MESSAGE Call by reference Type reference (TYPE) BOOLEAN '-' 'X' -> aktuelle Message wird übersprungen 20060515

Method PREPARE_RESTART on class CL_SOAP_CONTEXT has no exception.

Method SAVE_AS_NEW_VERSION_BAK Signature

Method SAVE_AS_NEW_VERSION_BAK on class CL_SOAP_CONTEXT has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_PERSIST XI: Systemfehler der Persist 20070103

Method SET_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTION Call by reference Type reference (TYPE) QNAME Qualified Name 20060207

Method SET_ACTION on class CL_SOAP_CONTEXT has no exception.

Method SET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_APPLICATION Call by reference Object reference (TYPE REF TO) IF_SOAP_APPLICATION_RT Schnittstelle einer SOAP Applikation für die SOAP Laufzeit 20050323

Method SET_APPLICATION on class CL_SOAP_CONTEXT has no exception.

Method SET_APPLICATION_FAULT Signature

Method SET_APPLICATION_FAULT on class CL_SOAP_CONTEXT has no parameter.
Method SET_APPLICATION_FAULT on class CL_SOAP_CONTEXT has no exception.

Method SET_CALLED_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATION Call by reference Type reference (TYPE) QNAME Qualified Name 20050324

Method SET_CALLED_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method SET_CALLED_OPERATION_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATION Call by reference Type reference (TYPE) QNAME Qualified Name 20080421

Method SET_CALLED_OPERATION_NEW on class CL_SOAP_CONTEXT has no exception.

Method SET_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG Call by reference Object reference (TYPE REF TO) IF_SRT_WSP_RT_CONFIG WSP configuration runtime object 20050829

Method SET_CONFIG on class CL_SOAP_CONTEXT has no exception.

Method SET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONFIGURATION Call by reference Object reference (TYPE REF TO) CL_SOAP_CONFIGURATION Schnittstelle einer SOAP Applikation für die SOAP Laufzeit 20050606

Method SET_CONFIGURATION on class CL_SOAP_CONTEXT has no exception.

Method SET_CTX_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATE Value transfer Type reference (TYPE) I initial=0, object=1, serialized=2, saved=3 20070705

Method SET_CTX_STATE on class CL_SOAP_CONTEXT has no exception.

Method SET_ERR_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ERR_LOC Value transfer Type reference (TYPE) SRT_ERR_LOC Error Location Soap Runtime 20060911

Method SET_ERR_LOCATION on class CL_SOAP_CONTEXT has no exception.

Method SET_EXTERNAL_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INTERFACE Call by reference Type reference (TYPE) QNAME Qualified Name 20050324

Method SET_EXTERNAL_INTERFACE on class CL_SOAP_CONTEXT has no exception.

Method SET_EXTERNAL_INTERFACE_SEP Signature

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

Method SET_EXTERNAL_INTERFACE_SEP on class CL_SOAP_CONTEXT has no exception.

Method SET_FAULT Signature

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

Method SET_FAULT on class CL_SOAP_CONTEXT has no exception.

Method SET_INTERNAL_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INTERFACE Call by reference Type reference (TYPE) STRING 20050324

Method SET_INTERNAL_INTERFACE on class CL_SOAP_CONTEXT has no exception.

Method SET_INTERNAL_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATION Call by reference Type reference (TYPE) STRING 20060404

Method SET_INTERNAL_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method SET_LOCAL_CALL Signature

Method SET_LOCAL_CALL on class CL_SOAP_CONTEXT has no parameter.
Method SET_LOCAL_CALL on class CL_SOAP_CONTEXT has no exception.

Method SET_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOCATION Value transfer Type reference (TYPE) I 20050323

Method SET_LOCATION on class CL_SOAP_CONTEXT has no exception.

Method SET_LOG_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LEVEL Value transfer Type reference (TYPE) I 20050324

Method SET_LOG_LEVEL on class CL_SOAP_CONTEXT has no exception.

Method SET_MAPPED_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INTERFACE Call by reference Type reference (TYPE) STRING 20050324

Method SET_MAPPED_INTERFACE on class CL_SOAP_CONTEXT has no exception.

Method SET_MAPPED_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATION Call by reference Type reference (TYPE) STRING 20060407

Method SET_MAPPED_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method SET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MAPPING Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120711

Method SET_MAPPING on class CL_SOAP_CONTEXT has no exception.

Method SET_MAPPING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_COUPLED Call by reference Type reference (TYPE) XSDBOOLEAN 20120712
2 Importing IV_MAPPING_NAME Call by reference Type reference (TYPE) SRT_OB_MAPPING_NAME 20120712
3 Importing IV_SOURCE_IF_NAME Call by reference Type reference (TYPE) SRT_INTERFACE_NAME 20120712
4 Importing IV_SOURCE_IF_OP Call by reference Type reference (TYPE) SRT_INTERFACE_OPERATION 20120712

Method SET_MAPPING_DATA on class CL_SOAP_CONTEXT has no exception.

Method SET_MESSAGE_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) SXMSPMSTAT Integration Engine: Status einer Message 20061017

Method SET_MESSAGE_STATUS on class CL_SOAP_CONTEXT has no exception.

Method SET_MONITOR_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LEVEL Value transfer Type reference (TYPE) I 20050324

Method SET_MONITOR_LEVEL on class CL_SOAP_CONTEXT has no exception.

Method SET_MTOM_ACCEPTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACCEPTED Value transfer Type reference (TYPE) BOOLEAN 'X' Qualified Name 20070404

Method SET_MTOM_ACCEPTED on class CL_SOAP_CONTEXT has no exception.

Method SET_MTOM_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MTOM_ENABLED Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20070411

Method SET_MTOM_ENABLED on class CL_SOAP_CONTEXT has no exception.

Method SET_NONTECHNICAL_OPERATION Signature

Method SET_NONTECHNICAL_OPERATION on class CL_SOAP_CONTEXT has no parameter.
Method SET_NONTECHNICAL_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method SET_PARENT_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT_EVENT_MSG_ID Call by reference Type reference (TYPE) SYSUUID_X parent event message id 20081210

Method SET_PARENT_EVENT_ID on class CL_SOAP_CONTEXT has no exception.

Method SET_PARENT_MESSAGE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_MESSAGE_ID Call by reference Type reference (TYPE) SXMSGUID Parent Message ID 20101216

Method SET_PARENT_MESSAGE_ID on class CL_SOAP_CONTEXT has no exception.

Method SET_PARENT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_TYPE Call by reference Type reference (TYPE) SRT_PARENT_TYPE 20120712

Method SET_PARENT_TYPE on class CL_SOAP_CONTEXT has no exception.

Method SET_PAYLOAD_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) CL_SOAP_MESSAGE_NEW SOAP Anschluss ans ICF (HTTP) 20060213
2 Importing IM_XSTRING Call by reference Type reference (TYPE) XSTRING 20060213

Method SET_PAYLOAD_XSTRING on class CL_SOAP_CONTEXT has no exception.

Method SET_PERSISTENCY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LOCATION Call by reference Type reference (TYPE) I IF_SOAP_HIBERNATION~CO_LOCATION_CLIENT Sender/Receiver 20110121
2 Importing IM_PERSIST_HEADER Call by reference Object reference (TYPE REF TO) IF_SOAP_PERSIST_HEADER Access to Persist Header 20110121

Method SET_PERSISTENCY_ATTRIBUTES on class CL_SOAP_CONTEXT has no exception.

Method SET_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROGRAM Call by reference Type reference (TYPE) STRING 20050323

Method SET_PROGRAM on class CL_SOAP_CONTEXT has no exception.

Method SET_PROTOCOLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROTOCOLS Call by reference Type reference (TYPE) SOAP_PROTOCOL_LIST Liste von SOAP Protokollen 20050323

Method SET_PROTOCOLS on class CL_SOAP_CONTEXT has no exception.

Method SET_RECEIVED_OPERATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OPERATION Call by reference Type reference (TYPE) QNAME Qualified Name 20061218

Method SET_RECEIVED_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method SET_REGISTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REGISTRY Call by reference Object reference (TYPE REF TO) IF_SOAP_REGISTRY Zugriff zu Konfigurationsdaten von Web Services 20050323

Method SET_REGISTRY on class CL_SOAP_CONTEXT has no exception.

Method SET_REMOTE_CALL Signature

Method SET_REMOTE_CALL on class CL_SOAP_CONTEXT has no parameter.
Method SET_REMOTE_CALL on class CL_SOAP_CONTEXT has no exception.

Method SET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_SOAP_MESSAGE Low-Level Message Interface implemented by Transport Binding 20050323

Method SET_REQUEST on class CL_SOAP_CONTEXT has no exception.

Method SET_REQUEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID Call by reference Type reference (TYPE) SRTMSGID Message ID in SOAP Runtime 20101220

Method SET_REQUEST_ID on class CL_SOAP_CONTEXT has no exception.

Method SET_REQUEST_ID_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE_ID Call by reference Type reference (TYPE) SRTMSGID 20120723

Method SET_REQUEST_ID_EXTERNAL on class CL_SOAP_CONTEXT has no exception.

Method SET_REQUEST_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATUS Value transfer Type reference (TYPE) SXMSPMSTAT Integration Engine: Status einer Message 20060621

Method SET_REQUEST_STATUS on class CL_SOAP_CONTEXT has no exception.

Method SET_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESPONSE Call by reference Object reference (TYPE REF TO) IF_SOAP_MESSAGE Low-Level Message Interface implemented by Transport Binding 20050323

Method SET_RESPONSE on class CL_SOAP_CONTEXT has no exception.

Method SET_RESPONSE_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATUS Value transfer Type reference (TYPE) SXMSPMSTAT Integration Engine: Status einer Message 20060621

Method SET_RESPONSE_STATUS on class CL_SOAP_CONTEXT has no exception.

Method SET_RESUMED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RESUMED Value transfer Type reference (TYPE) BOOLEAN ABAP_TRUE boolsche Variable (X=true, -=false, space=unknown) 20060803

Method SET_RESUMED on class CL_SOAP_CONTEXT has no exception.

Method SET_ROLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ROLES Call by reference Type reference (TYPE) SOAP_ROLES_LIST Liste von SOAP Rollen URIs 20050323

Method SET_ROLES on class CL_SOAP_CONTEXT has no exception.

Method SET_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_RUNTIME Call by reference Object reference (TYPE REF TO) CL_SOAP_RUNTIME_ROOT Allgemeine SOAP Laufzeit (abstrakte Oberklasse) 20050322

Method SET_RUNTIME on class CL_SOAP_CONTEXT has no exception.

Method SET_RUNTIME_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROTOCOL Call by reference Object reference (TYPE REF TO) IF_SOAP_RUNTIME_PROTOCOL Protokollschnittstelle der SOAP-Laufzeit 20050324

Method SET_RUNTIME_PROTOCOL on class CL_SOAP_CONTEXT has no exception.

Method SET_SECURITY_PROFILE_IN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFILE Value transfer Type reference (TYPE) WSS_PROFILE_IN Inbound WS Security Profil 20050324

Method SET_SECURITY_PROFILE_IN on class CL_SOAP_CONTEXT has no exception.

Method SET_SECURITY_PROFILE_OUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROFILE Value transfer Type reference (TYPE) WSS_PROFILE_OUT Outbound WS Security Profil 20050324

Method SET_SECURITY_PROFILE_OUT on class CL_SOAP_CONTEXT has no exception.

Method SET_SECURITY_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_PROTOCOL Call by reference Object reference (TYPE REF TO) IF_SOAP_SECURITY_HELPER Schnittstelle Web Services Security Protokoll 20050324

Method SET_SECURITY_PROTOCOL on class CL_SOAP_CONTEXT has no exception.

Method SET_SEQUENCE_PROTOCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SEQUENCE_PROTOCOL Call by reference Object reference (TYPE REF TO) IF_SOAP_SEQUENCE_PROTOCOL Sequence Protocol 20101223

Method SET_SEQUENCE_PROTOCOL on class CL_SOAP_CONTEXT has no exception.

Method SET_SOAP_APPL_NAME Signature

Method SET_SOAP_APPL_NAME on class CL_SOAP_CONTEXT has no parameter.
Method SET_SOAP_APPL_NAME on class CL_SOAP_CONTEXT has no exception.

Method SET_SOAP_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOAP_VERSION Call by reference Type reference (TYPE) STRING 20080902

Method SET_SOAP_VERSION on class CL_SOAP_CONTEXT has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STATE Value transfer Type reference (TYPE) I 20050323

Method SET_STATE on class CL_SOAP_CONTEXT has no exception.

Method SET_TECHNICAL_OPERATION Signature

Method SET_TECHNICAL_OPERATION on class CL_SOAP_CONTEXT has no parameter.
Method SET_TECHNICAL_OPERATION on class CL_SOAP_CONTEXT has no exception.

Method SET_TRACE_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LEVEL Value transfer Type reference (TYPE) I 20050324

Method SET_TRACE_LEVEL on class CL_SOAP_CONTEXT has no exception.

Method SET_TRANSPORT_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_BINDING Call by reference Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_BINDING Schnittstelle für SOAP Transportprotokolle 20050324

Method SET_TRANSPORT_BINDING on class CL_SOAP_CONTEXT has no exception.

Method SET_TRANSPORT_BINDING_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) ANYURI any URI 20050324

Method SET_TRANSPORT_BINDING_ID on class CL_SOAP_CONTEXT has no exception.

Method SET_TRANSPORT_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SOAP_TRANSPORT_CONTEXT Gemeinsame Schnittstelle aller SOAP Transportkontexte 20050323

Method SET_TRANSPORT_CONTEXT on class CL_SOAP_CONTEXT has no exception.

Method SET_TRANSPORT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Value transfer Type reference (TYPE) TSRT_TRANSPORT_ID 20050324

Method SET_TRANSPORT_ID on class CL_SOAP_CONTEXT has no exception.

Method SET_UNSUPP_CONT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UNSUPP_CONTENT_TYPE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20081007

Method SET_UNSUPP_CONT_TYPE on class CL_SOAP_CONTEXT has no exception.

Method SET_WS_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) SCR_WSCFG_KEY Web Service Konfigurations-Key 20050324

Method SET_WS_KEY on class CL_SOAP_CONTEXT has no exception.

Method SET_XOP_ATTACHM_CREATED Signature

Method SET_XOP_ATTACHM_CREATED on class CL_SOAP_CONTEXT has no parameter.
Method SET_XOP_ATTACHM_CREATED on class CL_SOAP_CONTEXT has no exception.

Method TO_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TRACE_ENTRIES Value transfer Type reference (TYPE) SOAP_TRACE_LIST Liste von Strings zum Tracen 20030219

Method TO_TRACE on class CL_SOAP_CONTEXT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 630