<?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 contrl help red?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241295#M773586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen editor insert a one-character field in the table control and then use menu Edit-&amp;gt;convert-&amp;gt;Check box.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 07:37:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-17T07:37:06Z</dc:date>
    <item>
      <title>table contrl help red??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241294#M773585</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;I need to add a checkbox,in the first column in the table contol,so that,there can be same no. if check box in the display as the no. of recrds in the table,so that the user can process the data based on the checkbox,in the way if there is 10 records in table &amp;amp; user only wants to porcess 5 records,tha is ticks/unticks the 5 records to process futher.&lt;/P&gt;&lt;P&gt;Can any one tell me how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241294#M773585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: table contrl help red??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241295#M773586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen editor insert a one-character field in the table control and then use menu Edit-&amp;gt;convert-&amp;gt;Check box.&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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241295#M773586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: table contrl help red??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241296#M773587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the layout u can have a check box in table control by just dragging and dropping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For coding, declare one more field(check) in ur internal table(itab) ( for this check-box of type char(1) ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then proceed as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If itab-check = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do wat u want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241296#M773587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: table contrl help red??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241297#M773588</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;I am a beginer,plz explain me a little bit more.&lt;/P&gt;&lt;P&gt;I need to insert 2 table-filed &amp;amp; a chaekbox in the table contraol.&lt;/P&gt;&lt;P&gt;I had inserted the fileds,but its showing the error for loop endloop for the fileds in PBO &amp;amp; PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz explain also abt the loop endlloop for the PBO &amp;amp; PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur help will be realy benefical for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241297#M773588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: table contrl help red??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241298#M773589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Loop and endloop r reqd in every table control in flow logic.&lt;/P&gt;&lt;P&gt;refer to programs DEMO_DYNPRO&lt;STRONG&gt;loop&lt;/STRONG&gt;. press F4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 07:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241298#M773589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T07:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: table contrl help red??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241299#M773590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vipin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   for eg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM user_command USING r_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;                  rs_selfield TYPE slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check function code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;    when 'COPY'.&lt;/P&gt;&lt;P&gt;if itab_final2-select = 'X'.&lt;/P&gt;&lt;P&gt;        call screen 100.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    "user_command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 08:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contrl-help-red/m-p/3241299#M773590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T08:08:59Z</dc:date>
    </item>
  </channel>
</rss>

