<?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: script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355467#M520389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
Syntax Diagram 
HIDE 


Basic form 
HIDE f. 


In an ABAP Objects context, a more severe syntax check is performed that in other ABAP areas. See Constants not allowed in HIDE area. 

Effect 
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. 



The selection can occur in: 

AT LINE-SELECTION 

AT PFx 

AT USER-COMMAND 

READ LINE 



The contents of the field do not have to have been displayed using WRITE in order for you to retain them. 



The HIDE statement does not support deep structures (structures that contain internal tables). 



Useful system fields for interactive reporting are listed in the System Fields for Lists documentation. 



Note 
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. 



Note 
Runtime errors: 



HIDE_FIELD_TOO_LARGE: The field is too long for HIDE. 


HIDE_ON_EMPTY_PAGE: HIDE not possible on an empty page. 


HIDE_NO_LOCAL: HIDE not possible for a local field. 


HIDE_ILLEGAL_ITAB_SYMBOL: HIDE not possible for a table line or component of a table line. 


Additional help 
The HIDE Technique 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 13:24:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T13:24:33Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355466#M520388</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;what is the use of hide in interactive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 13:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355466#M520388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355467#M520389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
Syntax Diagram 
HIDE 


Basic form 
HIDE f. 


In an ABAP Objects context, a more severe syntax check is performed that in other ABAP areas. See Constants not allowed in HIDE area. 

Effect 
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. 



The selection can occur in: 

AT LINE-SELECTION 

AT PFx 

AT USER-COMMAND 

READ LINE 



The contents of the field do not have to have been displayed using WRITE in order for you to retain them. 



The HIDE statement does not support deep structures (structures that contain internal tables). 



Useful system fields for interactive reporting are listed in the System Fields for Lists documentation. 



Note 
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. 



Note 
Runtime errors: 



HIDE_FIELD_TOO_LARGE: The field is too long for HIDE. 


HIDE_ON_EMPTY_PAGE: HIDE not possible on an empty page. 


HIDE_NO_LOCAL: HIDE not possible for a local field. 


HIDE_ILLEGAL_ITAB_SYMBOL: HIDE not possible for a table line or component of a table line. 


Additional help 
The HIDE Technique 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 13:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355467#M520389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T13:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355468#M520390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hide protects the information of your internal table....For example, supoposed you got a table like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD1
FIELD2
FIELD3
FIELD4
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The you do an ON-LINE SELECTION based on FIELD2...So the values of FIELD3 and FIELD4 would be deleted....Using HIDE: FIELD3, FIELD4...You can keep the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 13:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2355468#M520390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T13:26:35Z</dc:date>
    </item>
  </channel>
</rss>

