<?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 how to create table.maint.generator and enduser should use using ztcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-table-maint-generator-and-enduser-should-use-using-ztcode/m-p/1661763#M293200</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;       can any one guide me how to create table maintanence generator and after creating,enduser must use using ztcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         any help can be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Nov 2006 11:42:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-04T11:42:52Z</dc:date>
    <item>
      <title>how to create table.maint.generator and enduser should use using ztcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-table-maint-generator-and-enduser-should-use-using-ztcode/m-p/1661763#M293200</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;       can any one guide me how to create table maintanence generator and after creating,enduser must use using ztcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         any help can be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2006 11:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-table-maint-generator-and-enduser-should-use-using-ztcode/m-p/1661763#M293200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-04T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to create table.maint.generator and enduser should use using ztcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-table-maint-generator-and-enduser-should-use-using-ztcode/m-p/1661764#M293201</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 Maintenance generator is required to do Manual entries in the Table. If the requirement is to update the table only programmatically and not manually then table maint. generator is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manual entries in table can be maintained ( New record can be inserted / existing can be modified ) using transaction SM 30, if the table maintenance for the table is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to activate Table maint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 and open the table.&lt;/P&gt;&lt;P&gt;Click UTILITIES -&amp;gt; Table Maint. Generator, Enter the details and click on Save. Then activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk a sample 1.&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;/P&gt;&lt;P&gt;some more helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this thread: &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="2247800"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/a7/513520407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/a7/513520407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt; - a link for basics on Table Maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Check out this weblog on table maintenance:&lt;/P&gt;&lt;P&gt;/people/sudheer.cheedella/blog/2006/02/20/extracting-data-in-table-maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;how to create a a T-code of that&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create the new T.code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under that select parameter Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give the sm30 in the t.code in default values tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the checkbox skip initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in classification tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click checkbox inherit gui attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the default values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE&lt;/P&gt;&lt;P&gt;viewname = give ur table name.&lt;/P&gt;&lt;P&gt;show = X&lt;/P&gt;&lt;P&gt;save and check it once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can able to call ur table through ur new t.code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped pls mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2006 11:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-table-maint-generator-and-enduser-should-use-using-ztcode/m-p/1661764#M293201</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-04T11:52:27Z</dc:date>
    </item>
  </channel>
</rss>

