<?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: MARK field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393305#M814766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For using the mark field for row selection table control, &lt;STRONG&gt;first add a column in your internal table&lt;/STRONG&gt; (at which you are looping into the table control in PBO and PAI). The type of the field/column should be TYPE CHECK (single character field). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's call the internal table &amp;lt;itab&amp;gt;&lt;/P&gt;&lt;P&gt;If you have awork area &amp;lt;wa&amp;gt;&lt;/P&gt;&lt;P&gt;The new field added &amp;lt;check&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the table control attributes - Mark &lt;STRONG&gt;the checbox for w/SelColumn&lt;/STRONG&gt; in the field corresponding input box enter the &lt;STRONG&gt;&amp;lt;wa&amp;gt;-&amp;lt;check&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in table control, you shall get a the row selection buttons on the extreme left and when u select a row, the corresponding rows &amp;lt;wa&amp;gt;-&amp;lt;check&amp;gt; shall be set as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 06:50:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T06:50:27Z</dc:date>
    <item>
      <title>MARK field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393304#M814765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to use MARK for row selection in table control?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393304#M814765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: MARK field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393305#M814766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For using the mark field for row selection table control, &lt;STRONG&gt;first add a column in your internal table&lt;/STRONG&gt; (at which you are looping into the table control in PBO and PAI). The type of the field/column should be TYPE CHECK (single character field). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's call the internal table &amp;lt;itab&amp;gt;&lt;/P&gt;&lt;P&gt;If you have awork area &amp;lt;wa&amp;gt;&lt;/P&gt;&lt;P&gt;The new field added &amp;lt;check&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in the table control attributes - Mark &lt;STRONG&gt;the checbox for w/SelColumn&lt;/STRONG&gt; in the field corresponding input box enter the &lt;STRONG&gt;&amp;lt;wa&amp;gt;-&amp;lt;check&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in table control, you shall get a the row selection buttons on the extreme left and when u select a row, the corresponding rows &amp;lt;wa&amp;gt;-&amp;lt;check&amp;gt; shall be set as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393305#M814766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: MARK field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393306#M814767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use Mark as Check Box...&lt;/P&gt;&lt;P&gt;in PAI read row using mark value equal to X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Gaurav J.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393306#M814767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: MARK field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393307#M814768</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 use MARK field fisrt what u do is in the internal table u declare for the table control declare one field of length 1 of type c then in the wizard for the table control for the fields leave this first field and then it asks for scroll box there u give this u r problem rectifies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 15, 2008 3:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:56:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393307#M814768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: MARK field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393308#M814769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yawn....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 17:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mark-field/m-p/3393308#M814769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T17:02:00Z</dc:date>
    </item>
  </channel>
</rss>

