<?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: Table Control Selected row Highlight Problem after Vertical Scrolling. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894221#M1791694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii @nabheet, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The screen name and field name is same. and internal table name is gt_lcinvoice has a field mark which has 'X' even when it go to PBO . But even though the row is not highlighted.&lt;/P&gt;&lt;P&gt;the issue is just of highlighting of row not of deselecting. All is working perfectly in internal table but the table control issue is the row get unhighlighted when i select the table scroll. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 07:33:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-31T07:33:36Z</dc:date>
    <item>
      <title>Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894210#M1791683</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a query in Table control when i select a row and press vertical scroll to select another row which is visible after scrolling down in table control&lt;/P&gt;&lt;P&gt;the selected row gets deselected. Please Help to solve this. I am giving my code snippet please go true if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PROCESS BEFORE &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;gt_lcinvoice &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;gs_lcinvoice &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;CONTROL &lt;/SPAN&gt;tctrl_invo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CURSOR &lt;/SPAN&gt;tctrl_invo&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;invoice_entry&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module&amp;nbsp; INVOICE_ENTRY&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Move Invoices Details form workarea to respective Screen Fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;invoice_entry &lt;SPAN class="L0S52"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;gs_lcinvoice &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;NOT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zlcinvoice_dng&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;vbeln&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_lcinvoice&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;vbeln&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zlcinvoice_dng&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fkdat&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_lcinvoice&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fkdat&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zlcinvoice_dng&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;kunrg&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_lcinvoice&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;kunrg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zlcinvoice_dng&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;netwr&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_lcinvoice&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;netwr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zlcinvoice_dng&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;waerk&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;gs_lcinvoice&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;waerk&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;gs_lcinvoice&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" INVOICE_ENTRY&amp;nbsp; OUTPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;gt_lcinvoice&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;modify_tab&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module&amp;nbsp; MODIFY_TAB&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; Modify Internal table based on values in table Control.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;modify_tab &lt;SPAN class="L0S52"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;gt_lcinvoice &lt;SPAN class="L0S52"&gt;INDEX &lt;/SPAN&gt;tctrl_invo&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;current_line &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;gs_lcinvoice&amp;nbsp; &lt;SPAN class="L0S52"&gt;TRANSPORTING &lt;/SPAN&gt;PASS&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" MODIFY_TAB&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Thanks &amp;amp; Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Dipti&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894210#M1791683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T06:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894211#M1791684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Table control options did you selection&lt;STRONG&gt; "Multiple" &lt;/STRONG&gt;option in &lt;STRONG&gt;Attributes. if not select that option and try.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rajesh&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894211#M1791684</guid>
      <dc:creator>former_member188282</dc:creator>
      <dc:date>2013-10-31T06:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894212#M1791685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your internal table gt_lcinvoice add one more field, say SEL of type CHAR1. Then assign this field as the selection column in your table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have placed a structure screen fields, you can add this field in the structure and place accordingly. In either ways you should create a field for identifying the selection and place it in the screen accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894212#M1791685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T06:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894213#M1791686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii @rajesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks for your reply. i have selected Multiple in Table Control Attributes.&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;dipti&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894213#M1791686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T06:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894214#M1791687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ ajay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have added the feild as pass in gt_lcinvoice. But still the same problem. thanks for your reply.&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;Dipti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894214#M1791687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T06:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894215#M1791688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are doing scrolling please press /H before pressing scrool button. It will trigger PAI and make sure in your table control loop you have in internal table mark field as X. The reason is the value of that mark field is becoming blank when scroll down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894215#M1791688</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-31T06:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894216#M1791689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii @nabheet,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Yup i have checked in debugger the internal table has 'X' in the pass field used for selection.&lt;/P&gt;&lt;P&gt;In PBO too internal table has 'X' but the row selected in table control is not highlighted.&lt;/P&gt;&lt;P&gt;But still the same issue..&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1925/images/emoticons/sad.gif"&gt;&lt;/SPAN&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;Dipti &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894216#M1791689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T06:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894217#M1791690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is your screen field referring to ? gs_lcinvoice or zlcinvoice_dng ? because in PBO you are moving gs_lcinvoice to zlcinvoice_dng.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 06:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894217#M1791690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T06:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894218#M1791691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are scrolling your PAI will trigger...so in PAI that field is availble...can you please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIELD SEL.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rajesh&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:05:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894218#M1791691</guid>
      <dc:creator>former_member188282</dc:creator>
      <dc:date>2013-10-31T07:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894219#M1791692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned, if the Selection flag value of selected row/record being 'X' after scrolling down, just try refreshing the table display at last of PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;METHOD &lt;/SPAN&gt;g_ref_var-&amp;gt;&lt;STRONG&gt;refresh_table_display&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;"g_ref_var type CL_GUI_ALV_GRID&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finished = &lt;SPAN class="L0S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;OTHERS&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;= &lt;SPAN class="L0S32"&gt;2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;- Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894219#M1791692</guid>
      <dc:creator>VijayaKrishnaG</dc:creator>
      <dc:date>2013-10-31T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894220#M1791693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the column name yuou have in the screen please attach screen shot plus your internal table and work area name. Please note that in PBO when you do LOOP at itab1 into lwa_itab1 with control.&lt;/P&gt;&lt;P&gt;the field name should also be LWA_ITAB1-MARK or whatever you like. Both screen name and work area name should be same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894220#M1791693</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-31T07:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894221#M1791694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii @nabheet, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The screen name and field name is same. and internal table name is gt_lcinvoice has a field mark which has 'X' even when it go to PBO . But even though the row is not highlighted.&lt;/P&gt;&lt;P&gt;the issue is just of highlighting of row not of deselecting. All is working perfectly in internal table but the table control issue is the row get unhighlighted when i select the table scroll. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894221#M1791694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T07:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894222#M1791695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii @rajesh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I checked the field in gs_lcinvoice-mark in PAI it has 'X' and the row gets selected just it does not highlighted in&amp;nbsp; table control when i scroll down.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894222#M1791695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894223#M1791696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please attach a screen shot of what do you mean by highlighted..? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 07:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894223#M1791696</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-10-31T07:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894224#M1791697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt; font-family: 'Times New Roman', serif;"&gt;The highlighted part ie. in yellow colour in table control when the user selects the row.Sorry m not&amp;nbsp; able to take screen shots.&lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1925/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1925/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 08:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894224#M1791697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T08:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894225#M1791698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dipti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the code you have posted, i assume the screen field table is&amp;nbsp; zlcinvoice_dng from the PBO module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i cannot see the code to pass the screen field (zlcinvoice_dng) values to the workarea (gs_lcinvoice) in the PAI module. And also i am not able to see the logic in PBO to pass the field 'PASS' to the screen field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try by populating the fields correctly to the screen field and internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 08:39:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894225#M1791698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894226#M1791699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey @ ajay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks a lot it was the issue of Moving table fields. I was individually moving table control fields and now i used MOVE-CORRESPONDING to move all the fields so it worked .&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1925/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 10:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894226#M1791699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T10:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Selected row Highlight Problem after Vertical Scrolling.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894227#M1791700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;Glad to hear that. Kindly close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 13:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-selected-row-highlight-problem-after-vertical-scrolling/m-p/9894227#M1791700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-31T13:39:30Z</dc:date>
    </item>
  </channel>
</rss>

