<?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: Pass copy ref DATA to hashed table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055677#M1900256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes are right, you dont know about which unique key,&lt;/P&gt;&lt;P&gt;so you have to the following steps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;1. Data: lt_data type ref to data.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;it_hash_data&amp;gt; type hashed table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so. hier you call standard method and you will get &lt;SPAN style="color: #333333; font-size: 12px;"&gt;lt_data (ref to data ) goooood. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now lt_data ( has entries and you want to pass to method type&amp;nbsp; hashed table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ASSIGN lt&lt;/SPAN&gt;_data&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;it_hash_data&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call you method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass_hash_table&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;it_data &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&amp;lt;it_hash_data&amp;gt; &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works ,&lt;/P&gt;&lt;P&gt;I have tried it out, and if you need the code I can send you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ibrahim,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 09:53:21 GMT</pubDate>
    <dc:creator>former_member184158</dc:creator>
    <dc:date>2015-06-17T09:53:21Z</dc:date>
    <item>
      <title>Pass copy ref DATA to hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055672#M1900251</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;I have to pass data from lt_data (which is TYPE REF TO DATA) to hashed table lha_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this hashed table data is used further in passing to standard method (parameter is of type HASHED TABLE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls guide me how can i do this. Thanks.&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;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 11:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055672#M1900251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-16T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pass copy ref DATA to hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055673#M1900252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is easy,&lt;/P&gt;&lt;P&gt;you can assign your data ( type ref to data ) to hashed table,&lt;/P&gt;&lt;P&gt;and then pass your hased table to method with parameter hashed table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this code to understand, hopfully will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;REPORT&lt;SPAN class="GramE"&gt;&amp;nbsp; &lt;SPAN style="color: black; background: white;"&gt;ztest200&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;DATA&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;: &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;lr_data &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;TYPE REF TO data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lt_tab&lt;SPAN class="GramE"&gt;&amp;nbsp; &lt;SPAN style="color: blue;"&gt;TYPE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt; HASHED TABLE OF &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;WITH UNIQUE KEY &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;matnr&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;FIELD-SYMBOLS &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&amp;lt;lt_data&amp;gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;TYPE HASHED TABLE&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;START-OF-SELECTION&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;lt_tab &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;TO &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&amp;lt;lt_data&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;CREATE DATA &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;lr_data &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&amp;lt;lt_data&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6666669845581px;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ASSIGN &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;lr_data&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;* &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;TO &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&amp;lt;lt_data&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;SELECT &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;* &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;INTO TABLE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&amp;lt;lt_data&amp;gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;UP TO &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: #3399ff;"&gt;10 &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;ROWS&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; zibo_cl_test&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: gray;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;pass_hash_&lt;SPAN class="GramE"&gt;table&lt;SPAN style="color: purple;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;it_data &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&amp;lt;lt_data&amp;gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;).&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue;"&gt;BREAK-POINT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/726568" width="450" /&gt;D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/726590" width="450" /&gt;d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to pass the LR_DATA ( type ref to data) to hash table, I don't think that you can, because they have difference data type , so you have to pass the ref to dynamic table&lt;/P&gt;&lt;P&gt;assign ref to &amp;lt;lt_data&amp;gt;.. as I have written in Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look to this syntax error while i was trying to pass ref_data to hash table through method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/726591" width="450" /&gt;f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ibraihm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 18:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055673#M1900252</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-06-16T18:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pass copy ref DATA to hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055674#M1900253</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;Thanks for ur detail reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why do you declare lt_tab with hashed table of mara with unique key matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because hashed table in my method parameter it's generic. means it's like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_data&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp; hashed table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 05:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055674#M1900253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-17T05:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pass copy ref DATA to hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055675#M1900254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;it just an example to fill the ITAB, so if you need it as generic &lt;/P&gt;&lt;P&gt;you can use this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS &lt;/SPAN&gt;&amp;lt;lt_data&amp;gt; &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;HASHED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;in method also I have defined as generic. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;see the method, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have only passed the data to the method ( hashed table generic)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:06:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055675#M1900254</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-06-17T07:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pass copy ref DATA to hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055676#M1900255</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;my code is as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: lt_data type ref to data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;it_hash_data&amp;gt; type hashed table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after calling some standard method i will get data into lt_data. (i don't know unique in this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this data lt_data i have to pass to method parameter (let say it_hash_data which is of type hashed table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step1: &lt;/P&gt;&lt;P&gt;step2:&amp;nbsp; create data lt_data like &amp;lt;it_hash_data&amp;gt;.&lt;/P&gt;&lt;P&gt;step3 : assign lt_data-&amp;gt;* to &amp;lt;it_hash_data&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step1 is not clear for me. can you please guide. thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055676#M1900255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-17T08:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pass copy ref DATA to hashed table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055677#M1900256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes are right, you dont know about which unique key,&lt;/P&gt;&lt;P&gt;so you have to the following steps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;1. Data: lt_data type ref to data.&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;it_hash_data&amp;gt; type hashed table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so. hier you call standard method and you will get &lt;SPAN style="color: #333333; font-size: 12px;"&gt;lt_data (ref to data ) goooood. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now lt_data ( has entries and you want to pass to method type&amp;nbsp; hashed table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;ASSIGN lt&lt;/SPAN&gt;_data&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;* &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;it_hash_data&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call you method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass_hash_table&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;it_data &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&amp;lt;it_hash_data&amp;gt; &lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works ,&lt;/P&gt;&lt;P&gt;I have tried it out, and if you need the code I can send you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ibrahim,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 09:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-copy-ref-data-to-hashed-table/m-p/11055677#M1900256</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-06-17T09:53:21Z</dc:date>
    </item>
  </channel>
</rss>

