<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237031#M1011591</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;In Table Controls :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is displayed in the form of table. &lt;/P&gt;&lt;P&gt;Table control gives user the feeling of an actual table. &lt;/P&gt;&lt;P&gt;You can scroll through the table vertically as well as horizontally. &lt;/P&gt;&lt;P&gt;You can select rows and columns. &lt;/P&gt;&lt;P&gt;You can resize the with of columns. &lt;/P&gt;&lt;P&gt;You can have separator lines between rows and columns. &lt;/P&gt;&lt;P&gt;Automatic resizing of the table when the user resizes the window. &lt;/P&gt;&lt;P&gt;You can update information in the table control and it can be updated inthe database table by writing code for it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabble contol in screen painter:&lt;/P&gt;&lt;P&gt;Goto Screen Painter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here we can create table in 2 ways,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with wizard and without wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with wizard it will step by step...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for without wizard (its quite easy)&lt;/P&gt;&lt;P&gt;Click Table control and Drag into ur screen.&lt;/P&gt;&lt;P&gt;then --&amp;gt; click input box and place into to that table control&lt;/P&gt;&lt;P&gt;for two column do this two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for header click the text icon in left side and drag into &lt;/P&gt;&lt;P&gt;correspoding places .. then ur table is ready..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then give names using double clicking the elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;vasavi.v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jul 2008 05:46:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-31T05:46:37Z</dc:date>
    <item>
      <title>Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237025#M1011585</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;&lt;/P&gt;&lt;P&gt;  How can i set the Columns and Rows in table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237025#M1011585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T05:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237026#M1011586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating table at right side of screen the full length popup&lt;/P&gt;&lt;P&gt;screen will be there in that give name of table control and in the &lt;/P&gt;&lt;P&gt;bottom of that screen you will find two check boxes &lt;/P&gt;&lt;P&gt;horizontal rows and colunns, juct select the checkboxes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.synactive.com/tutor_e/lessonia05.html" target="test_blank"&gt;http://www.synactive.com/tutor_e/lessonia05.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdesignguild.org/resources/MiniSG/3_Managing/3_Table_Control.htm" target="test_blank"&gt;http://www.sapdesignguild.org/resources/MiniSG/3_Managing/3_Table_Control.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hometown.aol.com/skarkada/sap/table_control/table_control.htm" target="test_blank"&gt;http://hometown.aol.com/skarkada/sap/table_control/table_control.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237026#M1011586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T05:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237027#M1011587</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;Refert the below links for table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://sap.niraj.tripod.com/id29.html|http://sap.niraj.tripod.com/id29.html]&lt;/P&gt;&lt;P&gt;[http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm|http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm]&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Boobalan S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237027#M1011587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T05:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237028#M1011588</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;for table control on screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creating table at right side of screen full lenth pop &lt;/P&gt;&lt;P&gt;screen u will get that &lt;/P&gt;&lt;P&gt;in that u give name of table control like TABC what ever it &lt;/P&gt;&lt;P&gt;may be&lt;/P&gt;&lt;P&gt;in bottom of that screen u will find ontwo check boxes &lt;/P&gt;&lt;P&gt;horzantal rows and colunns juct select those check boxes &lt;/P&gt;&lt;P&gt;enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237028#M1011588</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2008-07-31T05:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237029#M1011589</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;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac5e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac5e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dbac9f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237029#M1011589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237030#M1011590</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;&lt;/P&gt;&lt;P&gt;  I want to fix the Rows no like 10 at display screen not default length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237030#M1011590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T05:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237031#M1011591</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;In Table Controls :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data is displayed in the form of table. &lt;/P&gt;&lt;P&gt;Table control gives user the feeling of an actual table. &lt;/P&gt;&lt;P&gt;You can scroll through the table vertically as well as horizontally. &lt;/P&gt;&lt;P&gt;You can select rows and columns. &lt;/P&gt;&lt;P&gt;You can resize the with of columns. &lt;/P&gt;&lt;P&gt;You can have separator lines between rows and columns. &lt;/P&gt;&lt;P&gt;Automatic resizing of the table when the user resizes the window. &lt;/P&gt;&lt;P&gt;You can update information in the table control and it can be updated inthe database table by writing code for it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tabble contol in screen painter:&lt;/P&gt;&lt;P&gt;Goto Screen Painter .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here we can create table in 2 ways,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with wizard and without wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with wizard it will step by step...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for without wizard (its quite easy)&lt;/P&gt;&lt;P&gt;Click Table control and Drag into ur screen.&lt;/P&gt;&lt;P&gt;then --&amp;gt; click input box and place into to that table control&lt;/P&gt;&lt;P&gt;for two column do this two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then for header click the text icon in left side and drag into &lt;/P&gt;&lt;P&gt;correspoding places .. then ur table is ready..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then give names using double clicking the elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;vasavi.v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2008 05:46:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/4237031#M1011591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-31T05:46:37Z</dc:date>
    </item>
  </channel>
</rss>

