<?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 maintenance generator in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511096#M844571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can anybody give me the steps to create a Transaction Code for Table maintenance view created in SM30 because the end user doesnt have access to SM30.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 05:56:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T05:56:46Z</dc:date>
    <item>
      <title>Tcode for table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511096#M844571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Can anybody give me the steps to create a Transaction Code for Table maintenance view created in SM30 because the end user doesnt have access to SM30.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 05:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511096#M844571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T05:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511097#M844572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harshu,&lt;/P&gt;&lt;P&gt;  Create a report and assign a transaction to it.&lt;/P&gt;&lt;P&gt;The report should contain a parameter.&lt;/P&gt;&lt;P&gt;Use call transaction 'SM30' in source code of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511097#M844572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511098#M844573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below steps to create Table Maintenance generator.&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;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;Creating a T-code of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se93.&lt;/P&gt;&lt;P&gt;Then create the new T.code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under that select parameter Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then give the sm30 in the t.code in default values tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the checkbox skip initial screen in classification tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click checkbox inherit gui attributes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the default values..&lt;/P&gt;&lt;P&gt;WRITE&lt;/P&gt;&lt;P&gt;viewname = give ur table name.&lt;/P&gt;&lt;P&gt;show = X&lt;/P&gt;&lt;P&gt;save and check it once...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u can able to call ur table through ur new t.code...&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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511098#M844573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511099#M844574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Start transaction SE93&lt;/P&gt;&lt;P&gt;2) Enter a variant name -&amp;gt; Create&lt;/P&gt;&lt;P&gt;3) Select radiobutton 'Transaction with parameteres (parameter transaction)'&lt;/P&gt;&lt;P&gt;4) Enter transaction text&lt;/P&gt;&lt;P&gt;5) Enter Transaction = SM30&lt;/P&gt;&lt;P&gt;6) Check the checkbox for Skip Initial screen and 'Inherit GUI attributes.&lt;/P&gt;&lt;P&gt;7) In the defalut values section create foll 2 entries&lt;/P&gt;&lt;P&gt;VIEWNAME                &amp;lt;table name&amp;gt;&lt;/P&gt;&lt;P&gt;UPDATE                     X&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Save and run the transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511099#M844574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511100#M844575</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;1) First u should create table using   Tcode SE11.&lt;/P&gt;&lt;P&gt;2) Afetr that u should go to Tcode SE38. here u want to create report.&lt;/P&gt;&lt;P&gt;3) I have give below the sample code for table maintance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'RS_TOOL_ACCESS'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    operation                 = 'TAB_ADD'&lt;/P&gt;&lt;P&gt;    object_name               = 'ZSWBT'&lt;/P&gt;&lt;P&gt;    object_type               = 'TABL'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ENCLOSING_OBJECT          =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  POSITION                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DEVCLASS                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  INCLUDE                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VERSION                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MONITOR_ACTIVATION        = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WB_MANAGER                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IN_NEW_WINDOW             =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WITH_OBJECTLIST           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WITH_WORKLIST             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NEW_NAME                  =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WB_TODO_REQUEST           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJLIST                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  P_REQUEST                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; exceptions&lt;/P&gt;&lt;P&gt;   not_executed              = 1&lt;/P&gt;&lt;P&gt;   invalid_object_type       = 2&lt;/P&gt;&lt;P&gt;   others                    = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Nehru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511100#M844575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tcode for table maintenance generator</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511101#M844576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer the below PDf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc]&lt;/P&gt;&lt;P&gt;It will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tcode-for-table-maintenance-generator/m-p/3511101#M844576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:18:48Z</dc:date>
    </item>
  </channel>
</rss>

