<?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 maintenance generator &amp; Table controls in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277348#M1723604</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 do modifications in the TMG because it's in your range of customer object, but remember if you regenerate TMG you will lost the modifications, and there are a lot of includes shared by other TMG's, so, be careful.&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;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 12:01:35 GMT</pubDate>
    <dc:creator>eduardo_hinojosa</dc:creator>
    <dc:date>2013-02-06T12:01:35Z</dc:date>
    <item>
      <title>Table maintenance generator &amp; Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277343#M1723599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to the ABAP development ,&lt;/P&gt;&lt;P&gt;i have come across table maintenance generator and table controls both are used to mange the data in the table.But&lt;/P&gt;&lt;P&gt;1.what is the difference between TMG and table control ?&lt;/P&gt;&lt;P&gt;2.Where&amp;nbsp; they are used exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 10:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277343#M1723599</guid>
      <dc:creator>bhargava_dns</dc:creator>
      <dc:date>2013-02-06T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator &amp; Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277344#M1723600</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;Please, see the article 'Table Maintenance Generator and its Modifications' by Nimisha Agarwal in this site using the link &lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10318"&gt;http://scn.sap.com/docs/DOC-10318&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could understand how TMG is the set of tools to create a dynpro (SAPL* and dynpros, where * is a function group), where the table control is a element of screen, where you can see all records saved in the table and you can move up and down using the scroll. With the table control you manage where is the current line, for instance. For further information, see &lt;A href="http://help.sap.com/saphelp_47x200/helpdata/EN/45/adee2396f711d1b46b0000e8a52bed/frameset.htm"&gt;http://help.sap.com/saphelp_47x200/helpdata/EN/45/adee2396f711d1b46b0000e8a52bed/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277344#M1723600</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2013-02-06T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator &amp; Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277345#M1723601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even in the table controls we can do all the activities described in the table maintenance...and we can do it more effectively in the table controls..so what is the main need to TMG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277345#M1723601</guid>
      <dc:creator>bhargava_dns</dc:creator>
      <dc:date>2013-02-06T11:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator &amp; Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277346#M1723602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To maintain the data in tables we will go for the TMG. while designing the ztables we will mwintain the large amount of data at a time in TMG easily by creating tcode for TMG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurunath Kumar D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277346#M1723602</guid>
      <dc:creator>gurunathkumar_dadamu</dc:creator>
      <dc:date>2013-02-06T11:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator &amp; Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277347#M1723603</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;Table control is a UI element that is used to display / change / create data and a Table maintenance generator itself is a generated table control so it will function same as table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 11:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277347#M1723603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T11:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance generator &amp; Table controls</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277348#M1723604</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 do modifications in the TMG because it's in your range of customer object, but remember if you regenerate TMG you will lost the modifications, and there are a lot of includes shared by other TMG's, so, be careful.&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;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 12:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator-table-controls/m-p/9277348#M1723604</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2013-02-06T12:01:35Z</dc:date>
    </item>
  </channel>
</rss>

