SAP ABAP Class CL_SOAP_RFC_MESSAGE_MANAGER (Manages IF_SOAP_RFC_MASSAGE instances)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_RFC (Package) RFC Adapter - WS Consumer proxy calls FM over RFC Protocol
Properties
Class CL_SOAP_RFC_MESSAGE_MANAGER  
Short Description Manages IF_SOAP_RFC_MASSAGE instances    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_RFC   RFC Adapter - WS Consumer proxy calls FM over RFC Protocol 
Created 20121016   SAP 
Last change 20130531   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)
Interfaces
Class CL_SOAP_RFC_MESSAGE_MANAGER has no interface implemented.
Friends
Class CL_SOAP_RFC_MESSAGE_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_RFC_MESSAGE_INSTANCES Static Attribute Private See coding 20121016
2 GV_INSTANCE_NAME Static Attribute Private Type reference (TYPE) SEOCLNAME 'CL_SOAP_RFC_MESSAGE' Class Name 20121120
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Creates IF_SOAP_RFC_MASSAGE 20121016
2 CREATE_FROM_XSTRING Static method Public Method Creates IF_SOAP_RFC_MASSAGE 20121022
3 GET Static method Public Method Gets IF_SOAP_RFC_MASSAGE 20121016
Events
Class CL_SOAP_RFC_MESSAGE_MANAGER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_RFC_MESSAGE_INSTANCE Private See coding 20121016 begin of ty_rfc_message_instance, pers_id type srt_persistency_persist_id, instance type ref to if_soap_rfc_message, end of ty_rfc_message_instance
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing METHOD_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20121016
2 Importing PERSIST_ID Call by reference Type reference (TYPE) SRT_PERSISTENCY_PERSIST_ID Persistence ID in SOAP Runtime 20121016
3 Importing PROXY_NAME Call by reference Type reference (TYPE) SEOCLNAME Class Name 20121016
4 Importing REQUEST Call by reference Type reference (TYPE) DATA Message request 20121023
5 Importing RFC_DEST_NAME Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20121016
6 Returning RFC_MESSAGE Value transfer Object reference (TYPE REF TO) IF_SOAP_RFC_MESSAGE Container to store RFC data 20121016

Method CREATE on class CL_SOAP_RFC_MESSAGE_MANAGER has no exception.

Method CREATE_FROM_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ABS_REQ_NAME Call by reference Type reference (TYPE) ABAP_ABSTYPENAME 20121102
2 Importing IV_XSTRING Call by reference Type reference (TYPE) XSTRING Serialized parameter tab 20121022
3 Importing METHOD_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20121022
4 Importing PERSIST_ID Call by reference Type reference (TYPE) SRT_PERSISTENCY_PERSIST_ID Persistence ID in SOAP Runtime 20121022
5 Importing PROXY_NAME Call by reference Type reference (TYPE) SEOCLNAME Class Name 20121022
6 Importing RFC_DEST_NAME Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20121022
7 Returning RFC_MESSAGE Value transfer Object reference (TYPE REF TO) IF_SOAP_RFC_MESSAGE Container to store RFC data 20121022

Method CREATE_FROM_XSTRING on class CL_SOAP_RFC_MESSAGE_MANAGER has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERSIST_ID Call by reference Type reference (TYPE) SRT_PERSISTENCY_PERSIST_ID Persistence ID in SOAP Runtime 20121016
2 Returning RFC_MESSAGE Value transfer Object reference (TYPE REF TO) IF_SOAP_RFC_MESSAGE Container to store RFC data 20121016

Method GET on class CL_SOAP_RFC_MESSAGE_MANAGER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740