<?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: memory id  explanation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717915#M895028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this statement Memory Id is SAPLSTXD000001, you cannot see the Variable.&lt;/P&gt;&lt;P&gt;For Memory Id Info refer below Links:&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;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Reporting/Working_with_Selection_Screens.txt" target="test_blank"&gt;http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Reporting/Working_with_Selection_Screens.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Apr 2008 11:56:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-28T11:56:41Z</dc:date>
    <item>
      <title>memory id  explanation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717913#M895026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;please tell me the meaning of the below statement , it is used when the sales order is created &lt;/P&gt;&lt;P&gt;ie in the user exit to update a ztable with header text in sales order.&lt;/P&gt;&lt;P&gt;IMPORT thead TO t_head&lt;/P&gt;&lt;P&gt;             tline TO t_lines&lt;/P&gt;&lt;P&gt;             FROM MEMORY ID 'SAPLSTXD000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i want to know where can we find SAPLSTXD000001 in sap.&lt;/P&gt;&lt;P&gt;In production system i am getting the correct header text but in the development i am getting the material description instead of header text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please kindly help me in understanding the above statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for the replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717913#M895026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: memory id  explanation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717914#M895027</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;&lt;STRONG&gt;SAPLSTXD000001&lt;/STRONG&gt;  ita a memory variable u cannot see the value in that variable not only like that is used u can use any variable like the below example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT IS STORED IN ABAP MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT WERKS LIFNR[] GEXNO[] ERDAT[]
      FROM MEMORY ID 'ABCD'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717914#M895027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: memory id  explanation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717915#M895028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this statement Memory Id is SAPLSTXD000001, you cannot see the Variable.&lt;/P&gt;&lt;P&gt;For Memory Id Info refer below Links:&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;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bde358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Reporting/Working_with_Selection_Screens.txt" target="test_blank"&gt;http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Reporting/Working_with_Selection_Screens.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 11:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-id-explanation/m-p/3717915#M895028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-28T11:56:41Z</dc:date>
    </item>
  </channel>
</rss>

