<?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: when to use startrfc? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214568#M766487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can  it be used to test logon R3 in double stack(java+abap)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;startrfc -3 -h localhost -s n4s -u SAPJSF -p pass -c 001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 06:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T06:55:52Z</dc:date>
    <item>
      <title>when to use startrfc?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214565#M766484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when do we go with STARTRFC ?&lt;/P&gt;&lt;P&gt;what is the syntax of startrfc? when is it to be executed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214565#M766484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T04:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: when to use startrfc?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214566#M766485</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;RFC command line interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax :&lt;/P&gt;&lt;P&gt;startrfc [connect options] &amp;lt;function options&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;function options =&lt;/P&gt;&lt;P&gt;-F &amp;lt;function module&lt;/P&gt;&lt;P&gt;-E &amp;gt;&amp;lt;parameter&amp;gt;=&amp;lt;value&amp;gt;&lt;/P&gt;&lt;P&gt;-T &amp;lt;table name&amp;gt;,&amp;lt;width&amp;gt;,[r=&amp;lt;file&amp;gt;][,w=&amp;lt;file&amp;gt;]&lt;/P&gt;&lt;P&gt;where &amp;lt;file&amp;gt; is a path name to read from (r)&lt;/P&gt;&lt;P&gt;or write to (w) the internal table.&lt;/P&gt;&lt;P&gt;If &amp;lt;file&amp;gt; is -, stdin or stdout is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC connection options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-d &amp;lt;destination&amp;gt; name of the RFC destination.&lt;/P&gt;&lt;P&gt;Necessary, if you are using a 'sideinfo' file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-2 SNA mode on.&lt;/P&gt;&lt;P&gt;You must set this if you want to connect to R/2.&lt;/P&gt;&lt;P&gt;All other conection data must be suppplied by a&lt;/P&gt;&lt;P&gt;sideinfo file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-3 R/3 mode on.&lt;/P&gt;&lt;P&gt;You must set this if you want to connect to R/3.&lt;/P&gt;&lt;P&gt;Specify the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-h &amp;lt;hostname&amp;gt; hostname of the R/3 target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-s &amp;lt;system number&amp;gt; system number of the target system.&lt;/P&gt;&lt;P&gt;this determines the TCP/IP service to be used to connect&lt;/P&gt;&lt;P&gt;to the R/3 system. The default value is 0 and the default&lt;/P&gt;&lt;P&gt;service being used then is sapgw00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-gui start sapgui&lt;/P&gt;&lt;P&gt;to allow dynpro and graphics processing&lt;/P&gt;&lt;P&gt;(3.0C or later required on the target system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using an intermediate SAP gateway, specify:&lt;/P&gt;&lt;P&gt;-g &amp;lt;gateway host&amp;gt;&lt;/P&gt;&lt;P&gt;-x &amp;lt;gateway service&amp;gt;&lt;/P&gt;&lt;P&gt;(must not be used with -gui or -debug option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-balanced load balancing mode.&lt;/P&gt;&lt;P&gt;Another way to connect to R/3, if the R/3 system is 3.0C&lt;/P&gt;&lt;P&gt;or later and workload balancing is active on that system.&lt;/P&gt;&lt;P&gt;Requests are automatically routed to the application server&lt;/P&gt;&lt;P&gt;having the best response times in the moment.&lt;/P&gt;&lt;P&gt;Specify the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-h &amp;lt;host name&amp;gt; hostname of R/3's message server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-s &amp;lt;system name&amp;gt; name of the target system.&lt;/P&gt;&lt;P&gt;This determines the TCP/IP service to be used to connect&lt;/P&gt;&lt;P&gt;to the R/3 system.&lt;/P&gt;&lt;P&gt;The system name is a 3 letter word. If the system name&lt;/P&gt;&lt;P&gt;is XXX, the service being used is sapXXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-g &amp;lt;group name&amp;gt; name of application server group.&lt;/P&gt;&lt;P&gt;The default is PUBLIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-gui start sapgui&lt;/P&gt;&lt;P&gt;to allow dynpro and graphics processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additional options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-t turn trace on.&lt;/P&gt;&lt;P&gt;all operations are written to the trace file 'dev_rfc'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-debug turn ABAP/4 debugging mode on.&lt;/P&gt;&lt;P&gt;this can only be done, if sapgui is installed on the client&lt;/P&gt;&lt;P&gt;system and the target system has version 3.0C or later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the 'saprfc.ini'-file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-D &amp;lt;destination&amp;gt; name of the RFC destination in saprfc.ini&lt;/P&gt;&lt;P&gt;Instead of using the connection and additional options&lt;/P&gt;&lt;P&gt;defined above, you can also work with the 'saprfc.ini'-file&lt;/P&gt;&lt;P&gt;and all needed options must be defined in this file.&lt;/P&gt;&lt;P&gt;Using this feature, this program can run in an SNC&lt;/P&gt;&lt;P&gt;environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC logon data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-u &amp;lt;userid&amp;gt; SAP userid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-p &amp;lt;password&amp;gt; password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-c &amp;lt;client&amp;gt; client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-l &amp;lt;language&amp;gt; logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;further options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-i &amp;lt;input file for argv&amp;gt;&lt;/P&gt;&lt;P&gt;-o &amp;lt;output file for argv&amp;gt;&lt;/P&gt;&lt;P&gt;-? this text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214566#M766485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T04:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: when to use startrfc?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214567#M766486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The&amp;lt;b&amp;gt; startrfc&amp;lt;/b&amp;gt; utility can be used to invoke ABAP programs from external systems or servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214567#M766486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: when to use startrfc?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214568#M766487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can  it be used to test logon R3 in double stack(java+abap)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;startrfc -3 -h localhost -s n4s -u SAPJSF -p pass -c 001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 06:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-use-startrfc/m-p/3214568#M766487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T06:55:52Z</dc:date>
    </item>
  </channel>
</rss>

