<?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/1847697#M359411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am in the learning of Interactive Events.. the assignment was create a classic report with checkboxes. if the user select the number of checkboxes in the basic list, the respective records should show into the secondary list with some other details. &lt;/P&gt;&lt;P&gt;i have done this above assignment without using checkboxes. if the user click any specific line, the secondary list will display with the respective records details. i had used with the help of &amp;lt;b&amp;gt; HIDE&amp;lt;/b&amp;gt; keyword. &lt;/P&gt;&lt;P&gt;now i am not able to do the same program with checkboxex. i have found that it can be done through the &amp;lt;b&amp;gt;READ LINE&amp;lt;/b&amp;gt; statement. can anyone help me out if u understand my prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Feb 2007 11:38:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-03T11:38:20Z</dc:date>
    <item>
      <title>READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847697#M359411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am in the learning of Interactive Events.. the assignment was create a classic report with checkboxes. if the user select the number of checkboxes in the basic list, the respective records should show into the secondary list with some other details. &lt;/P&gt;&lt;P&gt;i have done this above assignment without using checkboxes. if the user click any specific line, the secondary list will display with the respective records details. i had used with the help of &amp;lt;b&amp;gt; HIDE&amp;lt;/b&amp;gt; keyword. &lt;/P&gt;&lt;P&gt;now i am not able to do the same program with checkboxex. i have found that it can be done through the &amp;lt;b&amp;gt;READ LINE&amp;lt;/b&amp;gt; statement. can anyone help me out if u understand my prob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 11:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847697#M359411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T11:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847698#M359412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ashraf,&lt;/P&gt;&lt;P&gt;you must be having a field relating to checkbox in your internal table used for display.When you double click a line At line selection event is triggerd.&lt;/P&gt;&lt;P&gt;Loop at your internal table and collect all the records having checkbox = 'X' and display those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Awrd points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 11:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847698#M359412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T11:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847699#M359413</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;You can use the READ LINE statement. The content of each line read will be in SY-LISEL. First know the position (column no.) of the checkbox in debug mode. Then read all the lines you have displayed using an index with read line. Move only those lines to another internal table which have checkbox value = 'X'. Then display their details in the subsequent screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 11:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847699#M359413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T11:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847700#M359414</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;thax for helping me . i understood the concept u r trying to say. but my assignment is to do that same program with usign READ LINE. can u give me the coding of READ LINE how to catch up the respective lines which is selected (checkbox) by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;Ashraf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 11:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847700#M359414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847701#M359415</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;thax for helping me . i understood the concept u r trying to say. but my assignment is to do that same program with usign READ LINE. can u give me the coding of READ LINE how to catch up the respective lines which is selected (checkbox) by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;Ashraf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 11:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847701#M359415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T11:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847702#M359416</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;Pleas check the code: &lt;/P&gt;&lt;P&gt;Report zsri_try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: date TYPE d,&lt;/P&gt;&lt;P&gt;      flag(1) TYPE c,&lt;/P&gt;&lt;P&gt;      wa(10) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  date = sy-datum.&lt;/P&gt;&lt;P&gt;  DO 10 TIMES.&lt;/P&gt;&lt;P&gt;    date = date + sy-index.&lt;/P&gt;&lt;P&gt;    WRITE: / flag AS CHECKBOX, (10) date.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;    READ LINE sy-index FIELD VALUE flag&lt;/P&gt;&lt;P&gt;                                   date INTO wa.&lt;/P&gt;&lt;P&gt;    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;    ELSEIF flag = 'X'.&lt;/P&gt;&lt;P&gt;      WRITE / wa.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 12:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847702#M359416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T12:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847703#M359417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;te get check box against each line use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: box(1) .&lt;/P&gt;&lt;P&gt;data: my_lisel type slist_max_listline  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; write:/ sy-vline no-gap ,&lt;/P&gt;&lt;P&gt;                box as checkbox &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to read the selected line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear my_lisel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        read line sy-index field value sy-lisel into my_lisel.&lt;/P&gt;&lt;P&gt;    if my_lisel+1(1) eq 'X' .&lt;/P&gt;&lt;P&gt;*move it to another itab&lt;/P&gt;&lt;P&gt;endif .&lt;/P&gt;&lt;P&gt;enddo .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 12:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847703#M359417</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-02-03T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847704#M359418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashraf,&lt;/P&gt;&lt;P&gt;Close the thread if your query is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 12:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847704#M359418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847705#M359419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no mr.srinivas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m trying with that coding which u hav passed. should i disconnect the thread now....? if yes.. y..? i m very new to this site.. i dont no the rules of this forum too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 12:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847705#M359419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T12:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847706#M359420</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;system  triggers error in that line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: my_lisel type slist_max_listline .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;slist_max_listline  is unknown.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what to do.. what is this data type..? is it system data type..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 12:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847706#M359420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847707#M359421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry i missed that. declare like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants: slist_max_linesize          type i value 1023.&lt;/P&gt;&lt;P&gt;types: slist_max_listline(slist_max_linesize) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: my_lisel type slist_max_listline  .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 12:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847707#M359421</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-02-03T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847708#M359422</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;thanx for the correction. i m trying with that new codes. it does not show any error... it is syntactically correct.. i wil run the program and let u no..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;Ashraf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 13:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847708#M359422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T13:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847709#M359423</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;sorry to repeat the same question often. my prog is not run properly.. i could not able to find the prob.. u just refer my first question again and try to help me to my prog..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;Ashraf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 13:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847709#M359423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T13:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847710#M359424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ashraf...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this would solve your problem....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT demo_list_modify_field_format NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: box(1) TYPE c, lines TYPE i, num(1) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS 'CHECK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO 5 TIMES.&lt;/P&gt;&lt;P&gt;  num = sy-index.&lt;/P&gt;&lt;P&gt;  WRITE: / box AS CHECKBOX, 'Line', num.&lt;/P&gt;&lt;P&gt;  HIDE: box, num.&lt;/P&gt;&lt;P&gt;ENDDO.&lt;/P&gt;&lt;P&gt;lines = sy-linno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP-OF-PAGE.&lt;/P&gt;&lt;P&gt;  WRITE  'Select some checkboxes'.&lt;/P&gt;&lt;P&gt;  ULINE.&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 'READ'.&lt;/P&gt;&lt;P&gt;      SET PF-STATUS 'CHECK' EXCLUDING 'READ'.&lt;/P&gt;&lt;P&gt;      box = space.&lt;/P&gt;&lt;P&gt;      DO lines TIMES.&lt;/P&gt;&lt;P&gt;        READ LINE sy-index FIELD VALUE box.&lt;/P&gt;&lt;P&gt;        IF box = 'X'.&lt;/P&gt;&lt;P&gt;          WRITE: / 'Line', num, 'was selected'.&lt;/P&gt;&lt;P&gt;          box = space.&lt;/P&gt;&lt;P&gt;          MODIFY LINE sy-index&lt;/P&gt;&lt;P&gt;                      FIELD VALUE  box&lt;/P&gt;&lt;P&gt;                      FIELD FORMAT box INPUT OFF&lt;/P&gt;&lt;P&gt;                                   num COLOR 6 INVERSE ON.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDDO.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program creates a basic list with the status CHECK. In the status CHECK, function code READ (text Read Lines) is assigned to function key F5 and to a pushbutton. The user can mark checkboxes and then choose Read Lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the AT USER-COMMAND event, the system reads the lines of the list using READ LINE. It continues processing the selected lines on a secondary list. When returning to the basic list, the system deletes the marks in the checkboxes of the selected lines using MODIFY LINE and sets the format INPUT OFF to the checkboxes. In addition, it changes the format of field num. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user can now mark only those lines that have not yet been changed.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 14:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847710#M359424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T14:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847711#M359425</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;thanx the berief explanation. i got overall idea. i wil try to implement in my program.. and  i need some definition which can be understand in easy manner.. they are mentioned below... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. diff b/w cluster and pooled table...?&lt;/P&gt;&lt;P&gt;2. diff b/w break and watch point...?&lt;/P&gt;&lt;P&gt;3. what is SAP dispatcher...?&lt;/P&gt;&lt;P&gt;4. what is work process..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz send the definition which everyone can understand..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;P&gt;Ashraf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 15:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847711#M359425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T15:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: READ LINE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847712#M359426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ashraf.. u can post these set of new questions in the new thread....&lt;/P&gt;&lt;P&gt;award points to the replies which were useful and stop/close this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any new quesstions should be asked in the new thread as it would be easy for all the members here....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;award points to useful replies&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 15:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-line/m-p/1847712#M359426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T15:42:02Z</dc:date>
    </item>
  </channel>
</rss>

