<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RFC call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937490#M387544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an RFC (1) that is call from another system (A), it is possible to send some data to another system (A or B) calling other RFC (2) of the first RFC(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;   David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2007 18:35:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-08T18:35:09Z</dc:date>
    <item>
      <title>RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937490#M387544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an RFC (1) that is call from another system (A), it is possible to send some data to another system (A or B) calling other RFC (2) of the first RFC(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;   David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 18:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937490#M387544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T18:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937491#M387545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I believe it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 18:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937491#M387545</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-08T18:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937492#M387546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. It is possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As RFC calls can exchange data between systems, So it can exchange between any two systems but the systems which will exchange data must have RFC connections between each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 19:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937492#M387546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T19:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937493#M387547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David ,&lt;/P&gt;&lt;P&gt;Yes it very much possible to send data between two SAP systems.&lt;/P&gt;&lt;P&gt;The data between two SAP systems can be send by two methods &lt;/P&gt;&lt;P&gt;1. Interface Method(BAPI etc)&lt;/P&gt;&lt;P&gt;2. RFC method&lt;/P&gt;&lt;P&gt;Do as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In RFC method , create RFC enabled FM in remote system by clicking radio-button in Attribute Tab while creating anormal function mosule .This maks it remotely enable function module&lt;/P&gt;&lt;P&gt;2.In calling program system , go SM59 to maintain rfc destination.&lt;/P&gt;&lt;P&gt;At the backend , kernel refers to RFCDES  table to get the connection string  parameters .&lt;/P&gt;&lt;P&gt;2.Test theconnectionthere itself to ckeck the connectivity&lt;/P&gt;&lt;P&gt;4.type following code to finally call the rfc which is in remote system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call &amp;lt;remote_enabled &lt;U&gt;FM&amp;gt; Destination &amp;lt;rfc&lt;/U&gt;destination_created &lt;U&gt;in&lt;/U&gt;sm59&amp;gt;&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;par2 = par1 &lt;/P&gt;&lt;P&gt;var2 = var2&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;imp1 = imp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this solvesur problem&lt;/P&gt;&lt;P&gt;To get more details , rehfere to following link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bapirfc/rfcsap.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bapirfc/rfcsap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 06:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937493#M387547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: RFC call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937494#M387548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Code and Documents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending system side(SEND--800)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------" /&gt;&lt;P&gt;Create function module by using Tcode SE37 or SE80 &lt;/P&gt;&lt;P&gt;goto attributes select remote function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;activate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Receiving system side(RECE--000)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto Tcode SM59 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here select the R/3 Connections--&amp;gt;click on Create Button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give RFC Desstination : TESTRFC&lt;/P&gt;&lt;P&gt;     Connection Type  : 3 for Connecting two systems&lt;/P&gt;&lt;P&gt;     Description      : Some meaningful Description&lt;/P&gt;&lt;P&gt; Press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give Target system Name : SEND&lt;/P&gt;&lt;P&gt;          Language      : EN&lt;/P&gt;&lt;P&gt;          Client        : 800&lt;/P&gt;&lt;P&gt;          user Name     : sapuser&lt;/P&gt;&lt;P&gt;          Password      : xxxxxx&lt;/P&gt;&lt;P&gt;save this connections &amp;amp; click on test connections(f8) &lt;/P&gt;&lt;P&gt;                      &amp;amp; Remote logon(f7)---&amp;gt; it will open a session &lt;/P&gt;&lt;P&gt;                        with client 800 that is your sending system&lt;/P&gt;&lt;P&gt;                        then only your RFC is correct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a report in SE38 Tcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : c1 type i.&lt;/P&gt;&lt;P&gt;data : itab like mara occurs 0 with header line.&lt;/P&gt;&lt;P&gt;call function 'ZRFCFM' destination 'TESTRFC' ---&amp;gt;Function Module 'ZRFCFM' your just create at Sending system &lt;/P&gt;&lt;P&gt;     exporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     importing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;     exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM59 Transaction is used for Connection Establishment with Destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you establish a connection to a client through a destination, the HTTP connection must first be entered in transaction SM59.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of HTTP connection in transaction SM59: Call transaction SM59 to display the different RFC destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTTP connection to the external server (connection type G) and the HTTP connection to the R/3 system (connection type H) are different only in their logon procedures. Their technical settings are the same. To display the technical settings, double-click a connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can choose from three tabs. Under Technical Settings, you can specify the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Target Host: The host to which you want to connect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you are using HTTPS as a protocol, you have to specify the full host name (with domain).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Service No.: Here, you specify the port. The destination host must of course be configured in such a way that the specified port &amp;#129;gunderstands&amp;#129;h the corresponding protocol (HTTP or HTTPS). See Parameterizing the ICM and the ICM Server Cache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Path Prefix: At the time when the connection to this destination is initiated, the system inserts this sub-path before ~request_uri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E HTTP Proxy Options: Here, you can configure a proxy for HTTP connections: You can determine the proxy host and service, as well as users and passwords for the HTTP connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tab page Logon/Security will be different depending on whether you have selected a HTTP connection to an external server (connection type G) or a HTTP connection to an R/3 system (connection type H).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP Connection to an External Server (Connection Type G)&lt;/P&gt;&lt;P&gt;Choose the connection you want to use. You can choose from the following logon procedures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E No Logon: The server program does not request a user or password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Basic Authentication: The server program requests a user and password. Basic Authentication is a standard HTTP method for authenticating users. When a user logs on to the target system, he or she provides a user ID and password as authentication. This information is then sent in a header variable as a Base 64-encoded string to the server, through the HTTP connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E SSL Client Certificate: If you use client certificates for authentication, the client authentication is performed through the Secure Sockets Layer (SSL) protocol. In this case, you must also select the SSL Client PSE of the SAP Web AS that contains the relevant certificate for the authentication. The target system must handle the issuer of the SAP Web AS client certificate as a trusted system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under Logon/Security, you can also activate SSL to ensure that HTTPS is the protocol used (if you select SSL, make sure that the correct port is entered under Technical Settings). In the security transaction STRUST you can determine which type of SSL client is used. (Getting Started with the Trust Manager, Trust Manager).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field Authorization for Destination has been implemented as an additional level of protection. We recommend that you specify a user and password for the RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP Connection to an R/3 System (Connection Type H)&lt;/P&gt;&lt;P&gt;Here, you can specify more settings for authentication in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The settings under Technical Settings and Special Options are the same as for connection type G. Under Logon/Security, the connection type H has additional logon procedures. As with external servers, you can activate and deactivate SSL and specify an authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because the target system is an SAP system, you can set the client and language for the logon as well as the user name and password. If you check Current User, you have to specify the password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following authentication procedures are available: Basic Authentication, SAP Standard, and SAP Trusted System, and SSL Client Certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E HTTP Basic Authentication: Logon with user and password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E SAP Standard: This procedure uses an RFC logon procedure. The RFC Single Sign-On (SSO) procedure is valid within the one system. The same SAP user (client, language, and user name) is used for logon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E SAP Trusted System: Trusted RFC logon to a different SAP system (see Trusted System: Maintaining Trust Relationships Between SAP Systems)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E SSL Client Certificate: The SSL protocol enables you to use client certificates for the logon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type G/H (SM59)&lt;/P&gt;&lt;P&gt;Timeout:&lt;/P&gt;&lt;P&gt;When sending a HTTP request, you can use this parameter to specify the maximum response time for the connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP Setting:&lt;/P&gt;&lt;P&gt;You can use the HTTP version to specify the protocol version of the HTTP request (HTTP 1.0 or 1.1). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compression: &lt;/P&gt;&lt;P&gt;You can use this option to activate the gzip compression for the request body. This can only be activated in HTTP Version 1.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compressed Response:&lt;/P&gt;&lt;P&gt;In the standard setting, the SAP Web Application Server sends the Accept Encoding field as a header field with the value gzip, if the application server can handle this compression. This notifies the partner that the caller can handle gzip decompression, and that the partner can send compressed data. If you want to prevent a compressed response being sent, choose the option No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTTP Cookie:&lt;/P&gt;&lt;P&gt;You can use this option to control the way received cookies are handled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify the following for cookies:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Accept them automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Reject them automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Accept or reject them in a prompt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E Use a handler for the event IF_HTTP_CLIENT~EVENTKIND_HANDLE_COOKIE to process the cookies in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E In the next section, you can read about the parallelization of requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1331916"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC:RFCs are requests that an SAP component sends to invoke functions on remote systems, or calls that remote systems initiate to invoke functions on an SAP component.A process that can accept RFCs from SAP components. This allows SAP components to access functions in external systems. In SAP BC terminology, the process is called a Listener. Listeners are one or more threads on SAP Business Connector that wait for incoming requests from SAP components. Listeners are named and register with an SAP gateway to indicate that they are ready to accept requests. Listeners can accept RFC or tRFC requests.&lt;/P&gt;&lt;P&gt;TRFC:Protocol for ensuring that an RFC is executed successfully and executed only once on the target system. SAP Business Connector can handle both inbound and outbound tRFCs.Communications method that an SAP component uses to asynchronously invoke a function on a remote system and that a remote system uses to asynchronously invoke a function on an SAP component. The tRFC protocol ensures that an RFC is executed successfully and only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="8" type="ul"&gt;&lt;P&gt;Detailed Description **********&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactional RFC(tRFC):-Transactional RFC uses resource checking only. It does not use parallel RFCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The required ABAP language element is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION remote function DESTINATION destination IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ABAP command flags the function module remote function for asynchronous processing. The module is not executed immediately. The data transferred with EXPORTING or TABLES is placed in a database table. A COMMIT WORK then triggers the function module. There are various cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E The data is updated. In this case the function module is executed within the update following the V1 phase, usually even on a different server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#129;E The data is not updated. In this case the function module is executed in the same work process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If an error occurs during a synchronous remote function call, the system cannot tell at what point the error occurred (most crucially, whether the function module was actually processed in R/3 before the operation failed). Restarting a failed call is therefore a dangerous thing to do, since you risk duplicating a completed function call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To alleviate this problem, you can use transactional RFC, which guarantees that each function call you issue will only be executed once, even if you submit it repeatedly to the R/3 System. The system implements this safeguard by assigning a unique transaction ID (TID) to each transaction that you submit. When you attempt to process the transaction, the system checks whether that TID has already been processed. If it has, the transaction is ignored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC:-&lt;/P&gt;&lt;P&gt;Communication between an MTS component and the R/3 System uses Remote Function Call (RFC). Since there is considerable overhead involved in establishing these connections, the MTS does not release a connection as soon as an object has finished with it. Instead, it keeps it in a connection pool. From here, it can be reused by another object. If after a certain period the object has still not been used, the system will release it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each RFC connection is characterized by the following properties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target system &lt;/P&gt;&lt;P&gt;Client &lt;/P&gt;&lt;P&gt;User name &lt;/P&gt;&lt;P&gt;Password &lt;/P&gt;&lt;P&gt;Language &lt;/P&gt;&lt;P&gt;A pooled resource can only be reused by an object with the same properties. Thus resource pooling is of considerable importance in Web scenarios, where several users share a single R/3 user, because there will be many requests using the same connection parameters. If the MTS can allocate an existing connection to these requests, the performance of the application will be improved, because you no longer have the overhead associated with creating new RFC connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2007 15:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-call/m-p/1937494#M387548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-09T15:27:47Z</dc:date>
    </item>
  </channel>
</rss>

