<?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 table maintainance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance-generator/m-p/3349597#M803416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is table maintainance generator?&lt;/P&gt;&lt;P&gt;what is its purpose?&lt;/P&gt;&lt;P&gt;How to create Authorization Group?&lt;/P&gt;&lt;P&gt;WHat is diff between one-step and two step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2008 13:23:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-23T13:23:25Z</dc:date>
    <item>
      <title>table maintainance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance-generator/m-p/3349597#M803416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is table maintainance generator?&lt;/P&gt;&lt;P&gt;what is its purpose?&lt;/P&gt;&lt;P&gt;How to create Authorization Group?&lt;/P&gt;&lt;P&gt;WHat is diff between one-step and two step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 13:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance-generator/m-p/3349597#M803416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: table maintainance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance-generator/m-p/3349598#M803417</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;Check this link &lt;/P&gt;&lt;P&gt;&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;steps for table Maintenance&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;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;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2008 13:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintainance-generator/m-p/3349598#M803417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-23T13:29:10Z</dc:date>
    </item>
  </channel>
</rss>

