<?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: Creat RFC Connection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creat-rfc-connection/m-p/3481968#M837112</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 can be created in transaction se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to cerate YOUR RFC follow following steps.&lt;/P&gt;&lt;P&gt;1. goto transaction se37.&lt;/P&gt;&lt;P&gt;2. IN ATTRIBUTES tab select remote enabled radio button.&lt;/P&gt;&lt;P&gt;2. enter the fm name and press create.&lt;/P&gt;&lt;P&gt;3. in import tab specify the fields you want to pass as input to fm and can make field optional as well by pressing optional checkbox.&lt;/P&gt;&lt;P&gt;4.under export tab specify fields you want fm to return.&lt;/P&gt;&lt;P&gt;5. under tables specify tables u want to use or change.&lt;/P&gt;&lt;P&gt;6. under source code write code for your fm.&lt;/P&gt;&lt;P&gt;7. activate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward points if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 06:52:36 GMT</pubDate>
    <dc:creator>Vijay</dc:creator>
    <dc:date>2008-02-28T06:52:36Z</dc:date>
    <item>
      <title>Creat RFC Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creat-rfc-connection/m-p/3481967#M837111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am trying to connect .NET plat form to sap as follows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        R3 = CreateObject("SAP.Functions")&lt;/P&gt;&lt;P&gt;        R3.Connection.Client = "200"&lt;/P&gt;&lt;P&gt;        R3.Connection.System = "RDV"&lt;/P&gt;&lt;P&gt;        R3.Connection.ApplicationServer = "172.21.1.46"&lt;/P&gt;&lt;P&gt;        R3.Connection.SystemNumber = 1&lt;/P&gt;&lt;P&gt;        R3.Connection.Language = "E"&lt;/P&gt;&lt;P&gt;        R3.Connection.User = "KANISHKA"&lt;/P&gt;&lt;P&gt;        R3.Connection.Password = "LOG"&lt;/P&gt;&lt;P&gt;        R3.Connection.Logon(0, True)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        If R3.Connection.IsConnected Then&lt;/P&gt;&lt;P&gt;            FBFunc = R3.add("ZCALL_DATA") ' RFC IN ABAP&lt;/P&gt;&lt;P&gt;            '    ' BELOW ALL ARE IMPORTING PARAMETERS OF RFC&lt;/P&gt;&lt;P&gt;            FBFunc.exports("MANDT") = "200"&lt;/P&gt;&lt;P&gt;            FBFunc.exports("COMPANY") = "1000"&lt;/P&gt;&lt;P&gt;            FBFunc.exports("FMONTH") = "12"&lt;/P&gt;&lt;P&gt;            returnFunc = FBFunc.Call()&lt;/P&gt;&lt;P&gt;            MsgBox("Connected")&lt;/P&gt;&lt;P&gt;        End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one tell me how to create a RFC function for it??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;kanishka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creat-rfc-connection/m-p/3481967#M837111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T06:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creat RFC Connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creat-rfc-connection/m-p/3481968#M837112</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 can be created in transaction se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to cerate YOUR RFC follow following steps.&lt;/P&gt;&lt;P&gt;1. goto transaction se37.&lt;/P&gt;&lt;P&gt;2. IN ATTRIBUTES tab select remote enabled radio button.&lt;/P&gt;&lt;P&gt;2. enter the fm name and press create.&lt;/P&gt;&lt;P&gt;3. in import tab specify the fields you want to pass as input to fm and can make field optional as well by pressing optional checkbox.&lt;/P&gt;&lt;P&gt;4.under export tab specify fields you want fm to return.&lt;/P&gt;&lt;P&gt;5. under tables specify tables u want to use or change.&lt;/P&gt;&lt;P&gt;6. under source code write code for your fm.&lt;/P&gt;&lt;P&gt;7. activate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward points if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creat-rfc-connection/m-p/3481968#M837112</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2008-02-28T06:52:36Z</dc:date>
    </item>
  </channel>
</rss>

