<?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: regarding interactive list data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120862#M741099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interactive data stores only in the ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually you need to hide the data you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: W_MATNR TYPE MATNR.
LOOP AT ITAB.
  WRITE: / ITAB-MATNR.
  W_MATNR = ITAB-MATNR.
  HIDE W_MATNR.
ENDLOOP.

AT LINE-SELECTION.
* Here you will have data in the W_MATNR for perticular the line on the list.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Nov 2007 16:13:09 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2007-11-17T16:13:09Z</dc:date>
    <item>
      <title>regarding interactive list data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120860#M741097</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;      could u plz tell me where will store interactive list data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could u plz tell me the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2007 15:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120860#M741097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-17T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding interactive list data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120861#M741098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DO you mean the output that you display in the interactive list? Its not stored in database, its stored in memory during runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2007 15:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120861#M741098</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-17T15:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: regarding interactive list data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120862#M741099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interactive data stores only in the ABAP memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually you need to hide the data you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: W_MATNR TYPE MATNR.
LOOP AT ITAB.
  WRITE: / ITAB-MATNR.
  W_MATNR = ITAB-MATNR.
  HIDE W_MATNR.
ENDLOOP.

AT LINE-SELECTION.
* Here you will have data in the W_MATNR for perticular the line on the list.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2007 16:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-interactive-list-data/m-p/3120862#M741099</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-17T16:13:09Z</dc:date>
    </item>
  </channel>
</rss>

