<?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: CL_ABAP_STRUCTDESCR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111854#M1509835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on vacation right now, no SAP system around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can never transfer object references from system to system because the object referenced is available only in one system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you can use a method of CL_ABAP_STRUCTDESCR to GET the components table in the source system. Transfer this table to the RFC function in target system. Use the component table to create a TYPEDESCR object to create the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this [thread|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7961690"&gt;&lt;/A&gt;; that shows you the way - some thinking still required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jul 2010 16:29:09 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2010-07-14T16:29:09Z</dc:date>
    <item>
      <title>CL_ABAP_STRUCTDESCR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111850#M1509831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I have to create a internal table like the structur of a DB-Table of a remote system. &lt;/P&gt;&lt;P&gt;Therefore i wanted to something like the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  l_r_descr_ref ?= cl_abap_structdescr=&amp;gt;describe_by_name( p_name = l_active_table_name ).
  CREATE DATA l_r_line TYPE HANDLE l_r_descr_ref.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a possibility to call the method from a remote system ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 14:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111850#M1509831</guid>
      <dc:creator>dieterzenger</dc:creator>
      <dc:date>2010-07-13T14:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: CL_ABAP_STRUCTDESCR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111851#M1509832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ignore&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Jul 13, 2010 8:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 14:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111851#M1509832</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-13T14:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: CL_ABAP_STRUCTDESCR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111852#M1509833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do whatever you want if you put the code inside an RFC callable function module. You will not even need CL_ABAP_STRUCTDESCR because you can CREATE DATA ... LIKE TABLE OF ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The real question is how to make the database structure of the remote system known. If the other system is SAP system, you can extract detailed information using CL_ABAP_xxxxxDESCR and transfer this via RFC. The the called system may create the required struct description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 15:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111852#M1509833</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-07-13T15:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: CL_ABAP_STRUCTDESCR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111853#M1509834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemnes, thanks for your answer. The source system is a SAP system. I already thought of creating an RFC Module, but how do i define the reference to the class  in the Exporting, Changing or Tables paramters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 04:49:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111853#M1509834</guid>
      <dc:creator>dieterzenger</dc:creator>
      <dc:date>2010-07-14T04:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: CL_ABAP_STRUCTDESCR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111854#M1509835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm on vacation right now, no SAP system around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can never transfer object references from system to system because the object referenced is available only in one system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you can use a method of CL_ABAP_STRUCTDESCR to GET the components table in the source system. Transfer this table to the RFC function in target system. Use the component table to create a TYPEDESCR object to create the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this [thread|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7961690"&gt;&lt;/A&gt;; that shows you the way - some thinking still required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jul 2010 16:29:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111854#M1509835</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2010-07-14T16:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: CL_ABAP_STRUCTDESCR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111855#M1509836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 12:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-abap-structdescr/m-p/7111855#M1509836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T12:17:22Z</dc:date>
    </item>
  </channel>
</rss>

