<?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: tcode for table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882898#M370627</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;Create the table maintenance generator by giving auth group (if you do not want to give any particular auth, give &amp;amp;NC&amp;amp;), function group (the function modules used to maintain the table gets created in this function group), maintenance step (either 1 or 2) and main screen no(if you have chosen maintenance step 1, give one screen no, if 2, give 2 screen nos.. give anything other than 1000 as it is reserved for SAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, go to transaction SE93 and give a tcode and description..Then select it as a Parameter transaction (last radio button). Once you press enter, enter SM30 as the transaction and check the checkbox for 'Skip Initial Screen'.&lt;/P&gt;&lt;P&gt;Scroll down to find the block which has Default values..&lt;/P&gt;&lt;P&gt;Select VIEWNAME in the screen field, and your ztable as the Value&lt;/P&gt;&lt;P&gt;Select UPDATE in the next row and give 'X' as the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now execute your tcode and you will see the table maintenance screeen for your ztable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 16:53:31 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2007-02-01T16:53:31Z</dc:date>
    <item>
      <title>tcode for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882896#M370625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi to all,&lt;/P&gt;&lt;P&gt;           how can i keep a tcode for a table which is having maintance view&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882896#M370625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: tcode for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882897#M370626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. you need generate the table maintenance using the Menu Utilities-&amp;gt;Table maintenance generator&lt;/P&gt;&lt;P&gt;2. give the authorization group, package, function group, overview screen number etc.&lt;/P&gt;&lt;P&gt;3.create the table maintenance &lt;/P&gt;&lt;P&gt;4. now go to &amp;lt;b&amp;gt;se93&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;5. give custom tcode and say create &lt;/P&gt;&lt;P&gt;then enter description , and then &lt;/P&gt;&lt;P&gt;choose the radio button &amp;lt;b&amp;gt;Transaction with parameters&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;6. now enter tcode as SM30 and check the check box skip intial screen&lt;/P&gt;&lt;P&gt;7. Check all gui support buttons&lt;/P&gt;&lt;P&gt;8. now go down and enter VIEWNAME from F4 help and value as table name&lt;/P&gt;&lt;P&gt;9. and add UPDATE(choose it from F4) and value as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;VIEWNAME ZTABLE
UPDATE X&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882897#M370626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: tcode for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882898#M370627</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;Create the table maintenance generator by giving auth group (if you do not want to give any particular auth, give &amp;amp;NC&amp;amp;), function group (the function modules used to maintain the table gets created in this function group), maintenance step (either 1 or 2) and main screen no(if you have chosen maintenance step 1, give one screen no, if 2, give 2 screen nos.. give anything other than 1000 as it is reserved for SAP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, go to transaction SE93 and give a tcode and description..Then select it as a Parameter transaction (last radio button). Once you press enter, enter SM30 as the transaction and check the checkbox for 'Skip Initial Screen'.&lt;/P&gt;&lt;P&gt;Scroll down to find the block which has Default values..&lt;/P&gt;&lt;P&gt;Select VIEWNAME in the screen field, and your ztable as the Value&lt;/P&gt;&lt;P&gt;Select UPDATE in the next row and give 'X' as the value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now execute your tcode and you will see the table maintenance screeen for your ztable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882898#M370627</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-02-01T16:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: tcode for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882899#M370628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;when in se93 when i give tcode and create and then select transaction with parameters it is saying transaction already exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;kiran kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 16:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882899#M370628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T16:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: tcode for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882900#M370629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means TCODE u r giving is already exits..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give another name for tcode to create &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt; modify the t-code by pressing change button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In menuitem Goto --&amp;gt; change transaction type --&amp;gt; select last radio button &amp;lt;b&amp;gt;Transaction with parameters&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now enter tcode as SM30 and check the check box skip intial screen and Check all gui support buttons&lt;/P&gt;&lt;P&gt;scroll down and in Default values option enter VIEWNAME from F4 help and value as table name ut (ZTABLE)&lt;/P&gt;&lt;P&gt;and in other row UPDATE(choose it from F4) and value as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls close the thread if the problem is solved and reward to all helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 17:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882900#M370629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T17:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: tcode for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882901#M370630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just follow the below steps&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;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &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;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt; &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;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;warun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 17:41:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table/m-p/1882901#M370630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T17:41:09Z</dc:date>
    </item>
  </channel>
</rss>

