<?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 Tcode for table maintainance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591738#M1082837</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;How to create a Tcode for table maintainance.&lt;/P&gt;&lt;P&gt;I have created a Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create a Tcode for SM30 with table name directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2008 05:56:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-15T05:56:27Z</dc:date>
    <item>
      <title>Tcode for table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591738#M1082837</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;How to create a Tcode for table maintainance.&lt;/P&gt;&lt;P&gt;I have created a Z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create a Tcode for SM30 with table name directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 05:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591738#M1082837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T05:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591739#M1082838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table maintennace generator is used to create screen to maintain values in a table. Once you create maint generator you can goto transaction SM30 and add data to table . In SAP it is more relevant to customizing data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a table maintance program for a z table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction SE11, in the attribute tab of your z table check table maintenance check box. Go to SM30 transaction, enter the ztable name and click on maintain button. Here you can enter new entries into the ztable .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a PARAMETER TRANSACTION for the transaction for SM30 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow these steps :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. go to transaction SE93 , give your own transaction code say ztran_tab, for maintaining your ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Click on create button and check the radio button Transaction with parameters (PARAMETER TRANSACTION) and click on the tick button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In the next screen enter default values:&lt;/P&gt;&lt;P&gt;transaction : SM30&lt;/P&gt;&lt;P&gt;check the check box skip initial screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Scroll down you will find a table control for default values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of the screen field | value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIEWNAME | your ztable name&lt;/P&gt;&lt;P&gt;SHOW | X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now as you have created a custom transaction for maintaining your ztable this transaction can be called from any program with CALL transaction 'XXX'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 05:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591739#M1082838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T05:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591740#M1082839</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;1. you can go to SE11 for Z-table then via menu Utilities-&amp;gt;Table Maintenance generator&lt;/P&gt;&lt;P&gt;2. Go to Transaction: SE93 Create (type is parameter transaction) , here you can attached the transaction for maintaining your ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This link can help you&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="117661"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Pragya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 07:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591740#M1082839</guid>
      <dc:creator>former_member431812</dc:creator>
      <dc:date>2008-10-15T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591741#M1082840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For making tcode for table maintainance of your z-table, you first need to go to transaction se93.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you write the name of transaction which you want to give. &lt;/P&gt;&lt;P&gt;Then you click on create.&lt;/P&gt;&lt;P&gt;give the short desc to yor transaction.&lt;/P&gt;&lt;P&gt;Choose last radio button for start object i.e (transaction with parameters) and click enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the transaction as SM30 in Default values for section&lt;/P&gt;&lt;P&gt;and tick the check box "skip initial screen".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the screen number as given in se11 table maintainance generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check all the chec boxes in GUI support section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in default values section at the end :&lt;/P&gt;&lt;P&gt;1. write name of screeen field as "VIEWNAME" and value as "&amp;lt;your z table name&amp;gt;".&lt;/P&gt;&lt;P&gt;2. 2nd name of screeen field as "UPDATE" and value as "X".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your tcode for your z table is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem.&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;Nikita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2008 08:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintainance/m-p/4591741#M1082840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-15T08:25:41Z</dc:date>
    </item>
  </channel>
</rss>

