<?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 command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651677#M611251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For displaying the details on secondary lists requires that you have previously stored the contents of the selected line from within the program.  To do this, ABAP/4 provides the HIDE statement.  This statement stores the current field contents for the current list line.  When calling a secondary list from a list line for which the HIDE fields are stored, the system fills the stored values back into the variables in the program.  In the program code, insert the HIDE statement directly after the WRITE statement for the current line.  Interactive lists provide the user with the so-called &amp;#145;INTERACTIVE REPORTING&amp;#146; facility.  For background processing the only possible method of picking the relevant data is through &amp;#145;NON INTERACTIVE REPORT&amp;#146; .  After starting a background job, there is no way of influencing the program.  But whereas for dialog sessions there are no such restrictions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 12:15:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-24T12:15:29Z</dc:date>
    <item>
      <title>hide command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651676#M611250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will exactly the hide statement do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 12:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651676#M611250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T12:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: hide command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651677#M611251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For displaying the details on secondary lists requires that you have previously stored the contents of the selected line from within the program.  To do this, ABAP/4 provides the HIDE statement.  This statement stores the current field contents for the current list line.  When calling a secondary list from a list line for which the HIDE fields are stored, the system fills the stored values back into the variables in the program.  In the program code, insert the HIDE statement directly after the WRITE statement for the current line.  Interactive lists provide the user with the so-called &amp;#145;INTERACTIVE REPORTING&amp;#146; facility.  For background processing the only possible method of picking the relevant data is through &amp;#145;NON INTERACTIVE REPORT&amp;#146; .  After starting a background job, there is no way of influencing the program.  But whereas for dialog sessions there are no such restrictions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 12:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651677#M611251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: hide command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651678#M611252</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;Use the HIDE technique while creating a list level to store line-specific information for later use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HIDE statement is one of the fundamental statements for interactive reporting. You use the HIDE technique when creating a basic list. It defines the information that can be passed to subsequent detail lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP LIBRARY: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2c46358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2c46358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Juda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 18:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651678#M611252</guid>
      <dc:creator>juandavid_lopezsanta</dc:creator>
      <dc:date>2007-08-24T18:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: hide command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651679#M611253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The hide command temporarily stores the contents of the field at the current line in a system-controlled memory called the HIDE AREA.At an interactive event,the contents of the field is restored from the HIDE AREA. When calling a secondary list from a list line for which the HIDE fields are stored, the system fills the stored values back into the variables in the program. In the program code, insert the HIDE statement directly after the WRITE statement for the current line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hope this is helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 11:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651679#M611253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T11:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: hide command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651680#M611254</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 &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;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 13:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651680#M611254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T13:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: hide command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651681#M611255</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 statment is used to pass the value from one list to the other list.&lt;/P&gt;&lt;P&gt;for exapmle if you are writing value of X inside a DO loop and after each write statment you are incrementing it by one.&lt;/P&gt;&lt;P&gt;ex. &lt;/P&gt;&lt;P&gt;DATA X TYPE I VALUE 1.&lt;/P&gt;&lt;P&gt;Do 10 times.&lt;/P&gt;&lt;P&gt;WRITE:/ X.&lt;/P&gt;&lt;P&gt;X = X + 1.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statment will write values of X from 1 to 10 which will be printed on 1st list. Now suppose i ask you to design one more level of list that is interactive list in such a way that if user double click on a any number on the first list, same number should apper on the next list. In this case You will use AT LINE-SELECTION event but in AT LINE-SELECTION event if you will simply write WRITE X. it will print the last value of X which is 10 in this case(Because DO loop will be iterated for 10 times first and then it will come out seting value of X as 10) there fore to write the same value of X where user has double clicked SAP has given HIDE statment. It is specifically used in interactove list where HIDE statment makes it possible that the same value of variable will be available on the next list what was clicked on the the first list even if the variable's value has been changed.&lt;/P&gt;&lt;P&gt;So in our case to write the same value we will write in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA X TYPE I VALUE 1.&lt;/P&gt;&lt;P&gt;Do 10 times.&lt;/P&gt;&lt;P&gt;WRITE:/ X.&lt;/P&gt;&lt;P&gt;HIDE X.&lt;/P&gt;&lt;P&gt;X = X + 1.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;WRITE X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can hide more than one value so in your case HIDE matnr werks means these values will be same on the next level of list even if they have been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if it is helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tanweer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2007 15:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-command/m-p/2651681#M611255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-28T15:42:38Z</dc:date>
    </item>
  </channel>
</rss>

