<?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/1475745#M223096</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;  Entire line contents can be captured using SY-LISEL variable, but to trap the contents of the field, you need to use offset to get the details,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 10:08:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T10:08:50Z</dc:date>
    <item>
      <title>hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475744#M223095</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;if we write a hide statement when the value is hide and when the value is geting for the line selection event?&lt;/P&gt;&lt;P&gt;is it possible to hide whole internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we write a perform statement in start-of-selection event and form statement in at selection screen what will be the result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475744#M223095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:06: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/1475745#M223096</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;  Entire line contents can be captured using SY-LISEL variable, but to trap the contents of the field, you need to use offset to get the details,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475745#M223096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475746#M223097</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;Using HIDE stmt,&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;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;AT PFx &lt;/P&gt;&lt;P&gt;AT USER-COMMAND &lt;/P&gt;&lt;P&gt;READ LINE &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;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:11:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475746#M223097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475747#M223098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE AREA&lt;/P&gt;&lt;P&gt;is just like a list (used with write statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the difference is, its not writen on screen,&lt;/P&gt;&lt;P&gt;instead it is STORED in memoery. (Line by line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as we use write, we use&lt;/P&gt;&lt;P&gt;HIDE variablename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the value of the variable is STORED in memory&lt;/P&gt;&lt;P&gt;on the particular line number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(we can retrive its value , on that particular&lt;/P&gt;&lt;P&gt;line number, when we doubl-click on the line&lt;/P&gt;&lt;P&gt;which is displayed using write)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. for getting the taste of it ,&lt;/P&gt;&lt;P&gt;use this program (just copy paste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(it will show u hidden fileds)&lt;/P&gt;&lt;P&gt;(it will display 2 lines, then on double-clicking,&lt;/P&gt;&lt;P&gt;it will show the hidden values 1000,2000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT abc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : a(10) TYPE c.&lt;/P&gt;&lt;P&gt;DATA : b(10) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a = '1000'.&lt;/P&gt;&lt;P&gt;b = 'mittal'.&lt;/P&gt;&lt;P&gt;WRITE : b.&lt;/P&gt;&lt;P&gt;HIDE a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a = '2000'.&lt;/P&gt;&lt;P&gt;b = 'hello'.&lt;/P&gt;&lt;P&gt;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; b.&lt;/P&gt;&lt;P&gt;HIDE a.&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;WRITE &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; 'hidden field a is : ' , a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now a days, HIDE concept&lt;/P&gt;&lt;P&gt;is not used much, bcos alv concept is there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. WHY HIDE IS Used :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCOS To TRAP/DETECT USER-INTERACTION (DOUBL-CLICK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Suppose a simple report displays&lt;/P&gt;&lt;P&gt;a basic list showing &lt;/P&gt;&lt;P&gt;vendor number, vendor name.&lt;/P&gt;&lt;P&gt;b) User-Double clicks a vendor&lt;/P&gt;&lt;P&gt;c) Then we want to show the details of this vendor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. So , to DETECT, which VENDOR is CLICKED,&lt;/P&gt;&lt;P&gt;we can either use HIDE or&lt;/P&gt;&lt;P&gt;use system variable sy-lisel&lt;/P&gt;&lt;P&gt;which has the contents of the line&lt;/P&gt;&lt;P&gt;which is double clicked.&lt;/P&gt;&lt;P&gt;(in this case we have to PARSE/SUBSTRing&lt;/P&gt;&lt;P&gt;the whole line to split the vendor number)&lt;/P&gt;&lt;P&gt;&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>Thu, 17 Aug 2006 10:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475747#M223098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475748#M223099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot do that.&lt;/P&gt;&lt;P&gt;The program will run as usual.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:12:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475748#M223099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475749#M223100</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;you can hide the headerline  / or wa of your internal table - but it's performant - you should only hide the necessary fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475749#M223100</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-08-17T10:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475750#M223101</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; Check this sample code on hhow to use HIDE.&lt;/P&gt;&lt;P&gt; &lt;A href="http://www.sap-img.com/abap/a-sample-hide-get-cursor-in-interactive-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-sample-hide-get-cursor-in-interactive-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475750#M223101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475751#M223102</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;Logically, you don`t hide all fields in your list as you would generally hide some values so that based on the user reaction you display those values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On start-of-selection, from the system encounters the perform statement it automatically finds the corresponding subroutine (form..endform). The control is passed on to the subroutine block and control returns after the completion of the endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475751#M223102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: hide statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475752#M223103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)with hide, u can hide single fields or a structure. but not a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also note that u cannot use hide for structures containing internal tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) nothing happens , it runs as usual because, where ever u write form statement, we cannot go inside the form unless invoked by a perform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first it goes to at selection- scren event, there finds form but as it is not called, will not go inside. next comes to start-of-selection and there when it finds perform, then it immediately goes inside the form&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:21:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-statement/m-p/1475752#M223103</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-08-17T10:21:59Z</dc:date>
    </item>
  </channel>
</rss>

