<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867193#M365447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In addition to all the replies, &lt;/P&gt;&lt;P&gt;stores a line-specific information and can be used later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 04:41:03 GMT</pubDate>
    <dc:creator>former_member223443</dc:creator>
    <dc:date>2007-01-17T04:41:03Z</dc:date>
    <item>
      <title>hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867188#M365442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) in the loop i write and also do the hide. i would like to know where actually the data is stored. if loop 5 times then the HIDE area will store 5 records. So i just wonder where abap processor keep the records in hide area. I try to find in debug mode but cannot find.&lt;/P&gt;&lt;P&gt;2) if in the HIDE statement, i HIDE just 2 or 3 out of 10 columns as below, what is the difference?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT it_summary INTO wa_summary.&lt;/P&gt;&lt;P&gt;..........&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE: /51  va_summary-prodh,&lt;/P&gt;&lt;P&gt;              72  va_summary-spart,&lt;/P&gt;&lt;P&gt;              95  va_summary-werks,&lt;/P&gt;&lt;P&gt;              105 va_summary-lgtyp,&lt;/P&gt;&lt;P&gt;              125 va_summary-land1.              &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:va_summary-group, va_summary-pos, va_summary-text,&lt;/P&gt;&lt;P&gt;           va_summary-prodh, va_summary-spart, va_summary-werks,&lt;/P&gt;&lt;P&gt;           va_summary-land1, va_summary-zmax, va_summary-qty,&lt;/P&gt;&lt;P&gt;           va_summary-lgtyp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 02:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867188#M365442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T02:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867189#M365443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you are realizing the area is hidden, and can not be accessed.  You can not see this data in the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 02:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867189#M365443</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-17T02:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867190#M365444</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;&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;Only when you select the line, the line contents are moved to the header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mouse poniter changes only when it is on top of the fields mentioned in the HIDE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 02:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867190#M365444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T02:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867191#M365445</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;go thru these urls and u will get some  knowledge about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/hide.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/hide.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;A href="http://www.sapbrain.com/ARTICLES/TECHNICAL/ABAP/HIDE_Technique.html" target="test_blank"&gt;http://www.sapbrain.com/ARTICLES/TECHNICAL/ABAP/HIDE_Technique.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867191#M365445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867192#M365446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your question the data is stored in the hide area and you cannot find out that.&lt;/P&gt;&lt;P&gt;when you dbl click on a perticular line or press F2 the at line-selection event will call and the hide area will fill by data of the perticular line or perticular column as per your hide statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in your hide if you want you can put the value of whole line as well as the perticular column and process the value in at line-selection event.&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;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867192#M365446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T04:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: hide</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867193#M365447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;In addition to all the replies, &lt;/P&gt;&lt;P&gt;stores a line-specific information and can be used later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 04:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide/m-p/1867193#M365447</guid>
      <dc:creator>former_member223443</dc:creator>
      <dc:date>2007-01-17T04:41:03Z</dc:date>
    </item>
  </channel>
</rss>

