<?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: Table maintenance using SM30 help please in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922311#M688246</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;Now save the transaction and there you have it.&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 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;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 06:25:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T06:25:45Z</dc:date>
    <item>
      <title>Table maintenance using SM30 help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922308#M688243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem and maybe some one here know how to do this. I would be very grateful if some one could detailedly show me how to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is:&lt;/P&gt;&lt;P&gt;How to create a table maintenance transaction using SM30? I want to create a transaction using SM30 so that I could directly maintain a table using this transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate your help please.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Nadin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922308#M688243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using SM30 help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922309#M688244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow below steps &lt;/P&gt;&lt;P&gt;1) go to se11 check table maintanance check box under &lt;/P&gt;&lt;P&gt;attributes tab&lt;/P&gt;&lt;P&gt;2) utilities-table maintanance Generator-&amp;gt;&lt;/P&gt;&lt;P&gt;create function group and assign it under&lt;/P&gt;&lt;P&gt;function group input box.&lt;/P&gt;&lt;P&gt;also assign authorization group default &amp;amp;NC&amp;amp; .&lt;/P&gt;&lt;P&gt;3) &lt;/P&gt;&lt;P&gt;select standard recording routine radio in table&lt;/P&gt;&lt;P&gt;table mainitainence generator to move table&lt;/P&gt;&lt;P&gt;contents to quality and production by assigning &lt;/P&gt;&lt;P&gt;it to request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) select maintaience type as single step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) maintainence screen as system generated numbers&lt;/P&gt;&lt;P&gt;this dialog box appears when you click on create &lt;/P&gt;&lt;P&gt;button &lt;/P&gt;&lt;P&gt;6) save and activate table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/message/2831202#2831202 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;One step, two step in Table Maintenance Generator&lt;/P&gt;&lt;P&gt;Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these threads:&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="2262565"&gt;&lt;/A&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="1325994"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further help look into these links&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/cf/21eb6e446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_bw30b/helpdata/en/69/c2516e4ba111d189750000e8322d00/content.htm&lt;/A&gt;&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;reward if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922309#M688244</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2007-10-09T06:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using SM30 help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922310#M688245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the table using SE11. &lt;/P&gt;&lt;P&gt;Goto Utilities click on table maintenance generator.&lt;/P&gt;&lt;P&gt;Enter Authorization Group as &amp;amp;NC&amp;amp;.&lt;/P&gt;&lt;P&gt;then Enter the functional group. then click on "find scr number". it wil propose the number. then save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Go to se93 enter the T-Code click on create.&lt;/P&gt;&lt;P&gt;enter the Transcation as SM30. Then save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922310#M688245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using SM30 help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922311#M688246</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;Now save the transaction and there you have it.&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 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;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922311#M688246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using SM30 help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922312#M688247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Shakir, Thank you Viji, Thank you N Naresh for your expertise on this subject. I would try this in the next coming days and I would then reward points for the closest of all answers. &lt;/P&gt;&lt;P&gt;Once more thank you.&lt;/P&gt;&lt;P&gt;Nadin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922312#M688247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance using SM30 help please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922313#M688248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every one who contributed to this thread.  Naresh Nelapatla answer was the closest of all and it did indeed solve the problem. I have awarded all the points to  Naresh Nelapatla    . Thank you all once more.&lt;/P&gt;&lt;P&gt;Nadin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 11:23:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-using-sm30-help-please/m-p/2922313#M688248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T11:23:22Z</dc:date>
    </item>
  </channel>
</rss>

