<?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 Re: RFC - Presentation to application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869620#M366281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;query is solved.thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2007 13:17:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-27T13:17:42Z</dc:date>
    <item>
      <title>RFC - Presentation to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869616#M366277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    when we call a transaction in SAP R/3  e.g. SE38. , a  RFC is called from presentation server to application server. i wnat to know what exactly happens behind the screen.how a rfc is called? how  the connection is established between presentation server &amp;amp; application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do the needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 10:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869616#M366277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T10:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: RFC - Presentation to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869617#M366278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is an example of the Client-Server negotiation&lt;/P&gt;&lt;P&gt;    process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Server:   IAC DO TERMINAL-TYPE&lt;/P&gt;&lt;P&gt;      Client:        IAC WILL TERMINAL-TYPE&lt;/P&gt;&lt;P&gt;      Server:   IAC SB TERMINAL-TYPE SEND IAC SE&lt;/P&gt;&lt;P&gt;      Client:        IAC SB TERMINAL-TYPE IS IBM-3287-1 IAC SE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Note: To request a specific LU the TERMINAL-TYPE string would be:&lt;/P&gt;&lt;P&gt;      IAC SB TERMINAL-TYPE IS IBM-3287-1 @ LUNAME IAC SE&lt;/P&gt;&lt;P&gt;      (The client has specified its terminal type is an IBM-3287-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Server:   IAC DO END-OF-RECORD&lt;/P&gt;&lt;P&gt;      Client:        IAC WILL END-OF-RECORD&lt;/P&gt;&lt;P&gt;      Server:   IAC WILL END-OF-RECORD&lt;/P&gt;&lt;P&gt;      Client:        IAC DO END-OF-RECORD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      (The Server and Client have both agreed to transmit End-Of-Record&lt;/P&gt;&lt;P&gt;      (EOR)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Server:   IAC DO TRANSMIT-BINARY&lt;/P&gt;&lt;P&gt;      Client:        IAC WILL TRANSMIT-BINARY&lt;/P&gt;&lt;P&gt;      Server:   IAC WILL TRANSMIT-BINARY&lt;/P&gt;&lt;P&gt;      Client:        IAC DO TRANSMIT-BINARY&lt;/P&gt;&lt;P&gt;      (The Server and Client have both agreed to use binary&lt;/P&gt;&lt;P&gt;      transmission)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Server:   0x00 (3270 PRINT DATA)&lt;/P&gt;&lt;P&gt;      Client:        (S/S with DEV END) IAC EOR&lt;/P&gt;&lt;P&gt;      Server:   0x00 (3270 PRINT DATA) IAC EOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      NOTE:  LU 1 type data is prefaced with a 0x00 character. LU 3&lt;/P&gt;&lt;P&gt;      type data is not prefaced with a special character.  This&lt;/P&gt;&lt;P&gt;      character will precede print data in each chain, and should be&lt;/P&gt;&lt;P&gt;      discarded before the print data is processed.   An &amp;lt;IAC EOR&amp;gt; must&lt;/P&gt;&lt;P&gt;      be received before changing to LU 1 or LU 3 type data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Client:        (S/S with IR) IAC EOR (This indicates a paper jam&lt;/P&gt;&lt;P&gt;                    at printer.)&lt;/P&gt;&lt;P&gt;      Client:        (S/S with DE) IAC EOR (This indicates the clearing&lt;/P&gt;&lt;P&gt;                    of above condition.)&lt;/P&gt;&lt;P&gt;      Server:  0x00 (3270 PRINT DATA) (This indicates start of LU 1&lt;/P&gt;&lt;P&gt;               data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Server:   (3270 PRINT DATA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Server:   (3270 PRINT DATA)&lt;/P&gt;&lt;P&gt;      Server:   (3270 PRINT DATA) IAC EOR&lt;/P&gt;&lt;P&gt;      Client:        (S/S with DE) IAC EOR&lt;/P&gt;&lt;P&gt;      Server:   0x00 (LAST 3270 PRINT DATA) IAC EOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Client:        (S/S with DE) IAC EOR&lt;/P&gt;&lt;P&gt;      Server:   IAC AO&lt;/P&gt;&lt;P&gt;      (The Abort Output &amp;lt;AO&amp;gt; signifies the end-of-bracket -- end of&lt;/P&gt;&lt;P&gt;      print job)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 10:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869617#M366278</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-02-05T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: RFC - Presentation to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869618#M366279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RFC means, calling a function module with remote enabled property which is available in another R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC's can be two types. ( synchronus and asynchronus). In this process, the calling program statements executed very fastly (it is called main thread process). When "call function" statement is appeared, in the program, it searche for the function module in the remote system and executes all the statements in the remote system ( called child thread). Usually, main thread process is faster than child thread process. So, when the control goes to the remote system, the control waits upto completion of all the statementsd in the remote FM, then process the remaining steps in the calling program which is there after the call function statement. ( this process is called synchronus RFC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Assynchronus RFC, system continues to execute the remaining steps of the calling program , when the control is in called program alternatively and finally executes it. So Assynchronus RFC is faster than Synchronus RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe connection will be established using the IP addresses of the both systems using the TCODE: "SALE". It is Basis people job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 10:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869618#M366279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: RFC - Presentation to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869619#M366280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thing, call by reference is not allowed in RFC, Bz the variables are local to the R/3 system and not able to pick the values by another system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 10:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869619#M366280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T10:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: RFC - Presentation to application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869620#M366281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;query is solved.thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 13:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-presentation-to-application-server/m-p/1869620#M366281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T13:17:42Z</dc:date>
    </item>
  </channel>
</rss>

