<?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 Table Control Wizard - 'MARK' field not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315844#M1028649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 screens.  100, 200 and 300.  screen 300 is my table control, and the selction screen is screen 100.  Moving from 100 - 300 is not a problem, but the line selectability feature which is my MARK field, does not display the data into screen 300 when i select it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE TC_STATS2_MARK INPUT.&lt;/P&gt;&lt;P&gt;  data: wa_player_stats type itab .&lt;/P&gt;&lt;P&gt;  clear itab.&lt;/P&gt;&lt;P&gt;    IF tc_stats2-line_sel_mode = 1.&lt;/P&gt;&lt;P&gt;     LOOP AT itab into wa_player_stats.&lt;/P&gt;&lt;P&gt;       if wa_player_stats-mark = 'X'.&lt;/P&gt;&lt;P&gt;          exit.&lt;/P&gt;&lt;P&gt;       endif.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the code, any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2008 23:58:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-13T23:58:59Z</dc:date>
    <item>
      <title>Table Control Wizard - 'MARK' field not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315844#M1028649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 screens.  100, 200 and 300.  screen 300 is my table control, and the selction screen is screen 100.  Moving from 100 - 300 is not a problem, but the line selectability feature which is my MARK field, does not display the data into screen 300 when i select it.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE TC_STATS2_MARK INPUT.&lt;/P&gt;&lt;P&gt;  data: wa_player_stats type itab .&lt;/P&gt;&lt;P&gt;  clear itab.&lt;/P&gt;&lt;P&gt;    IF tc_stats2-line_sel_mode = 1.&lt;/P&gt;&lt;P&gt;     LOOP AT itab into wa_player_stats.&lt;/P&gt;&lt;P&gt;       if wa_player_stats-mark = 'X'.&lt;/P&gt;&lt;P&gt;          exit.&lt;/P&gt;&lt;P&gt;       endif.&lt;/P&gt;&lt;P&gt;     ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the code, any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 23:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315844#M1028649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-13T23:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard - 'MARK' field not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315845#M1028650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rules&lt;EM&gt;of&lt;/EM&gt;Engagement] before posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Aug 14, 2008 6:40 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 03:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315845#M1028650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T03:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Wizard - 'MARK' field not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315846#M1028651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;       Use the following code.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;loop at &amp;lt;table&amp;gt; assigning &amp;lt;wa&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: access to the component 'FLAG' of the table header&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;     assign component p_mark_name of structure &amp;lt;wa&amp;gt; to &amp;lt;mark_field&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     if &amp;lt;mark_field&amp;gt; = 'X'.&lt;/P&gt;&lt;P&gt;       delete &amp;lt;table&amp;gt; index syst-tabix.&lt;/P&gt;&lt;P&gt;       if sy-subrc = 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        &amp;lt;tc&amp;gt;-lines = &amp;lt;tc&amp;gt;-lines - 1.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       endif.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;   endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table control , i have given the the mark as wa-mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 03:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-wizard-mark-field-not-working/m-p/4315846#M1028651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T03:47:22Z</dc:date>
    </item>
  </channel>
</rss>

