<?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 DLL call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dll-call/m-p/1441097#M209771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just trying to ruun a dll under ABAP. For that the coding looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;TYPE-POOLS ole2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: mydll type ole2_object,&lt;/P&gt;&lt;P&gt;str type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object mydll 'Z_KEYGEN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method of mydll 'GetApplicationKey' = str&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#p1 = '745598'&lt;/P&gt;&lt;P&gt;#p2 = '123456'.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed the Z_KEYGEN with the SOLE transaction and entered there the registry entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing what makes it additional more complicated is that the DLL is physically installed on another server. Within the windows network we just make a registry entry with the correct class id and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it work with this coding? If not are there other ways to solve the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2006 11:33:37 GMT</pubDate>
    <dc:creator>former_member872259</dc:creator>
    <dc:date>2006-06-23T11:33:37Z</dc:date>
    <item>
      <title>DLL call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dll-call/m-p/1441097#M209771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just trying to ruun a dll under ABAP. For that the coding looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;TYPE-POOLS ole2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: mydll type ole2_object,&lt;/P&gt;&lt;P&gt;str type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create object mydll 'Z_KEYGEN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method of mydll 'GetApplicationKey' = str&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;#p1 = '745598'&lt;/P&gt;&lt;P&gt;#p2 = '123456'.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed the Z_KEYGEN with the SOLE transaction and entered there the registry entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing what makes it additional more complicated is that the DLL is physically installed on another server. Within the windows network we just make a registry entry with the correct class id and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can it work with this coding? If not are there other ways to solve the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 11:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dll-call/m-p/1441097#M209771</guid>
      <dc:creator>former_member872259</dc:creator>
      <dc:date>2006-06-23T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: DLL call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dll-call/m-p/1441098#M209772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I don't think DLLs will work this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. We should have Active X Exe (OLE)&lt;/P&gt;&lt;P&gt;   and not Active X DLL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 11:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dll-call/m-p/1441098#M209772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T11:46:14Z</dc:date>
    </item>
  </channel>
</rss>

