<?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/3352749#M804293</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;Refer to the sample program &lt;STRONG&gt;RSDEMO_TABLE_CONTROL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jan 2008 10:12:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-22T10:12:00Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352743#M804287</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;  I want to make 3 columns in a table control . can anyone please help me in creating the complete layout of the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 09:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352743#M804287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T09:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352744#M804288</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;first u need to declare one internal table with all fields u need in table control..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to screen and take element Table Control with Wizard.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that use this internal table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will have these 3 fields in table control after finishing all steps of table control creation....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 09:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352744#M804288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352745#M804289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check these Demo Programs..&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;DEMO_DYNPRO_TABLE_CONTROL_1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;DEMO_DYNPRO_TABLE_CONTROL_2&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 09:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352745#M804289</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2008-01-22T09:59: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/3352746#M804290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a module pool program, activate it. Decide if the columns that you want to place in the table control are from a dictionary structure or you want to have those fields from an internal table in the program. If you want the second option, also create an internal table in your program and activate the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto screenpainter, create a screen and start using the table control wizard. Input the information as the system proposes. During these screens, somewhere you need to input the columns that you need to place in the table control. Then, select the internal table (if you have chosen the second option above) or the dictionary stucture. Rest of the coding etc. also is taken care by the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this and let me know if you still need any further information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352746#M804290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352747#M804291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;send a test mail to sudheerb.abap@gmail.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will send with screen shots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352747#M804291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352748#M804292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madhavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a module pool program, activate it. Decide if the columns that you want to place in the table control are from a dictionary structure or you want to have those fields from an internal table in the program. If you want the second option, also create an internal table in your program and activate the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto screenpainter, create a screen and start using the table control wizard. Input the information as the system proposes. During these screens, somewhere you need to input the columns that you need to place in the table control. Then, select the internal table (if you have chosen the second option above) or the dictionary stucture. Rest of the coding etc. also is taken care by the wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this and let me know if you still need any further information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352748#M804292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352749#M804293</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;Refer to the sample program &lt;STRONG&gt;RSDEMO_TABLE_CONTROL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 10:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/3352749#M804293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T10:12:00Z</dc:date>
    </item>
  </channel>
</rss>

