<?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: startrfc,rfcexec in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356270#M805283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&lt;/P&gt;&lt;P&gt;&lt;U&gt;function options&lt;/U&gt; =&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;&lt;U&gt;RFC connection options&lt;/U&gt;:&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2008 11:51:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-29T11:51:53Z</dc:date>
    <item>
      <title>startrfc,rfcexec</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356269#M805282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where does startrfc &amp;amp; rfcexec reside................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 11:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356269#M805282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T11:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: startrfc,rfcexec</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356270#M805283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;&lt;/P&gt;&lt;P&gt;&lt;U&gt;function options&lt;/U&gt; =&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;&lt;U&gt;RFC connection options&lt;/U&gt;:&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 11:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356270#M805283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T11:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: startrfc,rfcexec</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356271#M805284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to know where the startrfc and rfcexec reside??? and how they get triggered????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 12:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356271#M805284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T12:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: startrfc,rfcexec</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356272#M805285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;These programs will run on Application server. You can check these settings using Tcode SM59 for RFC Destination SERVER_EXEC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically these RFC destination will be assigned to the Ports defined under category (FILE) in outbound parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once any file is generated under application server path which is being specified above, the program will trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 14:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/startrfc-rfcexec/m-p/3356272#M805285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-29T14:30:55Z</dc:date>
    </item>
  </channel>
</rss>

