<?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: EXPORT / IMPORT value TYPE REF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385454#M1923874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to serialize alv. Or export just data table and fieldcatalog table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Dec 2015 10:34:04 GMT</pubDate>
    <dc:creator>former_member210008</dc:creator>
    <dc:date>2015-12-06T10:34:04Z</dc:date>
    <item>
      <title>EXPORT / IMPORT value TYPE REF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385449#M1923869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I write an enhancement.&lt;/P&gt;&lt;P&gt;The tx creates an ALV list. My enhancement in the same tx must determine the selected lines from the list. After creating the list I need the name from ALV, I want to store it with EXPORT and to read it in the enhancement with IMPORT. But EXPORT isn't possible because the value has TYPE REF ... Do You have any suggestions to make EXPORT / IMPORT possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for Your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 11:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385449#M1923869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-05T11:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT / IMPORT value TYPE REF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385450#M1923870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you mean to export / import an object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 12:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385450#M1923870</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-05T12:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT / IMPORT value TYPE REF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385451#M1923871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ebrahim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;The list in the tx will be produced with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD grid1-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I'd like to export / import grid1. It is an enhancement for the same tx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 12:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385451#M1923871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-05T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT / IMPORT value TYPE REF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385452#M1923872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, &lt;/P&gt;&lt;P&gt;I don't think that you can export an object which ref to a class, but you can create a class with attribute which is ref to cl_gui_alv_grid .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your_Class=&amp;gt;mr_grid = grid1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can try to read about &lt;A href="http://http//www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/307d791b-3343-2e10-f78a-e1d50c7cf89a?QuickLink=index&amp;amp;…"&gt;ABAP Shared Memory Objects&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ebrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 12:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385452#M1923872</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-05T12:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT / IMPORT value TYPE REF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385453#M1923873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter, &lt;/P&gt;&lt;P&gt;you can use assign dirty to assign the object &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'SUB_1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;PROGRAM &lt;/SPAN&gt;ZIBO_PG_DYNAMIC_PRG2 &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;FOUND&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'(ZIBO_PG_DYNAMIC_PRG2)lr_grid'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&amp;lt;lr_grid&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;lr_grid&amp;gt; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;o_grid_sob&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; &lt;/SPAN&gt;ZIBO_PG_DYNAMIC_PRG2&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;lr_grid &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;cl_gui_alv_grid&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;lr_cust &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;REF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;cl_gui_custom_container&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;FORM&amp;nbsp; &lt;/SPAN&gt;sub_1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CREATE &lt;/SPAN&gt;OBJECT lr_grid&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;EXPORTING &lt;/SPAN&gt;i_parent &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lr_cust&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;write&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;/ &lt;SPAN class="L0S33"&gt;'SUBROUTINE2 Sub1 wurde aufgerufen '&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; lv_iscalled &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;abap_true&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/845620" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;P&gt;Ebrahim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Dec 2015 13:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385453#M1923873</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-05T13:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT / IMPORT value TYPE REF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385454#M1923874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to serialize alv. Or export just data table and fieldcatalog table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 10:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-value-type-ref/m-p/11385454#M1923874</guid>
      <dc:creator>former_member210008</dc:creator>
      <dc:date>2015-12-06T10:34:04Z</dc:date>
    </item>
  </channel>
</rss>

