<?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 AREA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172776#M123540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Just type HIDE and press F1.&lt;/P&gt;&lt;P&gt;   u will get the same help.&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;2. 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;3. 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;4.  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;regards&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jan 2006 08:19:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-28T08:19:47Z</dc:date>
    <item>
      <title>HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172771#M123535</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;is HIDE area is a table?&lt;/P&gt;&lt;P&gt;so what is that table name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 07:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172771#M123535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T07:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172772#M123536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. is HIDE area is a table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Not is not a table.&lt;/P&gt;&lt;P&gt;  It 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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 07:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172772#M123536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T07:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172773#M123537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not a table, it is just like a work area to hide the content of the write statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use after write statement of a variable, it will hold the value of the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 07:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172773#M123537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172774#M123538</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;i am just giving the SAP help on Hide...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;HIDE f. 



The syntax check performed in an ABAP Objects context is stricter than in other ABAP areas. See Cannot Use Constants in the HIDE Area. 

Effect 
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. 



The selection can be made using: 

AT LINE-SELECTION 

AT PFx 

AT USER-COMMAND 

READ LINE 



You do not have to output the field with WRITE in order to be able to store its value. 



The HIDE statement does not support structures that contain tables (deep structures). 



System fields that are particularly useful in interactive reporting are listed in the system fields for lists documentation. 



Note 
You cannot save lines or components of lines of an internal table that is addressed using a field symbol to the HIDE area. (Compare the ASSIGNING addition to the READ and LOOP statements). Assign the contents of the line or component to a global variable and save this instead. 



Exceptions 
Non-Catchable Exceptions 



Cause: The field is too long for HIDE. 
Runtime Error: HIDE_FIELD_TOO_LARGE 

Cause: Cannot apply HIDE to a table line or component of a table line. 
Runtime Error: HIDE_ILLEGAL_ITAB_SYMBOL 

Cause: HIDE is not possible in a local field. 
Runtime Error: HIDE_NO_LOCAL: HIDE 

Cause: HIDE is not possible on an empty page. 
Runtime Error: HIDE_ON_EMPTY_PAGE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 07:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172774#M123538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172775#M123539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;ur message is not visible cmpletely.&lt;/P&gt;&lt;P&gt;if it is from sap help then send me the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 08:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172775#M123539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T08:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172776#M123540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Just type HIDE and press F1.&lt;/P&gt;&lt;P&gt;   u will get the same help.&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;2. 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;3. 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;4.  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;regards&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 08:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172776#M123540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T08:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172777#M123541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi amit i have written one small program where i am getting short dump when i click on the basic list.&lt;/P&gt;&lt;P&gt;what happend to my code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_orders,&lt;/P&gt;&lt;P&gt;       kunnr type kunnr,&lt;/P&gt;&lt;P&gt;       name1 type name1,&lt;/P&gt;&lt;P&gt;       ort01 type ort01,&lt;/P&gt;&lt;P&gt;       land1 type land1,&lt;/P&gt;&lt;P&gt;       vbeln type vbeln,&lt;/P&gt;&lt;P&gt;       erdat type vbeln,&lt;/P&gt;&lt;P&gt;       netwr type netwr,&lt;/P&gt;&lt;P&gt;       end of ty_orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_orders type ty_orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: t_orders type standard table of ty_orders initial size 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr&lt;/P&gt;&lt;P&gt;       name1&lt;/P&gt;&lt;P&gt;       ort01&lt;/P&gt;&lt;P&gt;       land1    into corresponding fields of&lt;/P&gt;&lt;P&gt;                table t_orders from kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_orders into w_orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: /5  w_orders-kunnr,&lt;/P&gt;&lt;P&gt;        20 w_orders-name1,&lt;/P&gt;&lt;P&gt;        55 w_orders-ort01,&lt;/P&gt;&lt;P&gt;        75 w_orders-land1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide w_orders-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;case sy-lsind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select vbeln&lt;/P&gt;&lt;P&gt;        erdat&lt;/P&gt;&lt;P&gt;        netwr      into corresponding fields of&lt;/P&gt;&lt;P&gt;                   table t_orders from vbak where&lt;/P&gt;&lt;P&gt;                   kunnr = w_orders-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at t_orders into w_orders.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    write: /20  w_orders-vbeln,&lt;/P&gt;&lt;P&gt;            35  w_orders-erdat,&lt;/P&gt;&lt;P&gt;            50  w_orders-netwr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;top-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       write:/35 'CUSTOMER MASTER DETAILS'.&lt;/P&gt;&lt;P&gt;       uline.&lt;/P&gt;&lt;P&gt;       write: /5  'customer no',&lt;/P&gt;&lt;P&gt;               20 'customer name',&lt;/P&gt;&lt;P&gt;               55 'city',&lt;/P&gt;&lt;P&gt;               75 'country'.&lt;/P&gt;&lt;P&gt;       uline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; top-of-page during line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if sy-lsind = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; write: /35 'order information list'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uline.&lt;/P&gt;&lt;P&gt;write: /5  'sales document no',&lt;/P&gt;&lt;P&gt;        30 'order date',&lt;/P&gt;&lt;P&gt;        45 'order value'.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; end-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     uline.&lt;/P&gt;&lt;P&gt;     write:/ 'END OF PAGE NO :',sy-pagno.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 08:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172777#M123541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172778#M123542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Very minor mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. erdat TYPE &amp;lt;b&amp;gt;erdat&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erdat type vbeln,&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>Sat, 28 Jan 2006 08:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172778#M123542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T08:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: HIDE AREA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172779#M123543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;types: begin of ty_orders,&lt;/P&gt;&lt;P&gt;kunnr type kunnr,&lt;/P&gt;&lt;P&gt;name1 type name1,&lt;/P&gt;&lt;P&gt;ort01 type ort01,&lt;/P&gt;&lt;P&gt;land1 type land1,&lt;/P&gt;&lt;P&gt;vbeln type vbeln,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;erdat type erdat&amp;lt;/b&amp;gt;,  &amp;lt;=== change this&lt;/P&gt;&lt;P&gt;netwr type netwr,&lt;/P&gt;&lt;P&gt;end of ty_orders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 09:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-area/m-p/1172779#M123543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T09:41:44Z</dc:date>
    </item>
  </channel>
</rss>

