<?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: Error In SAP VB connection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038222#M965196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks raja. &lt;/P&gt;&lt;P&gt;I saw that file, in that I got these messages &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;ERROR file opened at , SAP-REL 710,0,0 RFC-VER 3 880476 MT-SL&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but am not getting what is wrong in my code and how to solve that.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. Thanks a lot once again raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 03:38:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T03:38:45Z</dc:date>
    <item>
      <title>Error In SAP VB connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038220#M965194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am getting runtime error in VB .  This is my VB code.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Dim sapconn, conn, conn1 As Object&lt;/P&gt;&lt;P&gt;Dim ok As Boolean&lt;/P&gt;&lt;P&gt;Private Sub Form_Load()&lt;/P&gt;&lt;P&gt;Set sapconn = CreateObject("SAP.BAPI.1")&lt;/P&gt;&lt;P&gt;Set conn = BAPI.Connection&lt;/P&gt;&lt;P&gt;ok = conn.logon(Me.hWnd, False)&lt;/P&gt;&lt;P&gt;SAP_UP&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Private Sub SAP_UP()&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;conn1 = BAPI.GetSAPObject("BAPI_AP_ACC_GETBALANCEDITEMS")&lt;/STRONG&gt; "ERRor &lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After logging to SAP am getting Error Like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run time error 8792.&lt;/P&gt;&lt;P&gt;An internal RFC error occurs &lt;/P&gt;&lt;P&gt;Error Kye RFC_ERROR_SYSTEM_FAILURE&lt;/P&gt;&lt;P&gt;Description see RFC trace file or SAP log .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Prajwal K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 07:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038220#M965194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error In SAP VB connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038221#M965195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should check the trace file to see the cause of the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they are generally placed in your mydocuments folder. (or search for .trc file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 13:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038221#M965195</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-18T13:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error In SAP VB connection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038222#M965196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks raja. &lt;/P&gt;&lt;P&gt;I saw that file, in that I got these messages &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="4" type="ul"&gt;&lt;P&gt;ERROR file opened at , SAP-REL 710,0,0 RFC-VER 3 880476 MT-SL&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;T:852 Error in program 'vb6': &amp;lt;* RfcCall [1] : returns 18:RFC_INVALID_HANDLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but am not getting what is wrong in my code and how to solve that.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. Thanks a lot once again raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 03:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-sap-vb-connection/m-p/4038222#M965196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T03:38:45Z</dc:date>
    </item>
  </channel>
</rss>

