<?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: T-code for table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850048#M667852</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;  Go to SE93.&lt;/P&gt;&lt;P&gt;  Give the Transaction name of your choice&lt;/P&gt;&lt;P&gt;  Select the transaction with parameters ( last radio button )&lt;/P&gt;&lt;P&gt;  Give SM30 in the Transaction &lt;/P&gt;&lt;P&gt;  Check the 'SKIP INITIAL Screen' check box&lt;/P&gt;&lt;P&gt;  Come down&lt;/P&gt;&lt;P&gt;  In default values &lt;/P&gt;&lt;P&gt;           Name of screen field          &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;           UPDATE                              'X'&lt;/P&gt;&lt;P&gt;  Save this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Now you can use the transaction to maintain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 12:55:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T12:55:50Z</dc:date>
    <item>
      <title>T-code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850043#M667847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ztable.Now I need to create a t-code for that table.When I enter that t-code in the command field,I should get the table maintenac screen.How to do this.&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;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 12:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850043#M667847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850044#M667848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;What is the need of a special Tcode? after creating the Table maintenance you can striaght away enter the values from &amp;lt;b&amp;gt;SM30&amp;lt;/b&amp;gt; tcode&lt;/P&gt;&lt;P&gt;use it and enter values into the table&lt;/P&gt;&lt;P&gt;&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>Tue, 25 Sep 2007 12:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850044#M667848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850045#M667849</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 need to create a "Parameter Transaction".&lt;/P&gt;&lt;P&gt;What this means is that you will have a transaction (let's call it "ZMAINT") which calls "SM30" and passes in your table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE93 and enter your new transaction code. Enter in the Tcode description and choose "Transaction with Parameters" (it shouldbe the last radio button).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter in the default transaction "SM30" and tick the "Skip Initial Screen" check box. Hit Enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now scroll to the bottom of the screen and you will see a Table Control where you will need to enter in the values to the SM30 selection screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you hit ENTER, the program will have loaded in the Selection Screen parameters into it's memory. Hit the drop down for "Name of Screen Field" and select "VIEWNAME" and then enter in your Z Table in the "Value" column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to the next line and hit the drop down and select "UPDATE" in the "Name of Screen Field". Enter in a "X" in the value column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raghu Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 12:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850045#M667849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850046#M667850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se11 and type the table what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;utilities, table maintenance generator.&lt;/P&gt;&lt;P&gt;you config the options that you need.&lt;/P&gt;&lt;P&gt;press F6 and go to sm30.&lt;/P&gt;&lt;P&gt;its only this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 12:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850046#M667850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850047#M667851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, you need to create the table maintanence first ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create a Parameter transaction - In SE93 while creating the tcode, specify the last option (Transaction with Parameters or Parameter Transaction). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the subsequent screen, under the Defaults block, specify the transaction as SM31 and select the check-box 'Skip initial screen'. &lt;/P&gt;&lt;P&gt;At the bottom of this screen, in the list you would specify the following- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name of screen field -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; Values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; X &lt;/P&gt;&lt;P&gt;VIEWNAME -&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; Name of your table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save all these. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm" target="test_blank"&gt;http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 12:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850047#M667851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: T-code for table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850048#M667852</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;  Go to SE93.&lt;/P&gt;&lt;P&gt;  Give the Transaction name of your choice&lt;/P&gt;&lt;P&gt;  Select the transaction with parameters ( last radio button )&lt;/P&gt;&lt;P&gt;  Give SM30 in the Transaction &lt;/P&gt;&lt;P&gt;  Check the 'SKIP INITIAL Screen' check box&lt;/P&gt;&lt;P&gt;  Come down&lt;/P&gt;&lt;P&gt;  In default values &lt;/P&gt;&lt;P&gt;           Name of screen field          &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;           UPDATE                              'X'&lt;/P&gt;&lt;P&gt;  Save this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Now you can use the transaction to maintain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 12:55:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-for-table/m-p/2850048#M667852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T12:55:50Z</dc:date>
    </item>
  </channel>
</rss>

