<?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: Syntax Error with EXPORT statement in ECC 6 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222946#M1628333</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;&lt;/P&gt;&lt;P&gt;You can provide the statement like this but here we are uploading the work area data means only one record&lt;/P&gt;&lt;P&gt;PROG:REPORT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:E_ONE TYPE STRING.&lt;/P&gt;&lt;P&gt;EXPORT mem_id  TO MEMORY ID 'E_ONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another report we can write below statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROG:REPORT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:E_ONE TYPE STRING.&lt;/P&gt;&lt;P&gt;IMPORT MEM_ID FROM MEMORY ID 'E_ONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;muralii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Sep 2011 11:22:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-20T11:22:33Z</dc:date>
    <item>
      <title>Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222945#M1628332</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 one issue with EXPORT statement syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have declared data like below:&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF mem_id,&lt;/P&gt;&lt;P&gt;          mandt LIKE sy-mandt,&lt;/P&gt;&lt;P&gt;          uname LIKE sy-uname,&lt;/P&gt;&lt;P&gt;          modno LIKE sy-modno,&lt;/P&gt;&lt;P&gt;        END OF mem_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;export the memory id&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    EXPORT E_VBKOK XANZPK TEXTTAB XBOLNR TO MEMORY ID MEM_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am checking the syntax error i am getting like "MEM_ID" must be a character-type field (data type C, N, D or T). by "INTERFACE". by "INTERFACE". "INTERFACE". by "INTERFACE". by "INTERFACE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this statement would be like IMPORT ITAB TO JTAB FROM MEMORY ID 'table'. So I have written like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT E_VBKOK XANZPK TEXTTAB XBOLNR TO MEMORY ID 'MEM_ID'. But still it is throwing an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how can I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222945#M1628332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222946#M1628333</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;&lt;/P&gt;&lt;P&gt;You can provide the statement like this but here we are uploading the work area data means only one record&lt;/P&gt;&lt;P&gt;PROG:REPORT1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:E_ONE TYPE STRING.&lt;/P&gt;&lt;P&gt;EXPORT mem_id  TO MEMORY ID 'E_ONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In another report we can write below statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROG:REPORT2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:E_ONE TYPE STRING.&lt;/P&gt;&lt;P&gt;IMPORT MEM_ID FROM MEMORY ID 'E_ONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;muralii&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222946#M1628333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222947#M1628334</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;Can you please tell me what error are you getting after rectifying the EXPORT statement i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT E_VBKOK XANZPK TEXTTAB XBOLNR TO MEMORY ID 'MEM_ID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222947#M1628334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222948#M1628335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am getting the same syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222948#M1628335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222949#M1628336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error from &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT E_VBKOK XANZPK TEXTTAB XBOLNR TO MEMORY ID 'MEM_ID'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In this case, four objects, whether single values, structures, tables or whatever, should have been exported to memory if they exist at the time of this export. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simple way to do this is to define the same objects in both the exporting and importing program, then....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export object1 object2.... to memory id 'MEM_ID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import object1 object2....from memory id 'MEM_ID'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222949#M1628336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222950#M1628337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyoti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot get the same syntax error as you have changed the syntax from MEM_ID to 'MEM_ID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please re-run the transaction and tell me the error once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Danish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222950#M1628337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222951#M1628338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: l_var type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate '6' '8' into l_var separated by space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export l_var to memory id 'BB'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have to declare the type(structure) for l_var not for BB &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;and in another program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:l_var type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import l_var from memory id 'BB'.&lt;/P&gt;&lt;P&gt;write : l_var.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:52:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222951#M1628338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T11:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax Error with EXPORT statement in ECC 6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222952#M1628339</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 ahve changed to "MEM_ID' Now it is working fine. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 07:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-export-statement-in-ecc-6/m-p/8222952#M1628339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T07:17:20Z</dc:date>
    </item>
  </channel>
</rss>

