<?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: IMPORT/EXPORT Itab issue in function module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007311#M1896919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post_document is a update module, so it works in a different workprocess. How they work in different workprocess, the memory area also is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are working in different workprocess, you need to use EXPORT ... TO DATABASE / IMPORT ...FROM DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;wa_indx &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;indx&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT it_bseg FROM it_bseg&amp;nbsp; TO DATABASE indx(XY)&amp;nbsp; FROM wa_indx&amp;nbsp; ID 'TABLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IMPORT &lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;TO &lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DATABASE&lt;SPAN style="font-size: 13.3333330154419px;"&gt; indx(XY)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'TABLE'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 18:42:22 GMT</pubDate>
    <dc:creator>Thyago_TSG</dc:creator>
    <dc:date>2015-04-24T18:42:22Z</dc:date>
    <item>
      <title>IMPORT/EXPORT Itab issue in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007307#M1896915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used import statement in a BTE as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORT&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;it_bseg &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;'ZBD1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used export statement in a implicit enhancement of FM 'POST_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORT&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 13.3333330154419px;"&gt;'ZBD1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;if i check in the debug mode , the internal table 'it_bseg' is empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;please suggest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55" style="font-size: 13.3333330154419px;"&gt;NK.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007307#M1896915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT Itab issue in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007308#M1896916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say you're IMPORTing, but you actually appear to be EXPORTing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:36:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007308#M1896916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T16:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT Itab issue in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007309#M1896917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, Its my bad, its an Typo in therad discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used as below in my program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;i have used export statement in a BTE as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORT&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt; &lt;/SPAN&gt;it_bseg &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;to&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;'ZBD1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;i have used import statement in a implicit enhancement of FM 'POST_DOCUMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IMPORT &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;it_bseg &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;'ZBD1'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;please help me.\&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit; background: transparent;"&gt;NK&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 16:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007309#M1896917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT Itab issue in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007310#M1896918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for test purpose i used the below code in same BTE only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;EXPORT &lt;/SPAN&gt;it_bseg1 &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;'ZZKONTL'&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;SPAN class="L0S52"&gt;IMPORT &lt;/SPAN&gt;it_bseg1 &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;it_bseg2 &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;'ZZKONTL'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&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;if i see in debugging the data is transfered from &lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg1 &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;to &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg2&amp;nbsp; success fully..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;if place the second line&amp;nbsp; (&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;IMPORT &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg1 &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;to &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg2 &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;from &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;MEMORY &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 13.3333330154419px;"&gt;'ZZKONTL') in the FM.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;both&amp;nbsp; the table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg1 and&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 13.3333330154419px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg2 are blank.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;what could be the reason.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;NK&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007310#M1896918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T17:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT Itab issue in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007311#M1896919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post_document is a update module, so it works in a different workprocess. How they work in different workprocess, the memory area also is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are working in different workprocess, you need to use EXPORT ... TO DATABASE / IMPORT ...FROM DATABASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;wa_indx &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;indx&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT it_bseg FROM it_bseg&amp;nbsp; TO DATABASE indx(XY)&amp;nbsp; FROM wa_indx&amp;nbsp; ID 'TABLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;IMPORT &lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;TO &lt;SPAN style="font-size: 13.3333330154419px;"&gt;it_bseg&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;DATABASE&lt;SPAN style="font-size: 13.3333330154419px;"&gt; indx(XY)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'TABLE'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 18:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007311#M1896919</guid>
      <dc:creator>Thyago_TSG</dc:creator>
      <dc:date>2015-04-24T18:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT Itab issue in function module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007312#M1896920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responses and&amp;nbsp; i resolved the issue as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM is internally calling background mode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i coded as below and it working fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BTE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;EXPORT &lt;/SPAN&gt;it_bseg2 &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SHARED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BUFFER &lt;/SPAN&gt;indx&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;st&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;id &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZIBT'&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;in FM&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;IMPORT it_bseg2 &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;it_bseg2 &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SHARED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BUFFER &lt;/SPAN&gt;indx&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;st&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ID &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZIBT'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 21:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-itab-issue-in-function-module/m-p/11007312#M1896920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-24T21:52:31Z</dc:date>
    </item>
  </channel>
</rss>

