<?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 Linking with VB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898652#M1144088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is as i have to link SAP with VB reason is as users are filling data in only for sale related so next data is updating in VB so any output like paking list or any thing else we need to update the sales data also in VB .&lt;/P&gt;&lt;P&gt;So how can i link these two systems they want some automations also.&lt;/P&gt;&lt;P&gt;please suggest me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Devalla Tarun Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Dec 2008 04:18:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-26T04:18:59Z</dc:date>
    <item>
      <title>Linking with VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898652#M1144088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirment is as i have to link SAP with VB reason is as users are filling data in only for sale related so next data is updating in VB so any output like paking list or any thing else we need to update the sales data also in VB .&lt;/P&gt;&lt;P&gt;So how can i link these two systems they want some automations also.&lt;/P&gt;&lt;P&gt;please suggest me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Devalla Tarun Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 04:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898652#M1144088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T04:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898653#M1144089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ZDBCONN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE Ole2incl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: Con TYPE Ole2_Object,&lt;/P&gt;&lt;P&gt;      Rec TYPE Ole2_Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : SQL(1023).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF SPL OCCURS 0,&lt;/P&gt;&lt;P&gt;          VAL(1023),&lt;/P&gt;&lt;P&gt;      END OF SPL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF I1 OCCURS 0,&lt;/P&gt;&lt;P&gt;              F1 TYPE I ,&lt;/P&gt;&lt;P&gt;              F2(10),&lt;/P&gt;&lt;P&gt;              F3(10),&lt;/P&gt;&lt;P&gt;      END OF I1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : pemcode  type c .&lt;/P&gt;&lt;P&gt;IF Con-Header IS INITIAL OR Con-Handle = -1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT Con 'ADODB.Connection' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT Sy-Subrc = 0.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT REC  'ADODB.Recordset' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT Sy-Subrc = 0.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 09:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898653#M1144089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898654#M1144090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could u explain it briefly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devalla T Kr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 10:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898654#M1144090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898655#M1144091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to access/use activeX components developed in VB through ABAP code then&lt;/P&gt;&lt;P&gt;you can do it by OLE (Object Linking and Embeding) using CREATE OBJECT statement as mentioned by Kripa Jani. For this you should have knowledge of that activeX component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your requirement is to call BAPI/RFC from VB code then you should have DCOM Connector or Dot Net Connector for VB6.0 or Dot Net respectively provided by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2008 10:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898655#M1144091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-26T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linking with VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898656#M1144092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;P&gt;thanks to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 11:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/linking-with-vb/m-p/4898656#M1144092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-14T11:03:55Z</dc:date>
    </item>
  </channel>
</rss>

