SAP CL_PROXY_FRAMEWORK_WS_XI OO Class - Outbound Processing of AI Messages









CL_PROXY_FRAMEWORK_WS_XI is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_PROXY_FRAMEWORK_WS_XI including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_PROXY_FRAMEWORK_WS_XI is CL_PROXY_FRAMEWORK_OUTBOUND

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_PROXY_FRAMEWORK_XI

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SOAP_PART_OBSERVER

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_SXMLP_OBSERVER_ABSTRACT

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_XMS_MAIN

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_XMS_MAIN_CONST

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_XMS_PLSRV

Method list of CL_PROXY_FRAMEWORK_WS_XI SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ADD_TRACEProtected
CALL METHOD cl_proxy_framework_ws_xi=>ADD_TRACE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_proxy_framework_ws_xi=>CONSTRUCTOR...more details

GET_END_TIMEPublic
CALL METHOD cl_proxy_framework_ws_xi=>GET_END_TIME...more details

GET_INBOUND_CALL_ERRORProtected
CALL METHOD cl_proxy_framework_ws_xi=>GET_INBOUND_CALL_ERROR...more details

GET_MESSAGE_DATAProtected
CALL METHOD cl_proxy_framework_ws_xi=>GET_MESSAGE_DATA...more details

GET_METHOD_SIGNATUREProtected
CALL METHOD cl_proxy_framework_ws_xi=>GET_METHOD_SIGNATURE...more details

GET_START_TIMEPublic
CALL METHOD cl_proxy_framework_ws_xi=>GET_START_TIME...more details

PERFORMANCE_MEASUREMENT_ENDProtected
CALL METHOD cl_proxy_framework_ws_xi=>PERFORMANCE_MEASUREMENT_END...more details

PERFORMANCE_MEASUREMENT_STARTProtected
CALL METHOD cl_proxy_framework_ws_xi=>PERFORMANCE_MEASUREMENT_START...more details

SET_WS_RUNTIME_SERVERPublic
CALL METHOD cl_proxy_framework_ws_xi=>SET_WS_RUNTIME_SERVER...more details

WS_CALL_INBOUNDProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_CALL_INBOUND...more details

WS_CALL_OUTBOUNDProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_CALL_OUTBOUND...more details

WS_CALL_OUTBOUND_PREPAREProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_CALL_OUTBOUND_PREPARE...more details

WS_PREPARE_XMLProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PREPARE_XML...more details

WS_PROCESS_ATTACHMENTSProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PROCESS_ATTACHMENTS...more details

WS_PROCESS_CALLProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PROCESS_CALL...more details

WS_PROCESS_HEADERProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PROCESS_HEADER...more details

WS_PROCESS_MESSAGE_IDProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PROCESS_MESSAGE_ID...more details

WS_PROCESS_PAYLOADProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PROCESS_PAYLOAD...more details

WS_PROCESS_SESSIONProtected
CALL METHOD cl_proxy_framework_ws_xi=>WS_PROCESS_SESSION...more details

XI_CALL_INBOUNDProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_CALL_INBOUND...more details

XI_CALL_OUTBOUNDProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_CALL_OUTBOUND...more details

XI_PROCESS_ASYNC_MESSAGINGProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_ASYNC_MESSAGING...more details

XI_PROCESS_ATTACHMENTSProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_ATTACHMENTS...more details

XI_PROCESS_CALL_APPLICATIONProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_CALL_APPLICATION...more details

XI_PROCESS_CALL_XMBProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_CALL_XMB...more details

XI_PROCESS_MESSAGE_IDProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_MESSAGE_ID...more details

XI_PROCESS_METERINGProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_METERING...more details

XI_PROCESS_PASSPORTProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_PASSPORT...more details

XI_PROCESS_PAYLOADProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_PAYLOAD...more details

XI_PROCESS_ROUTINGProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_ROUTING...more details

XI_PROCESS_XI_HEADERProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_PROCESS_XI_HEADER...more details

XI_RELATION_ADDProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_RELATION_ADD...more details

XI_RELATION_INITProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_RELATION_INIT...more details

XI_RELATION_TRACEProtected
CALL METHOD cl_proxy_framework_ws_xi=>XI_RELATION_TRACE...more details



CL_PROXY_FRAMEWORK_WS_XI attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
AGENTInstance AttributeProxy AgentLIKE
IF_PROXY_INBOUND_AGENT
Protected
AGENT_NAMESStatic AttributeTable of StringsLIKE
STRING_TABLE
Protected
AGENT_REFSInstance AttributeLIKE
T_AGENTS
Private
APPLICATION_FAULT_OCCUREDInstance AttributeLIKE
BOOLEAN
Protected
APPLICATION_OBJECTInstance AttributeLIKE
OBJECT
Protected
C_FALSEConstantCHAR01 Data Element for SYSTSPACELIKE
SYCHAR01
Protected
C_TRUEConstantCHAR01 Data Element for SYST'X'LIKE
SYCHAR01
Protected
DONT_CATCH_APPL_FAULTInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Protected
FAULTSInstance AttributeLIKE
T_FAULT
Protected
FORCE_STYLESHEET_GENERATIONInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Protected
IMPLEMENTING_CLASSInstance AttributeClass NameLIKE
SEOCLNAME
Protected
INBOUND_CALL_VIA_WSInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Public
INTERFACE_OPERATIONInstance AttributeLIKE
STRING
Protected
IS_SYNCHRONInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)LIKE
BOOLEAN
Protected
LOGICAL_PORT_NAMEInstance AttributeLogical Port NameLIKE
PRX_LOGICAL_PORT_NAME
Protected
METHOD_SIGNATUREInstance AttributeLIKE
SPROXSIGTT
Protected
OPERATION_NAMEInstance AttributeProxy Generation: Object Name in Integration BuilderLIKE
PRX_IFRNAM
Protected
REQUEST_PARAMETERSInstance AttributeProxy ParametersLIKE
PRX_T_PARAM
Protected
RESPONSE_PARAMETERSInstance AttributeProxy ParametersLIKE
PRX_T_PARAM
Protected
SERVER_CONTEXTInstance AttributeProvide WS ProtocolsLIKE
CL_WSPROTOCOL
Protected
T_CALL_ENDInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_CALL_METHOD_ENDInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_CALL_METHOD_STARTInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_CALL_STARTInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_CREATE_OBJECT_ENDInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_CREATE_OBJECT_STARTInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_LP_ENDInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_LP_STARTInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_REQUEST_PAYLOAD_ENDInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_REQUEST_PAYLOAD_STARTInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_RESPONSE_PAYLOAD_ENDInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
T_RESPONSE_PAYLOAD_STARTInstance AttributeUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)LIKE
TIMESTAMPL
Protected
WS_REQ_PARInstance AttributeLIKE
CL_SXML_FRAGMENT
Protected
WS_REQ_PAR_INBInstance AttributeLIKE
CL_SXML_FRAGMENT
Public
WS_RES_MESSAGEInstance AttributeLow-Level Message Interface Implemented by Transport BindingLIKE
IF_SOAP_MESSAGE
Protected
WS_RES_PARInstance AttributeLIKE
CL_SXML_FRAGMENT
Protected
WS_RUNTIME_SERVERInstance AttributeServer-Side SOAP Application (Inbound)LIKE
IF_SOAP_APPLICATION_RT
Protected
XI_INB_FLAGStatic AttributeSingle-Character FlagLIKE
CHAR1
Private
XI_INB_RELATIONStatic AttributeProxy Generation: Method SignatureLIKE
SPROXSIGTT
Private
XMB_MESSAGEInstance AttributeLIKE
Public




CL_PROXY_FRAMEWORK_WS_XI types

RESPONSE_METADATA -
S_FAULT -
T_AGENTS -
T_FAULT -

Links to Related Class(s)

CL_PROXY...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!