<?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: Object Link Enabling (OLE)........... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013958#M79543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here'S an tutorial from Serdar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an&lt;/A&gt; easy reference for ole automation.article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jul 2005 10:28:21 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-07-18T10:28:21Z</dc:date>
    <item>
      <title>Object Link Enabling (OLE)...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013956#M79541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell how to use the OLE.&lt;/P&gt;&lt;P&gt;Please tell any links are there to study this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you,&lt;/P&gt;&lt;P&gt;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 10:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013956#M79541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Object Link Enabling (OLE)...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013957#M79542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;read the following from documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLE Interface &lt;/P&gt;&lt;P&gt;You can use ABAP to process automation objects whose functions are available on the presentation server in the form of an OLE Automation server. Only automation objects for Windows are supported. Typical applications that offer an automation interface are Microsoft Office products Excel and Word, in which public classes and methods are found using the path Tools &amp;#129;¨ Macro &amp;#129;¨ Visual Basic Editor &amp;#129;¨ Object Browser. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All automation applications that can be used by ABAP are contained in the database table TOLE, which is maintained using transaction SOLE. This table contains the names of the classes and components supported by the ABAP runtime environment. It also contains type information for adapting different data formats. The automation command set consists of the following ABAP statements: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT &lt;/P&gt;&lt;P&gt;CALL METHOD &lt;/P&gt;&lt;P&gt;GET PROPERTY &lt;/P&gt;&lt;P&gt;SET PROPERTY &lt;/P&gt;&lt;P&gt;FREE OBJECT, &lt;/P&gt;&lt;P&gt;CREATE OBJECT and CALL METHOD should not be confounded with the ABAP Objects statements using the same syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statements of the automation command set are transferred from the ABAP runtime environment to the SAP GUI on the presentation server which is responsible for the actual communication with the automation server. The transfer is not direct, the statements are first buffered in an automation queue and transferred at once to the SAP GUI in a flush call. By default, a flush is triggered by the next ABAP statement that does not belong to the automation command set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this can get you started....its quite nicely explained in the documentation....just go through it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;PJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 10:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013957#M79542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Object Link Enabling (OLE)...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013958#M79543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here'S an tutorial from Serdar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an&lt;/A&gt; easy reference for ole automation.article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 10:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013958#M79543</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-07-18T10:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Object Link Enabling (OLE)...........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013959#M79544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the following links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/technologies/an&lt;/A&gt; easy reference for ole automation.article&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intelligent-apps.com/feature/archive/ehre.jhtml" target="test_blank"&gt;http://www.intelligent-apps.com/feature/archive/ehre.jhtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.intelligententerprise.com/channels/applications/feature/archive/ehre.jhtml" target="test_blank"&gt;http://www.intelligententerprise.com/channels/applications/feature/archive/ehre.jhtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/chap2801.txt" target="test_blank"&gt;http://www.sapgenie.com/abap/code/chap2801.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab018.htm" target="test_blank"&gt;http://www.sap-img.com/ab018.htm&lt;/A&gt;&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;Anjali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anjali Devi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2005 10:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-link-enabling-ole/m-p/1013959#M79544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-18T10:36:03Z</dc:date>
    </item>
  </channel>
</rss>

