<?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: doubt in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595641#M267570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot to all &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 15:04:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T15:04:04Z</dc:date>
    <item>
      <title>doubt in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595637#M267566</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;my requirment is to design a table control which contains mblnr,menge( original qty) ,approved qty,three check boxes....one for approval of quantities entered ,one for rejection and another for do nothing.so how to add check box in the table control.....secondly i should have a select all and deselect all icon in the screen ...once user press select all ...all the approval check box should be selected ..... please help me out in doing this two things &lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 04:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595637#M267566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T04:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595638#M267567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this demo programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEMO_DYNPRO_TABCONT_LOOP_AT&lt;/P&gt;&lt;P&gt;RSDEMO02&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 04:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595638#M267567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T04:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595639#M267568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the table control property in the layout &lt;/P&gt;&lt;P&gt;give a name to the property &amp;lt;b&amp;gt;w/SelColumn&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;then chagne the structre of tab control having a chk type C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of tabc_data occurs 0,&lt;/P&gt;&lt;P&gt;         chk type c,&lt;/P&gt;&lt;P&gt;         ......&lt;/P&gt;&lt;P&gt;       end of tabc_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and now have a button select all abve the tab ctrl and if u press that in the PAI make chk = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for having a check box in table control just drag the check box control into the table control and ahve diff names chk1 chk2 chk3 in the tabc_data table.&lt;/P&gt;&lt;P&gt;now if chk = 'X'&lt;/P&gt;&lt;P&gt;change all the chk1 chk2 chk3 to 'X'.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PLEASE CLOSE THIS THREAD&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 04:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595639#M267568</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-18T04:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595640#M267569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii..&lt;/P&gt;&lt;P&gt;1)For having a check box in table control just drag the check box control into the table control [in the Screen Painter].Then name those checkboxes.In my program i have given them the name like wa_spfli-mark for approval,&lt;/P&gt;&lt;P&gt;wa_spfli-mark2 for rejection and wa_spfli-mark3 for do nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then the code for selecting approved alone..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declarations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure Declaration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF st_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        INCLUDE STRUCTURE spfli.&lt;/P&gt;&lt;P&gt;TYPES:  mark TYPE c,   		&amp;#147;for approval checkbox&lt;/P&gt;&lt;P&gt; mark2 TYPE c,			&amp;#147;for rejection checkbox&lt;/P&gt;&lt;P&gt; mark3 TYPE c,			&amp;#147;for donothing checkbox	&lt;/P&gt;&lt;P&gt;END OF st_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****Declaration of internal table and workarea as that *****of structure type defined above.&lt;/P&gt;&lt;P&gt;DATA: it_spfli TYPE TABLE OF st_spfli,&lt;/P&gt;&lt;P&gt;wa_spfli LIKE LINE OF it_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLS  tc TYPE TABLEVIEW USING SCREEN 9000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***INCLUDE MZDEMO_TC_USER_COMMAND_9000I01 .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Module  USER_COMMAND_9000  INPUT&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE user_command_9000 INPUT.&lt;/P&gt;&lt;P&gt;  DATA:okcode TYPE sy-ucomm.&lt;/P&gt;&lt;P&gt;  CASE okcode.&lt;/P&gt;&lt;P&gt;    WHEN 'ALL'.				 &amp;#147;okcode for the button select all&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     wa_spfli-mark = 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      LOOP AT it_spfli INTO wa_spfli.&lt;/P&gt;&lt;P&gt;        wa_spfli-mark = 'X'. 			&amp;#147;for approval&lt;/P&gt;&lt;P&gt;        MODIFY it_spfli FROM wa_spfli.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_9000  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helped do notify..otherwise also make us know..&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;simy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 12:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595640#M267569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T12:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595641#M267570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot to all &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 15:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-control/m-p/1595641#M267570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T15:04:04Z</dc:date>
    </item>
  </channel>
</rss>

