<?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 Highlight first line in Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087948#M732393</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;&lt;/P&gt;&lt;P&gt;I have this requirement to highlist my first line in table control and display the first line details in a custom control below. Can you please guide me in selecting what shld be the best way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this statement can also be used- SET CURSOR FIELD rec_display LINE 1, but how i am not getting this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;JD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 00:37:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T00:37:05Z</dc:date>
    <item>
      <title>Highlight first line in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087948#M732393</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;&lt;/P&gt;&lt;P&gt;I have this requirement to highlist my first line in table control and display the first line details in a custom control below. Can you please guide me in selecting what shld be the best way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this statement can also be used- SET CURSOR FIELD rec_display LINE 1, but how i am not getting this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;JD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 00:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087948#M732393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T00:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight first line in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087949#M732394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaideep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At PBO you can set the cursor on a specific field of a specific row of a table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET CURSOR FIELD f LINE lin [OFFSET off].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the optional addition OFFSET, you can enter the offset of the cursor in the field as described in the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac0b35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac0b35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 00:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087949#M732394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T00:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight first line in Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087950#M732395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your PBO use like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET CURSOR FIELD 'ITAB-FIELD1' LINE 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To highlight it in the blue color, you can set the intensified on for that one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
  IF SCREEN-GROUP1 = 'GP1'.
  SCREEN-INTENSIFIED = 1.
  MODIFY SCREEN.
 ENDIF.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 00:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/highlight-first-line-in-table-control/m-p/3087950#M732395</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-12-04T00:47:45Z</dc:date>
    </item>
  </channel>
</rss>

