<?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 help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708441#M1453388</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;Right click on the field which you want to make as check box in the table control. select CONVERT-&amp;gt; CHECKBOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 07:41:38 GMT</pubDate>
    <dc:creator>sridhar_meesala</dc:creator>
    <dc:date>2010-03-16T07:41:38Z</dc:date>
    <item>
      <title>Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708436#M1453383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I make a column of table control as check box and select muliple rows using that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also how can I call screen in function module (FM), do i need to make it thru se38 and then call in FM or i can make it in  FM itself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708436#M1453383</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2010-03-16T07:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708437#M1453384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plzz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708437#M1453384</guid>
      <dc:creator>Karan_Chopra_</dc:creator>
      <dc:date>2010-03-16T07:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708438#M1453385</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;You can call a screen in function module itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a screen for Function Group in Se51 and then you call it in FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can handle PBO and PAI of screen in Main program.where you will have PBO and PAI include.&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;Shanmugavel Chandrasekaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708438#M1453385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T07:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708439#M1453386</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;You have a checkbox in your palette (just like how you add your I/O fields), just drag and drop the checkbox onto your table control.&lt;/P&gt;&lt;P&gt;Also add a field for checkbox in your internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708439#M1453386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-16T07:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708440#M1453387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can create the screen in the function module itself and call it there. Using CALL Screen.&lt;/P&gt;&lt;P&gt;2) Creating a check box or row selector, you need declare a column in the table with the type C and length as 1.&lt;/P&gt;&lt;P&gt;3) In the screen, use the table painter wizard to draw the table, there you can choose this field as row selctor and you can set the properties for single or multiple selection in the screen. When the user selects any perticular row, for that row in the table, in this field has value as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:40:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708440#M1453387</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2010-03-16T07:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708441#M1453388</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;Right click on the field which you want to make as check box in the table control. select CONVERT-&amp;gt; CHECKBOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708441#M1453388</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-03-16T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table control help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708442#M1453389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute SE51 on the main program of the function group (SAPLxxxx) to create the dynpro, you can then CALL this screen in the FM, modules will be written in includes of this main FG program. (You can use a [Wizard|http://help.sap.com/saphelp_sm32/helpdata/EN/6d/150d67da1011d3963800a0c94260a5/frameset.htm] to help you create your first table control.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the [Table Control Attributes|http://help.sap.com/saphelp_nwpi711/helpdata/en/d1/801c7b454211d189710000e8322d00/frameset.htm], Line Sel : set "multiple", give the name of a field of the internal table to memorize the selected flag. ([Defining a Table Control|http://help.sap.com/saphelp_sm32/helpdata/EN/d1/801bdf454211d189710000e8322d00/frameset.htm])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-help/m-p/6708442#M1453389</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-03-16T07:42:12Z</dc:date>
    </item>
  </channel>
</rss>

