<?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 What is hide statement do in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080426#M730571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;can anyone inform me what is hide statement do&lt;/P&gt;&lt;P&gt;for which purpose we use that one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;kals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2007 09:02:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-16T09:02:37Z</dc:date>
    <item>
      <title>What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080426#M730571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;can anyone inform me what is hide statement do&lt;/P&gt;&lt;P&gt;for which purpose we use that one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;kals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080426#M730571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080427#M730572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To prevent the user from selecting invalid lines, ABAP/4 offers several possibilities. At the end of the processing block END-OF-SELECTION, delete the contents of one or more fields you previously stored for valid lines using the HIDE statement. At the event AT LINE-SELECTION, check whether the work area is initial or whether the HIDE statement stored field contents there. After processing the secondary list, clear the work area again. This prevents the user from trying to create further secondary lists from the secondary list displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080427#M730572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080428#M730573</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;Hide f.&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;rgs &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080428#M730573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080429#M730574</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;    Hide will keep the field's contents in memory, when you click on this, it will take positon you clicked on field, not the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This is very much useful to avoid tampering of data in interactive reporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  disadvantage is if you have large number of records, it will take lot of memory and performance also becomes low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        pavan kumar pisipati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:07:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080429#M730574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080430#M730575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax: HIDE dobj. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This statement stores - in the current list level - the content of the variable dobj together with the current list line whose line number is contained in sy-linno. The data type of the variables dobj must be flat and no field symbols can be specified that point to rows of internal tables, and no class attributes can be specified. The stored values can be read as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each user action in a displayed screen list that leads to a list result, all the row values stored using HIDE - that is, the row on which the screen cursor is positioned at the time of the event - are assigned to the respective variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a list row of an arbitrary list level is read or modified using the statements READ LINE or MODIFY LINE, all the values of this row stored using HIDE are assigned to the respective variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HIDE statement works independently of whether the list cursor was set. In particular, variables for empty list rows can be stored - that is, rows in which the list cursor was positioned using statements like SKIP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HIDE statement should be executed immediately at the statement that has set the list cursor in the row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside of classes, constants and literals that cannot be read in list results and in the statement READ LINE can be specified for dobj outside of classes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Std help..&lt;/P&gt;&lt;P&gt;Reward all helpful queries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080430#M730575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080431#M730576</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;The HIDE keyword is used to store data objects and their values so they can be made available when the User selects a report line. When a line is selected, the fields that were hidden are filled with the values that you hid for that line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user selects a line for which&lt;/P&gt;&lt;P&gt;data has been stored in the HIDE &lt;/P&gt;&lt;P&gt;area. The runtime system evaluates &lt;/P&gt;&lt;P&gt;field SY-LILLI to determine the &lt;/P&gt;&lt;P&gt;selected line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The runtime system jumps to the &lt;/P&gt;&lt;P&gt;point in the HIDE area where data &lt;/P&gt;&lt;P&gt;for this line is stored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The runtime system then inserts all &lt;/P&gt;&lt;P&gt;values stored for the selected line in&lt;/P&gt;&lt;P&gt; the HIDE area into their &lt;/P&gt;&lt;P&gt;corresponding fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The runtime system processes the &lt;/P&gt;&lt;P&gt;event AT LINE-SELECTION and &lt;/P&gt;&lt;P&gt;its corresponding program &lt;/P&gt;&lt;P&gt;processing block. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A detail list is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080431#M730576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is hide statement do</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080432#M730577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In interactive report, u want to click on a line and go to a second screeen.&lt;/P&gt;&lt;P&gt;so u need to get on which line user had clicked so that u can populate second csreen accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so each and every line item u hide the value say order number.&lt;/P&gt;&lt;P&gt;in AT-LINE SELECTION event u can use READ LINE and retrieve the value u stored in that line using hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;reward if answered&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 09:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hide-statement-do/m-p/3080432#M730577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T09:12:28Z</dc:date>
    </item>
  </channel>
</rss>

