<?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: DCOM Connector. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122120#M109215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had a remote enabled FM, which is having A table parameter pricing whoich refernce to a Structire, Now due to business requirements I had to add additional fields to the structure and had done the same &amp;amp; in ABAP I am getting what I should. I recomplied new DLL using DCOM object builder , and accessed FM through VB interface, but still it is returning only the orignal structure not the new fields added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me  I am doing this thing for first time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakhbir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2005 14:30:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-29T14:30:40Z</dc:date>
    <item>
      <title>DCOM Connector.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122118#M109213</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;I am new to SAP DCOM connector, our company is using DLL created by connector for passing/fetching data to/from Sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add an additional field to the return Table structre, do I need to re-complie the whole applixation again using DCOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Lakhbir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 22:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122118#M109213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T22:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: DCOM Connector.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122119#M109214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'add an additional field to the return Table structre'&lt;/P&gt;&lt;P&gt;That's the meaning of your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DCOM support generate the DLL, which include the proxy component for SAP RFC/BAPI. &lt;/P&gt;&lt;P&gt;You can call consume them through call proxy component in the outside client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please explain details on your requirement.  Which structure do you want to add new field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 05:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122119#M109214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T05:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: DCOM Connector.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122120#M109215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I had a remote enabled FM, which is having A table parameter pricing whoich refernce to a Structire, Now due to business requirements I had to add additional fields to the structure and had done the same &amp;amp; in ABAP I am getting what I should. I recomplied new DLL using DCOM object builder , and accessed FM through VB interface, but still it is returning only the orignal structure not the new fields added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me  I am doing this thing for first time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lakhbir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 14:30:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122120#M109215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: DCOM Connector.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122121#M109216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as the interface of that remote call FM has changed, you should generate the whole proxy dll again, using DCOM connnector. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And as it is a new DLL componenet, don't forget the change the COM consumer code in your windows side, specially the GUID of the new component.  Every time, DCOM connector will give a new GUID for you DLL, when create a new proxy class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also can check the code of the proxy class, DCOM Connector will create some file for the interface structure definition. check them, and try to find out if the new field has already been included in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If still problem, just leave message to me. &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 15:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122121#M109216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T15:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: DCOM Connector.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122122#M109217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , I could not understand by GUID. can you please explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 16:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122122#M109217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: DCOM Connector.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122123#M109218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, GUID is global unique identitfy  ID, which will generated when a component created.&lt;/P&gt;&lt;P&gt;It was used to identify each component in windows, you can treat it as a unique name of component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you try to create a component in memory, GUID will be used. But we can also create the component by other name, E.G. XXX.XX.1, these kind of name will be mapped to GUID to system at last.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For you problem, I think you'd better use a complete new name for you component, when build it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then go to  start-&amp;gt;setting-&amp;gt;control panel   Administrative Tools-&amp;gt;Component Services&lt;/P&gt;&lt;P&gt;Navigate in this tools, under the Component Service-&amp;gt;Computer-&amp;gt;My Computer node, your new proxy component will be listed there.&lt;/P&gt;&lt;P&gt;The name will like XXX.XX.N  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in you VB code, instant the component like following:&lt;/P&gt;&lt;P&gt;SET XXX = oSession.CreateInstance("XXX.XX.N").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also reference to the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/09/6b3212419311d2952000a0c94260a5/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/09/6b3212419311d2952000a0c94260a5/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2005 03:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dcom-connector/m-p/1122123#M109218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-30T03:28:24Z</dc:date>
    </item>
  </channel>
</rss>

