<?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: Hide statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750666#M325476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the Hide help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE f. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas. See Cannot Use Constants in the HIDE Area. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The contents of f related to the current output line are stored. If this line is selected, f is filled automatically with the stored value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection can be made using: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT PFx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ LINE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not have to output the field with WRITE in order to be able to store its value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HIDE statement does not support structures that contain tables (deep structures). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System fields that are particularly useful in interactive reporting are listed in the system fields for lists documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;You cannot save lines or components of lines of an internal table that is addressed using a field symbol to the HIDE area. (Compare the ASSIGNING addition to the READ and LOOP statements). Assign the contents of the line or component to a global variable and save this instead. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions &lt;/P&gt;&lt;P&gt;Non-Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The field is too long for HIDE. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_FIELD_TOO_LARGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Cannot apply HIDE to a table line or component of a table line. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_ILLEGAL_ITAB_SYMBOL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: HIDE is not possible in a local field. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_NO_LOCAL: HIDE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: HIDE is not possible on an empty page. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_ON_EMPTY_PAGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just select hide and click on F1. (it will give the help)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 10:11:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T10:11:44Z</dc:date>
    <item>
      <title>Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750665#M325475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone tell me wat the &amp;lt;b&amp;gt;hide&amp;lt;/b&amp;gt; statement does? and its purpose?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750665#M325475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750666#M325476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the Hide help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE f. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas. See Cannot Use Constants in the HIDE Area. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;The contents of f related to the current output line are stored. If this line is selected, f is filled automatically with the stored value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection can be made using: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT PFx &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ LINE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not have to output the field with WRITE in order to be able to store its value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HIDE statement does not support structures that contain tables (deep structures). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System fields that are particularly useful in interactive reporting are listed in the system fields for lists documentation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;You cannot save lines or components of lines of an internal table that is addressed using a field symbol to the HIDE area. (Compare the ASSIGNING addition to the READ and LOOP statements). Assign the contents of the line or component to a global variable and save this instead. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions &lt;/P&gt;&lt;P&gt;Non-Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The field is too long for HIDE. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_FIELD_TOO_LARGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Cannot apply HIDE to a table line or component of a table line. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_ILLEGAL_ITAB_SYMBOL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: HIDE is not possible in a local field. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_NO_LOCAL: HIDE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: HIDE is not possible on an empty page. &lt;/P&gt;&lt;P&gt;Runtime Error: HIDE_ON_EMPTY_PAGE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just select hide and click on F1. (it will give the help)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750666#M325476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750667#M325477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;HIDE f&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The contents of f related to the current output line are stored. If this line is selected, f is filled automatically with the stored value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection can be made using: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AT LINE-SELECTION 
AT PFx 
AT USER-COMMAND 
READ LINE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750667#M325477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750668#M325478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HIDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form&lt;/P&gt;&lt;P&gt;HIDE f.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an ABAP Objects context, a more severe syntax check is performed that in other ABAP areas. See Constants not allowed in HIDE area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;Retains the contents of f related to the current output line. When the user selects the line from the list f is automatically filled with the retained value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection can occur in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT PFx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ LINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of the field do not have to have been displayed using WRITE in order for you to retain them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HIDE statement does not support deep structures (structures that contain internal tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful system fields for interactive reporting are listed in the System Fields for Lists documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;Lines or components of lines of an internal table that you address using a field symbol (see ASSIGNING addition to the READ and LOOP statements), cannot be retained using HIDE. You can store them using a global variable instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;Runtime errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE_FIELD_TOO_LARGE: The field is too long for HIDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE_ON_EMPTY_PAGE: HIDE not possible on an empty page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE_NO_LOCAL: HIDE not possible for a local field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE_ILLEGAL_ITAB_SYMBOL: HIDE not possible for a table line or component of a table line.&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;&lt;/P&gt;&lt;P&gt;and also a sample program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report zrich_0003.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;      field type c,&lt;/P&gt;&lt;P&gt;      end of itab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;itab-field = 'A'.  append itab.&lt;/P&gt;&lt;P&gt;itab-field = 'B'.  append itab.&lt;/P&gt;&lt;P&gt;itab-field = 'C'.  append itab.&lt;/P&gt;&lt;P&gt;itab-field = 'D'.  append itab.&lt;/P&gt;&lt;P&gt;itab-field = 'E'.  append itab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  format hotspot on.&lt;/P&gt;&lt;P&gt;  write:/ itab-field.&lt;/P&gt;&lt;P&gt;  hide itab-field.&lt;/P&gt;&lt;P&gt;  format hotspot off.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  write:/ 'You clicked', itab-field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750668#M325478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750669#M325479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavithara , &lt;/P&gt;&lt;P&gt;  The hide statement stores the value of the variable you want to hide in local memory and you can retreive it.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at it_1.
write:/ it_1-mantr.
hide it_1-matnr.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the output when you click and handle the event the at line selection ,youget the value of matnr in the field it_1-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:12:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750669#M325479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750670#M325480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavithra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide statement works like a buffer which stores the value that the user has selected in the basic list,which is then used to compare in the secondary list to list out the corresponding details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pankaj singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750670#M325480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750671#M325481</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;data : it type table of mara,&lt;/P&gt;&lt;P&gt;         wa type mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case wa-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when '000000000000000038'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write 'FIRST Record'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : wa-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide wa-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Hide is work like an internal table , first it will take all matnr numbers and put into the hide internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you are pressing '00000000000000038' number in fisr report screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will check that no in hide internal table and it will process that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope that you will understand this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750671#M325481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750672#M325482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pavithra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Just like write statements, &lt;/P&gt;&lt;P&gt;    displays the contents on the screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. similary, there is another screen, &lt;/P&gt;&lt;P&gt;   IN THE MEMORY, which does not get displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Just like WRITE,&lt;/P&gt;&lt;P&gt;   HIDE writes the value in this memory screen,&lt;/P&gt;&lt;P&gt;  so that we can retrive it later on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 10:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1750672#M325482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T10:22:36Z</dc:date>
    </item>
  </channel>
</rss>

