<?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: clarification with indx table while import/export using shared momory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148192#M1906668</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;Here is my example about INDX table and Data cluster, you can use this code for your logic too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="85699" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Recording Deep Structure to Database via Data Cluster" href="https://community.sap.com/" modifiedtitle="true" title="Recording Deep Structure to Database via Data Cluster"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 12:53:31 GMT</pubDate>
    <dc:creator>tolga_polat</dc:creator>
    <dc:date>2015-07-10T12:53:31Z</dc:date>
    <item>
      <title>clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148190#M1906666</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 need to call a report in another report in background mode using job_open and job_close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT LT_INPUT FROM input TO SHARED BUFFERindx(XY) id 'INPUT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Get Print Parameters&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL FUNCTION 'GET_PRINT_PARAMETERS'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; no_dialog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; valid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = lv_valid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; out_parameters = ls_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** JOB_OPEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL FUNCTION 'JOB_OPEN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOBNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = LV_JOBNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SDLSTRTDT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = sy-datum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SDLSTRTTM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = sy-uzeit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOBCOUNT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = LV_JOBCOUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Submitreport&lt;/P&gt;&lt;P&gt;&amp;nbsp; submitZLCL_rep&lt;/P&gt;&lt;P&gt; viaJOBLV_JOBNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp; NUMBER LV_JOBCOUNT&lt;/P&gt;&lt;P&gt;&amp;nbsp; TO SAP-SPOOL WITHOUT SPOOL DYNPRO&lt;/P&gt;&lt;P&gt;&amp;nbsp; SPOOL PARAMETERS&lt;/P&gt;&lt;P&gt;&amp;nbsp; LS_PARAMS AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Close JOB&lt;/P&gt;&lt;P&gt;&amp;nbsp; CALL FUNCTION 'JOB_CLOSE'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOBCOUNT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = LV_JOBCOUNT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOBNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = LV_JOBNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STRTIMMED&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***&lt;/P&gt;&lt;P&gt;Import inside 2nd report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT LT_INPUT TO INPUT FROM SHARED BUFFERindx(XY) id 'INPUT'.&lt;/P&gt;&lt;P&gt;deletefrom shared buffer indx(xy) id 'INPUT'.&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;Here the data are not imported in the second report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of index table and do I need to create Rlid value inside a table or we can use existing area value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While executing in backgrond mode no&amp;nbsp; data in importing in second report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are lotof&amp;nbsp; SDN links how to use shared memory to export and import using shared memory,but I didnt find which indx id.&lt;/P&gt;&lt;P&gt;Please suggest..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Lokes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148190#M1906666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-10T11:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148191#M1906667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes You can use INDX table - but please make sure you use right index name and also &lt;/P&gt;&lt;P&gt;delete the key at right place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Program 1::-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: INDXKEY LIKE INDX-SRTFD VALUE 'ZSURESH',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_INDX TYPE INDX.&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;&lt;/P&gt;&lt;P&gt;EXPORT p_ipay p_bill i_tttab from i_tttab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO DATABASE INDX(ZS) FROM WA_INDX ID INDXKEY.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Program 2::-&lt;/STRONG&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: INDXKEY LIKE INDX-SRTFD VALUE 'ZSURESH',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_INDX TYPE INDX.&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;&lt;/P&gt;&lt;P&gt;IMPORT&amp;nbsp; p_ipay p_bill i_tttab FROM DATABASE INDX(ZS) ID INDXKEY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TO WA_INDX.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;*// if we do not delete them the table will be filled and INDX table is one of the critical table - Hence take a decision to delete the entry after you imported..&lt;/STRONG&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;&lt;P&gt;DELETE FROM DATABASE INDX(ZS) ID INDXKEY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Suresh K..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148191#M1906667</guid>
      <dc:creator>suresh_kutam</dc:creator>
      <dc:date>2015-07-10T12:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148192#M1906668</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;Here is my example about INDX table and Data cluster, you can use this code for your logic too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="85699" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Recording Deep Structure to Database via Data Cluster" href="https://community.sap.com/" modifiedtitle="true" title="Recording Deep Structure to Database via Data Cluster"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148192#M1906668</guid>
      <dc:creator>tolga_polat</dc:creator>
      <dc:date>2015-07-10T12:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148193#M1906669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input, but still i'm not able to export data&amp;nbsp; using database indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest any other options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148193#M1906669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-10T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148194#M1906670</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;Is it not possible with indx table , without creating new custom table ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148194#M1906670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-10T12:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148195#M1906671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope you are using same Data types and structure in both the programs and also Check after program1 execution whether u have entry in INDX table or not ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also comment Delete statement for a while to make sure the entries are written in that file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148195#M1906671</guid>
      <dc:creator>suresh_kutam</dc:creator>
      <dc:date>2015-07-10T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148196#M1906672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know you need INDX table in database for cluster data.&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;But I think you have simple table to export and import. You have to use EXPORT/IMPORT MEMORY ID.&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 class="L0S52"&gt;EXPORT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;input &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_input &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MYINPUT'&lt;/SPAN&gt;&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;IMPORT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;input &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;lt_input &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MYINPUT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148196#M1906672</guid>
      <dc:creator>tolga_polat</dc:creator>
      <dc:date>2015-07-10T13:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148197#M1906673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tolga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my requirement is to execute a report in background using JOB_OPEN and JOB_CLOSE and submit a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with Sharememory butno success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;withexport/import memory it wont work in background job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148197#M1906673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-10T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: clarification with indx table while import/export using shared momory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148198#M1906674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I will suggest you more simple way &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1291/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; use &lt;SPAN style="font-size: 10pt;"&gt;Functions. &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;You need one function group and 2 function. and In function group global data declare your table. For example :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZEXP_IMP_GROUP has two function and one data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : MY_DATA TYPE TABLE (&lt;SPAN style="font-size: 13.3333330154419px;"&gt; your table type ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZEXP_IMP_SET_DATA.&lt;/P&gt;&lt;P&gt;* IMPORTING&lt;/P&gt;&lt;P&gt;* IT_DATA TYPE TABLE ( your table type or generic )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY_DATA = IT_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZEXP_IMP_GET_DATA.&lt;/P&gt;&lt;P&gt;* EXPORTING&lt;/P&gt;&lt;P&gt;* ET_DATA TYPE TABLE&lt;SPAN style="font-size: 13.3333330154419px;"&gt; ( your table type or generic )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ET_DATA = MT_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clarification-with-indx-table-while-import-export-using-shared-momory/m-p/11148198#M1906674</guid>
      <dc:creator>tolga_polat</dc:creator>
      <dc:date>2015-07-10T13:36:20Z</dc:date>
    </item>
  </channel>
</rss>

