<?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: Call Bapi fuction using asp.net in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471965#M834587</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;Yes you have to create RFC in abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its mentioned in the Code buddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you dont understand then use the following links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapgenie.com/interfaces/netconnector.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapgenie.com/faq/dotnet.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET%5CConnecting%20to%20SAP%20NetWeaver%20Systems%5CUsing%20SAP%20.NET%20Connector.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_erp2005/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_erp2005/helpdata/en/22/042eb0488911d189490000e829fbbd/frameset.htm]&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;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 06:04:09 GMT</pubDate>
    <dc:creator>dhruv_shah3</dc:creator>
    <dc:date>2008-02-28T06:04:09Z</dc:date>
    <item>
      <title>Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471961#M834583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;  i am trying to connect sap bapi function using asp.net ,any one can help on this&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 04:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471961#M834583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T04:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471962#M834584</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;I have used this and its successfully inserted data in R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you follow this method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public Class Form1&lt;/P&gt;&lt;P&gt;Inherits System.Windows.Forms.Form&lt;/P&gt;&lt;P&gt;#Region " Windows Form Designer generated code "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Public Sub New()&lt;/P&gt;&lt;P&gt;MyBase.New()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'This call is required by the Windows Form Designer.&lt;/P&gt;&lt;P&gt;InitializeComponent()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Add any initialization after the InitializeComponent() call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Form overrides dispose to clean up the component list.&lt;/P&gt;&lt;P&gt;Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)&lt;/P&gt;&lt;P&gt;If disposing Then&lt;/P&gt;&lt;P&gt;If Not (components Is Nothing) Then&lt;/P&gt;&lt;P&gt;components.Dispose()&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;MyBase.Dispose(disposing)&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'Required by the Windows Form Designer&lt;/P&gt;&lt;P&gt;Private components As System.ComponentModel.IContainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'NOTE: The following procedure is required by the Windows Form Designer&lt;/P&gt;&lt;P&gt;'It can be modified using the Windows Form Designer.&lt;/P&gt;&lt;P&gt;'Do not modify it using the code editor.&lt;/P&gt;&lt;P&gt;Friend WithEvents Label1 As System.Windows.Forms.Label&lt;/P&gt;&lt;P&gt;Friend WithEvents Label2 As System.Windows.Forms.Label&lt;/P&gt;&lt;P&gt;Friend WithEvents Label3 As System.Windows.Forms.Label&lt;/P&gt;&lt;P&gt;Friend WithEvents TextBox1 As System.Windows.Forms.TextBox&lt;/P&gt;&lt;P&gt;Friend WithEvents TextBox2 As System.Windows.Forms.TextBox&lt;/P&gt;&lt;P&gt;Friend WithEvents TextBox3 As System.Windows.Forms.TextBox&lt;/P&gt;&lt;P&gt;Friend WithEvents Button1 As System.Windows.Forms.Button&lt;/P&gt;&lt;P&gt;Friend WithEvents OleDbDataAdapter1 As System.Data.OleDb.OleDbDataAdapter&lt;/P&gt;&lt;P&gt;Friend WithEvents OleDbSelectCommand1 As System.Data.OleDb.OleDbCommand&lt;/P&gt;&lt;P&gt;Friend WithEvents OleDbInsertCommand1 As System.Data.OleDb.OleDbCommand&lt;/P&gt;&lt;P&gt;Friend WithEvents OleDbConnection1 As System.Data.OleDb.OleDbConnection&lt;/P&gt;&lt;P&gt;&amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; Private Sub InitializeComponent()&lt;/P&gt;&lt;P&gt;Me.Label1 = New System.Windows.Forms.Label&lt;/P&gt;&lt;P&gt;Me.Label2 = New System.Windows.Forms.Label&lt;/P&gt;&lt;P&gt;Me.Label3 = New System.Windows.Forms.Label&lt;/P&gt;&lt;P&gt;Me.TextBox1 = New System.Windows.Forms.TextBox&lt;/P&gt;&lt;P&gt;Me.TextBox2 = New System.Windows.Forms.TextBox&lt;/P&gt;&lt;P&gt;Me.TextBox3 = New System.Windows.Forms.TextBox&lt;/P&gt;&lt;P&gt;Me.Button1 = New System.Windows.Forms.Button&lt;/P&gt;&lt;P&gt;Me.OleDbDataAdapter1 = New System.Data.OleDb.OleDbDataAdapter&lt;/P&gt;&lt;P&gt;Me.OleDbSelectCommand1 = New System.Data.OleDb.OleDbCommand&lt;/P&gt;&lt;P&gt;Me.OleDbInsertCommand1 = New System.Data.OleDb.OleDbCommand&lt;/P&gt;&lt;P&gt;Me.OleDbConnection1 = New System.Data.OleDb.OleDbConnection&lt;/P&gt;&lt;P&gt;Me.SuspendLayout()&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'Label1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.Label1.Location = New System.Drawing.Point(224, 72)&lt;/P&gt;&lt;P&gt;Me.Label1.Name = "Label1"&lt;/P&gt;&lt;P&gt;Me.Label1.TabIndex = 0&lt;/P&gt;&lt;P&gt;Me.Label1.Text = "EMPID"&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'Label2&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.Label2.Location = New System.Drawing.Point(224, 136)&lt;/P&gt;&lt;P&gt;Me.Label2.Name = "Label2"&lt;/P&gt;&lt;P&gt;Me.Label2.TabIndex = 1&lt;/P&gt;&lt;P&gt;Me.Label2.Text = "EMPSTATUS"&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'Label3&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.Label3.Location = New System.Drawing.Point(224, 208)&lt;/P&gt;&lt;P&gt;Me.Label3.Name = "Label3"&lt;/P&gt;&lt;P&gt;Me.Label3.TabIndex = 2&lt;/P&gt;&lt;P&gt;Me.Label3.Text = "EMPNAME"&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'TextBox1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.TextBox1.Location = New System.Drawing.Point(384, 72)&lt;/P&gt;&lt;P&gt;Me.TextBox1.Name = "TextBox1"&lt;/P&gt;&lt;P&gt;Me.TextBox1.TabIndex = 3&lt;/P&gt;&lt;P&gt;Me.TextBox1.Text = ""&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'TextBox2&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.TextBox2.Location = New System.Drawing.Point(384, 136)&lt;/P&gt;&lt;P&gt;Me.TextBox2.Name = "TextBox2"&lt;/P&gt;&lt;P&gt;Me.TextBox2.Size = New System.Drawing.Size(256, 20)&lt;/P&gt;&lt;P&gt;Me.TextBox2.TabIndex = 4&lt;/P&gt;&lt;P&gt;Me.TextBox2.Text = ""&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'TextBox3&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.TextBox3.Location = New System.Drawing.Point(384, 205)&lt;/P&gt;&lt;P&gt;Me.TextBox3.Name = "TextBox3"&lt;/P&gt;&lt;P&gt;Me.TextBox3.Size = New System.Drawing.Size(256, 20)&lt;/P&gt;&lt;P&gt;Me.TextBox3.TabIndex = 5&lt;/P&gt;&lt;P&gt;Me.TextBox3.Text = ""&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'Button1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.Button1.Location = New System.Drawing.Point(336, 296)&lt;/P&gt;&lt;P&gt;Me.Button1.Name = "Button1"&lt;/P&gt;&lt;P&gt;Me.Button1.Size = New System.Drawing.Size(120, 23)&lt;/P&gt;&lt;P&gt;Me.Button1.TabIndex = 6&lt;/P&gt;&lt;P&gt;Me.Button1.Text = "SAVE TO R/3"&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'OleDbDataAdapter1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.OleDbDataAdapter1.InsertCommand = Me.OleDbInsertCommand1&lt;/P&gt;&lt;P&gt;Me.OleDbDataAdapter1.SelectCommand = Me.OleDbSelectCommand1&lt;/P&gt;&lt;P&gt;Me.OleDbDataAdapter1.TableMappings.AddRange(New System.Data.Common.DataTableMapping() {New System.Data.Common.DataTableMapping("Table", "ZPA_EMP", New System.Data.Common.DataColumnMapping() {New System.Data.Common.DataColumnMapping("EMPID", "EMPID"), New System.Data.Common.DataColumnMapping("EMPNAME", "EMPNAME"), New System.Data.Common.DataColumnMapping("EMPSTATUS", "EMPSTATUS")})})&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'OleDbSelectCommand1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.OleDbSelectCommand1.CommandText = "SELECT EMPID, EMPNAME, EMPSTATUS FROM ZPA_EMP"&lt;/P&gt;&lt;P&gt;Me.OleDbSelectCommand1.Connection = Me.OleDbConnection1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'OleDbInsertCommand1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.OleDbInsertCommand1.CommandText = "INSERT INTO ZPA_EMP(EMPID, EMPNAME, EMPSTATUS) VALUES (?, ?, ?); SELECT EMPID, EM" &amp;amp; _&lt;/P&gt;&lt;P&gt;"PNAME, EMPSTATUS FROM ZPA_EMP"&lt;/P&gt;&lt;P&gt;Me.OleDbInsertCommand1.Connection = Me.OleDbConnection1&lt;/P&gt;&lt;P&gt;Me.OleDbInsertCommand1.Parameters.Add(New System.Data.OleDb.OleDbParameter("EMPID", System.Data.OleDb.OleDbType.Integer, 4, "EMPID"))&lt;/P&gt;&lt;P&gt;Me.OleDbInsertCommand1.Parameters.Add(New System.Data.OleDb.OleDbParameter("EMPNAME", System.Data.OleDb.OleDbType.VarChar, 50, "EMPNAME"))&lt;/P&gt;&lt;P&gt;Me.OleDbInsertCommand1.Parameters.Add(New System.Data.OleDb.OleDbParameter("EMPSTATUS", System.Data.OleDb.OleDbType.VarChar, 50, "EMPSTATUS"))&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'OleDbConnection1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.OleDbConnection1.ConnectionString = "Integrated Security=SSPI;Packet Size=4096;Data Source=PC3;Tag with column collati" &amp;amp; _&lt;/P&gt;&lt;P&gt;"on when possible=False;Initial Catalog=master;Use Procedure for Prepare=1;Auto T" &amp;amp; _&lt;/P&gt;&lt;P&gt;"ranslate=True;Persist Security Info=False;Provider=""SQLOLEDB.1"";Workstation ID=P" &amp;amp; _&lt;/P&gt;&lt;P&gt;"C3;Use Encryption for Data=False"&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;'Form1&lt;/P&gt;&lt;P&gt;'&lt;/P&gt;&lt;P&gt;Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)&lt;/P&gt;&lt;P&gt;Me.ClientSize = New System.Drawing.Size(792, 462)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.Button1)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.TextBox3)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.TextBox2)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.TextBox1)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.Label3)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.Label2)&lt;/P&gt;&lt;P&gt;Me.Controls.Add(Me.Label1)&lt;/P&gt;&lt;P&gt;Me.Name = "Form1"&lt;/P&gt;&lt;P&gt;Me.Text = "Form1"&lt;/P&gt;&lt;P&gt;Me.ResumeLayout(False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#End Region&lt;/P&gt;&lt;P&gt;Dim R3 As Object&lt;/P&gt;&lt;P&gt;Dim FBFunc As Object&lt;/P&gt;&lt;P&gt;Dim returnFunc As Boolean&lt;/P&gt;&lt;P&gt;Dim connected As Boolean&lt;/P&gt;&lt;P&gt;Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click&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 = "800"&lt;/P&gt;&lt;P&gt;R3.Connection.User = "PARESH"&lt;/P&gt;&lt;P&gt;R3.Connection.Password = "patel"&lt;/P&gt;&lt;P&gt;R3.Connection.Language = "EN"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3.Connection.System = "EC5"&lt;/P&gt;&lt;P&gt;R3.Connection.Applicationserver = "192.168.3.15" ' IP-adress of the application server&lt;/P&gt;&lt;P&gt;connected = R3.Connection.Logon(0, True) ' True=Autologon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If connected = True Then&lt;/P&gt;&lt;P&gt;FBFunc = R3.add("ZPA_INSERT_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("EMPID") = TextBox1.Text&lt;/P&gt;&lt;P&gt;FBFunc.exports("EMPSTATUS") = TextBox2.Text&lt;/P&gt;&lt;P&gt;FBFunc.exports("EMPNAME") = TextBox3.Text&lt;/P&gt;&lt;P&gt;returnFunc = FBFunc.Call()&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If returnFunc = True Then&lt;/P&gt;&lt;P&gt;MessageBox.Show("NEW RECORD HAS BEEN ADDED TO SAP R/3 DATABASE !!!", "ADDING RECORDS!!!")&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;End Class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Look this links &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="258995"&gt;&lt;/A&gt;;&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="3340595"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 04:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471962#M834584</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-02-28T04:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471963#M834585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dhruv .&lt;/P&gt;&lt;P&gt;  thanks for the details,i ma trying to do that code,i'll get back to you..&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 05:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471963#M834585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471964#M834586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dhruv .&lt;/P&gt;&lt;P&gt;do i have to create RFC connection in SAP??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 05:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471964#M834586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T05:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471965#M834587</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;Yes you have to create RFC in abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its mentioned in the Code buddy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if you dont understand then use the following links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapgenie.com/interfaces/netconnector.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://www.sapgenie.com/faq/dotnet.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://media.sdn.sap.com/html/submitted_docs/dotnet/Programming%20with%20PDK%20for%20.NET%5CConnecting%20to%20SAP%20NetWeaver%20Systems%5CUsing%20SAP%20.NET%20Connector.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_erp2005/helpdata/en/51/d5470940fd564b888f4beb9523fa6c/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_erp2005/helpdata/en/22/042eb0488911d189490000e829fbbd/frameset.htm]&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;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 06:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471965#M834587</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-02-28T06:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471966#M834588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to connect sap to asp.net through BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 06:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471966#M834588</guid>
      <dc:creator>former_member252335</dc:creator>
      <dc:date>2015-03-17T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Call Bapi fuction using asp.net</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471967#M834589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are asking how to connect asp.net from SAP..?&lt;/P&gt;&lt;P&gt;For such thing you want to expose a web service in SAP side....&lt;/P&gt;&lt;P&gt;From a functional module you can easily create a Web service on SAP.&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;Pathum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 09:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-bapi-fuction-using-asp-net/m-p/3471967#M834589</guid>
      <dc:creator>pathum_madhuranga</dc:creator>
      <dc:date>2015-03-17T09:02:23Z</dc:date>
    </item>
  </channel>
</rss>

