<?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 EXPORT STATEMENT fro INTERNAL TABLE VALUES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196115#M761582</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;From one program I am calling my program using SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subprogram, I will be doing som process.If I get any error message I am storing in an internal table.&lt;/P&gt;&lt;P&gt;This internal table has to come to the main program.&lt;/P&gt;&lt;P&gt;So that I will create an Idoc in main program for all the error messages.&lt;/P&gt;&lt;P&gt;For this I am using EXPORT IMPORT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_idoc_msg-type = text-003.&lt;/P&gt;&lt;P&gt;  wa_idoc_msg-id =  'ZLES'.&lt;/P&gt;&lt;P&gt;  wa_idoc_msg-number = '477'.&lt;/P&gt;&lt;P&gt;  append wa_idoc_msg to t_idoc_msg.&lt;/P&gt;&lt;P&gt;  clear wa_idoc_msg.&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt;  export (T_IDOC_MSG) to memory id 'T_IDOC_MSG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now In this export line, I am getting error as ZLES not able to recognize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help required for this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 07:43:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-12T07:43:10Z</dc:date>
    <item>
      <title>EXPORT STATEMENT fro INTERNAL TABLE VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196115#M761582</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;From one program I am calling my program using SUBMIT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subprogram, I will be doing som process.If I get any error message I am storing in an internal table.&lt;/P&gt;&lt;P&gt;This internal table has to come to the main program.&lt;/P&gt;&lt;P&gt;So that I will create an Idoc in main program for all the error messages.&lt;/P&gt;&lt;P&gt;For this I am using EXPORT IMPORT statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_idoc_msg-type = text-003.&lt;/P&gt;&lt;P&gt;  wa_idoc_msg-id =  'ZLES'.&lt;/P&gt;&lt;P&gt;  wa_idoc_msg-number = '477'.&lt;/P&gt;&lt;P&gt;  append wa_idoc_msg to t_idoc_msg.&lt;/P&gt;&lt;P&gt;  clear wa_idoc_msg.&lt;/P&gt;&lt;P&gt;  exit.&lt;/P&gt;&lt;P&gt;  export (T_IDOC_MSG) to memory id 'T_IDOC_MSG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now In this export line, I am getting error as ZLES not able to recognize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help required for this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 07:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196115#M761582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T07:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT STATEMENT fro INTERNAL TABLE VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196116#M761583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sumi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have to leave the brackets:&lt;/P&gt;&lt;P&gt;export T_IDOC_MSG to memory id 'T_IDOC_MSG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 07:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196116#M761583</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-12T07:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT STATEMENT fro INTERNAL TABLE VALUES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196117#M761584</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;Check the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-sap-and-abap-memory.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 07:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-statement-fro-internal-table-values/m-p/3196117#M761584</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-12-12T07:49:55Z</dc:date>
    </item>
  </channel>
</rss>

