<?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 read line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804273#M655148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the pupose and syntaX of the command read line,what is the differenec between 'read line' and 'hide' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2007 12:26:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-30T12:26:15Z</dc:date>
    <item>
      <title>read line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804273#M655148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the pupose and syntaX of the command read line,what is the differenec between 'read line' and 'hide' .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804273#M655148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: read line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804274#M655149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/content.htm"&amp;gt;refer this link&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba42335c111d1829f0000e829fbfe/content.htm"&amp;gt;this link too&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804274#M655149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: read line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804275#M655150</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 intractive report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide holds the value of double clicked line item&lt;/P&gt;&lt;P&gt;whereas read line holds the line number of the clicked line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we have an internal table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11       a&lt;/P&gt;&lt;P&gt;21      b&lt;/P&gt;&lt;P&gt;31       c&lt;/P&gt;&lt;P&gt;41       d&lt;/P&gt;&lt;P&gt;51       e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am clicking in 3rd line &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hide is  31&lt;/P&gt;&lt;P&gt;read line is 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward me if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 12:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804275#M655150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T12:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: read line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804276#M655151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Read&amp;lt;/b&amp;gt; '..Extras..' &amp;lt;b&amp;gt;result.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement assigns the &amp;lt;b&amp;gt;content of a row stored in the list buffer&amp;lt;/b&amp;gt; to the system field &amp;lt;b&amp;gt;sy-lisel&amp;lt;/b&amp;gt;, and allows other target fields to be specified in result. In addition, all values for this row stored with HIDE are assigned to the respective variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIDE dobj. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement &amp;lt;b&amp;gt;stores the content of a variable dobj&amp;lt;/b&amp;gt; together with the current list line whose line number is contained in &amp;lt;b&amp;gt;sy-linno&amp;lt;/b&amp;gt; in the hide area of the current list level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide Area: Area in the list buffer, to which global variables can be stored for every row of a screen list using the statement HIDE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804276#M655151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: read line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804277#M655152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;HIDE&amp;lt;/b&amp;gt;&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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;READ LINE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the statements READ LINE and READ CURRENT LINE to read data from the lines of existing list levels. These statements are closely connected to the HIDE technique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example...........&lt;/P&gt;&lt;P&gt;REPORT demo_list_hide NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: spfli, sbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: num TYPE i,&lt;/P&gt;&lt;P&gt;      dat TYPE d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  num = 0.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'FLIGHT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET spfli.&lt;/P&gt;&lt;P&gt;  num = num + 1.&lt;/P&gt;&lt;P&gt;  WRITE: / spfli-carrid, spfli-connid,&lt;/P&gt;&lt;P&gt;           spfli-cityfrom, spfli-cityto.&lt;/P&gt;&lt;P&gt;  HIDE:    spfli-carrid, spfli-connid, num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  CLEAR num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  WRITE 'List of Flights'.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;  WRITE 'CA  CONN FROM                 TO'.&lt;/P&gt;&lt;P&gt;  ULINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE DURING LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  CASE sy-pfkey.&lt;/P&gt;&lt;P&gt;    WHEN 'BOOKING'.&lt;/P&gt;&lt;P&gt;      WRITE sy-lisel.&lt;/P&gt;&lt;P&gt;      ULINE.&lt;/P&gt;&lt;P&gt;    WHEN 'WIND'.&lt;/P&gt;&lt;P&gt;      WRITE:  'Booking', sbook-bookid,&lt;/P&gt;&lt;P&gt;           /  'Date   ', sbook-fldate.&lt;/P&gt;&lt;P&gt;      ULINE.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT USER-COMMAND.&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'SELE'.&lt;/P&gt;&lt;P&gt;      IF num NE 0.&lt;/P&gt;&lt;P&gt;        SET PF-STATUS 'BOOKING'.&lt;/P&gt;&lt;P&gt;        CLEAR dat.&lt;/P&gt;&lt;P&gt;        SELECT * FROM sbook WHERE carrid = spfli-carrid&lt;/P&gt;&lt;P&gt;                            AND   connid = spfli-connid.&lt;/P&gt;&lt;P&gt;          IF sbook-fldate NE dat.&lt;/P&gt;&lt;P&gt;            dat = sbook-fldate.&lt;/P&gt;&lt;P&gt;            SKIP.&lt;/P&gt;&lt;P&gt;            WRITE / sbook-fldate.&lt;/P&gt;&lt;P&gt;            POSITION 16.&lt;/P&gt;&lt;P&gt;          ELSE.&lt;/P&gt;&lt;P&gt;            NEW-LINE.&lt;/P&gt;&lt;P&gt;            POSITION 16.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;          WRITE sbook-bookid.&lt;/P&gt;&lt;P&gt;          HIDE: sbook-bookid, sbook-fldate, sbook-custtype,&lt;/P&gt;&lt;P&gt;                sbook-smoker, sbook-luggweight, sbook-class.&lt;/P&gt;&lt;P&gt;        ENDSELECT.&lt;/P&gt;&lt;P&gt;        IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;          WRITE / 'No bookings for this flight'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;        num = 0.&lt;/P&gt;&lt;P&gt;        CLEAR sbook-bookid.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;    WHEN 'INFO'.&lt;/P&gt;&lt;P&gt;      IF NOT sbook-bookid IS INITIAL.&lt;/P&gt;&lt;P&gt;        SET PF-STATUS 'WIND'.&lt;/P&gt;&lt;P&gt;        SET TITLEBAR 'BKI'.&lt;/P&gt;&lt;P&gt;        WINDOW STARTING AT 30 5 ENDING AT  60 10.&lt;/P&gt;&lt;P&gt;        WRITE: 'Customer type   :', sbook-custtype,&lt;/P&gt;&lt;P&gt;             / 'Smoker          :', sbook-smoker,&lt;/P&gt;&lt;P&gt;             / 'Luggage weight :', sbook-luggweight UNIT 'KG',&lt;/P&gt;&lt;P&gt;             / 'Class           :', sbook-class.&lt;/P&gt;&lt;P&gt;      ENDIF.&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/2804277#M655152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:07:17Z</dc:date>
    </item>
  </channel>
</rss>

