<?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 Difference Between Hide &amp; Get cursor . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-hide-get-cursor/m-p/2330067#M512615</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;  Can anyone tell me the diff between the hide &amp;amp; get curzor . Wht is the actual fuction of hide &amp;amp; get cursor .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vighnesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 06:06:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T06:06:00Z</dc:date>
    <item>
      <title>Difference Between Hide &amp; Get cursor .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-hide-get-cursor/m-p/2330067#M512615</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;  Can anyone tell me the diff between the hide &amp;amp; get curzor . Wht is the actual fuction of hide &amp;amp; get cursor .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vighnesh .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 06:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-hide-get-cursor/m-p/2330067#M512615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T06:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between Hide &amp; Get cursor .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-hide-get-cursor/m-p/2330068#M512616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vighnesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET CURSOR : Transfers the name of the field at the cursor position to the field f. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: CURSORFIELD(20), &lt;/P&gt;&lt;P&gt;      GLOB_FIELD(20)    VALUE 'global field', &lt;/P&gt;&lt;P&gt;      REF_PARAMETER(30) VALUE 'parameter by reference', &lt;/P&gt;&lt;P&gt;      VAL_PARAMETER(30) VALUE 'parameter by value', &lt;/P&gt;&lt;P&gt;      FIELD_SYMBOL(20)  VALUE 'field symbol'. &lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;F&amp;gt; TYPE ANY. &lt;/P&gt;&lt;P&gt;PERFORM WRITE_LIST USING REF_PARAMETER VAL_PARAMETER. &lt;/P&gt;&lt;P&gt;ASSIGN GLOB_FIELD TO &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;AT LINE-SELECTION. &lt;/P&gt;&lt;P&gt;  GET CURSOR FIELD CURSORFIELD. &lt;/P&gt;&lt;P&gt;  WRITE: /   CURSORFIELD, SY-SUBRC. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;FORM WRITE_LIST USING RP VALUE(VP). &lt;/P&gt;&lt;P&gt;  DATA: LOK_FIELD(20)  VALUE 'local field'. &lt;/P&gt;&lt;P&gt;  ASSIGN FIELD_SYMBOL TO &amp;lt;F&amp;gt;. &lt;/P&gt;&lt;P&gt;  WRITE: /  GLOB_FIELD,  /  LOC_FIELD, &lt;/P&gt;&lt;P&gt;         /  RP,          /  VP, &lt;/P&gt;&lt;P&gt;         /  'literal',   /  FIELD_SYMBOL. &lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&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 : 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;You do not have to output the field with WRITE in order to be able to store its value. &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;Reward points if helpful,&lt;/P&gt;&lt;P&gt;Pritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 06:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-hide-get-cursor/m-p/2330068#M512616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T06:09:34Z</dc:date>
    </item>
  </channel>
</rss>

