<?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: TMG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084040#M432585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shyam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to T code...&amp;lt;b&amp;gt;SE54&amp;lt;/b&amp;gt; for table maintanace geenrator of a Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2007 10:00:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T10:00:31Z</dc:date>
    <item>
      <title>TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084035#M432580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to allow TMG for a z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 07:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084035#M432580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T07:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084036#M432581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Go to SE11 enter table name -&amp;gt;change&lt;/P&gt;&lt;P&gt;Utilities-&amp;gt; Table Maintenance Generator&lt;/P&gt;&lt;P&gt;delete the Table maintenance by pressing delete button on menu,&lt;/P&gt;&lt;P&gt;then start creating it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter Auth.Group as &amp;amp;NC&amp;amp;&lt;/P&gt;&lt;P&gt;Enter function group &amp;lt; some name&amp;gt;&lt;/P&gt;&lt;P&gt;Maintenance Type -&amp;gt; One step&lt;/P&gt;&lt;P&gt;Overview screen -&amp;gt; some Number (1 or 2)&lt;/P&gt;&lt;P&gt;Press create &lt;/P&gt;&lt;P&gt;enter dev class and save, activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SM 30 and check again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 07:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084036#M432581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T07:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084037#M432582</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;We can use table maintenance for making the creation,deletion,changing the entries easily.&lt;/P&gt;&lt;P&gt;We can even make use of the validations required for some fields thro' table maintenance,while creating the entry.&lt;/P&gt;&lt;P&gt;If some fields need to be populated automatically while creating an record in a database,we can make use of table maintenance for this purpose.&lt;/P&gt;&lt;P&gt;When the extended table maintenance is called, a work area is fetched from the database into an internal buffer for processing on the screen. Either all entries in the database are fetched into the work area, or the selection can be restricted in a view definition or in the calling program.&lt;/P&gt;&lt;P&gt;Field contents are maintained in an internal buffer, so the database is not automatically accessed after each individual record has been maintaIned. Changes made are only copied from the internal buffer to the database when save is chosen. This buffering gives the maintenance procedure a transaction orientation. This gives you the possibility of discarding changes before the database access (user-controlled "rollback") and allows consistency checks for all changed data, before it is written to the database.&lt;/P&gt;&lt;P&gt;FOR MORE DETAILS ON TABLE MAINTENANCE VISIT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2234161"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------" /&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/69/c251474ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/69/c251474ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps reward with points&lt;/P&gt;&lt;P&gt;Regards Rk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 07:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084037#M432582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T07:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084038#M432583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;Table Maintenance generator (SM30) generating a screen that allows you to maintain the code and description together for the system language. &lt;/P&gt;&lt;P&gt;In a related note, to set up a customer transaction for a Table Maintenance generated dialog, use SE80 and enter the function group used for the table maintenance dialog &lt;/P&gt;&lt;P&gt;go through this link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 07:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084038#M432583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084039#M432584</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;Open your Ztable, Go to Delivery and Maintance&lt;/P&gt;&lt;P&gt;Here at  Data browser/Table view maintance----&amp;gt;Choose Display /maintance allowed&lt;/P&gt;&lt;P&gt;Then Go to Utilities--&lt;DEL&gt;&amp;gt;Select TMG&lt;/DEL&gt;--&amp;gt;Give Authorization group(&amp;amp;NC&amp;amp;)&lt;/P&gt;&lt;P&gt;give Function group(Ztest)&lt;/P&gt;&lt;P&gt;give maintain Screen no:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and activate...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sasmita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sasmita parida&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 09:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084039#M432584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T09:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084040#M432585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shyam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to T code...&amp;lt;b&amp;gt;SE54&amp;lt;/b&amp;gt; for table maintanace geenrator of a Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 10:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084040#M432585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084041#M432586</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;1. Create the z-table.&lt;/P&gt;&lt;P&gt;2.Utilities--&amp;gt; Table Maintanence Generator.&lt;/P&gt;&lt;P&gt;3.Authorisation Group --&amp;gt; &amp;amp;NC&amp;amp;&lt;/P&gt;&lt;P&gt;4.Give a fn group name&lt;/P&gt;&lt;P&gt;5.Package&lt;/P&gt;&lt;P&gt;6. maintain Type one step&lt;/P&gt;&lt;P&gt;7.Overview screen 9000.&lt;/P&gt;&lt;P&gt;8.in recording routine check the 2nd radio bvutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward is helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 10:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tmg/m-p/2084041#M432586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T10:15:10Z</dc:date>
    </item>
  </channel>
</rss>

