<?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: Problem with Selecting the Record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989828#M706108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem got solved by your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 15:47:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T15:47:03Z</dc:date>
    <item>
      <title>Problem with Selecting the Record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989826#M706106</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;To select the records and create the orders to the selected records, it was working fine before adding the headings. But now after adding the headings, if I select(check box) record num 1 for creating order it is taking record num 4. How can I select this properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
When 'ORDER'.

      DESCRIBE TABLE gt_zprice LINES lv_cnt.
      DO lv_cnt TIMES.
        lv_index = sy-index + 1.
        READ LINE lv_index FIELD VALUE chbox.
        IF chbox = 'X'.
          READ TABLE gt_zprice INTO gs_zprice1 INDEX sy-index.
          IF sy-subrc EQ 0.
            gs_zprice1-index = sy-index.
            APPEND gs_zprice1 TO gt2_zprice.
            CLEAR gs_zprice1.
          ENDIF.
        ENDIF.
        CLEAR chbox.
      ENDDO.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 15:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989826#M706106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Selecting the Record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989827#M706107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the number of lines occupied by the Header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;lv_index = sy-index + 3.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;If you report ouput is like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;---------------------------------
| Header1 | header 2 |
--------------------------------
First record
........&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 15:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989827#M706107</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-10-26T15:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Selecting the Record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989828#M706108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Naimesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem got solved by your logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Veni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 15:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-selecting-the-record/m-p/2989828#M706108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T15:47:03Z</dc:date>
    </item>
  </channel>
</rss>

