<?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 command in oops in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-command-in-oops/m-p/2222587#M477351</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;Observe the code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT lines INTO ls_lines.&lt;/P&gt;&lt;P&gt;     ls_tdline =  ls_lines-tdline.&lt;/P&gt;&lt;P&gt;      APPEND ls_tdline TO lt_tdline.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Export the text on the text editor into ABAP memory.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    EXPORT (lt_tdline) TO MEMORY ID 'MID'.&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;as u see i am exporting Lt_tdline to memory id .&lt;/P&gt;&lt;P&gt;this statement gives me a dump saying that the contents in the table is not recognised. Actually i am moving the contents in the field tdline from table tline into ABAP MEMORY. Its urgent.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2007 10:03:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-11T10:03:53Z</dc:date>
    <item>
      <title>export command in oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-command-in-oops/m-p/2222587#M477351</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;Observe the code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT lines INTO ls_lines.&lt;/P&gt;&lt;P&gt;     ls_tdline =  ls_lines-tdline.&lt;/P&gt;&lt;P&gt;      APPEND ls_tdline TO lt_tdline.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Export the text on the text editor into ABAP memory.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    EXPORT (lt_tdline) TO MEMORY ID 'MID'.&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;as u see i am exporting Lt_tdline to memory id .&lt;/P&gt;&lt;P&gt;this statement gives me a dump saying that the contents in the table is not recognised. Actually i am moving the contents in the field tdline from table tline into ABAP MEMORY. Its urgent.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 10:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-command-in-oops/m-p/2222587#M477351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T10:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: export command in oops</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-command-in-oops/m-p/2222588#M477352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to export the table to memory, remove the parentheses.  Adding the parentheses will make it look for the contents within the table.  For example, if you have a row that says "This is a test", then the export statement will try to export a parameter called "This is a test" to memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2007 15:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-command-in-oops/m-p/2222588#M477352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-11T15:01:15Z</dc:date>
    </item>
  </channel>
</rss>

