<?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: Active X controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906013#M936790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ActiveX Controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ActiveX control being created in Visual Basic 6An ActiveX control is a reusable component which implements the IDispatch interface. Such components do not amount to an entire application, rather they provide a small building-block that can be shared by different software. The fact that command buttons look the same in almost any program on a platform is an example of component reusability that is not just limited to ActiveX controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveX controls can be compared in some sense to a Java applet, since both technologies strive to act as an abstraction layer between the developer and the operating system. From there, obvious differences surface. For instance, Java applets can run on nearly any platform, while ActiveX components are only compatible with Microsoft's Internet Explorer web browser and the Microsoft Windows operating system. ActiveX controls are also granted a much higher level of control over Windows than Java applets, making them both more powerful and dangerous. Malware, such as computer viruses and spyware, is often distributed as ActiveX applets in webpages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 06:55:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T06:55:07Z</dc:date>
    <item>
      <title>Active X controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906010#M936787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is meant by Active X controls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906010#M936787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T06:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Active X controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906011#M936788</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;&lt;A href="http://www.webopedia.com/TERM/A/ActiveX_control.html" target="test_blank"&gt;http://www.webopedia.com/TERM/A/ActiveX_control.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Definition&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI ActiveX control enables external applications to access business functions in the R/3 System by calling BAPIs (Business APIs) through OLE Automation. Client programs access proxy objects, which are local instances of SAP business objects managed by the BAPI ActiveX control. These proxy objects correspond to the real SAP business objects stored in R/3u2019s Business Object Repository (BOR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The details of this process are invisible to the client program because the data structures exported from the R/3 System through the BAPI ActiveX control are encapsulated in objects. However, accessing objects is easy because they look and feel native to local desktop objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before your client program can access SAP business objects through the BAPI ActiveX control, it must create a local instance of the BAPI ActiveX control and declare an object variable. It can then request local instances of business objects.&lt;/P&gt;&lt;P&gt;When created on the desktop, local instances of SAP business objects dynamically adapt their interfaces to the interfaces of the real SAP business objects, which they represent. Interfaces of business objects are thus only known at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if you are unfamiliar with object-oriented programming, the BAPI ActiveX control is still easy to use. If you are familiar with languages like Visual Basic, you will not even notice that you are dealing with a remote R/3 System. Client programs may be written in Visual Basic or any other language that supports OLE Automation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below pdf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/59/ae44bd488f11d189490000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/59/ae44bd488f11d189490000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906011#M936788</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-02T06:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Active X controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906012#M936789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for these type of questions you can use google.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/ActiveX" target="test_blank"&gt;http://en.wikipedia.org/wiki/ActiveX&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906012#M936789</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-02T06:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Active X controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906013#M936790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ActiveX Controls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ActiveX control being created in Visual Basic 6An ActiveX control is a reusable component which implements the IDispatch interface. Such components do not amount to an entire application, rather they provide a small building-block that can be shared by different software. The fact that command buttons look the same in almost any program on a platform is an example of component reusability that is not just limited to ActiveX controls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveX controls can be compared in some sense to a Java applet, since both technologies strive to act as an abstraction layer between the developer and the operating system. From there, obvious differences surface. For instance, Java applets can run on nearly any platform, while ActiveX components are only compatible with Microsoft's Internet Explorer web browser and the Microsoft Windows operating system. ActiveX controls are also granted a much higher level of control over Windows than Java applets, making them both more powerful and dangerous. Malware, such as computer viruses and spyware, is often distributed as ActiveX applets in webpages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906013#M936790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Active X controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906014#M936791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;duplicate content. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nreash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly do not modify the post edited by moderator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Durairaj Athavan Raja on Jun 2, 2008 10:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 06:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/active-x-controls/m-p/3906014#M936791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T06:58:59Z</dc:date>
    </item>
  </channel>
</rss>

