<?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: how to create a tcode for table maitenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808368#M916002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for quick answer, i also have to give some table which is not having a table maintenance view, and other thing is i have to have and update ability for sm30 for some other tables. here what is the differerence between parameter transaction and tcode transaction. thanks again .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2008 16:52:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-16T16:52:19Z</dc:date>
    <item>
      <title>how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808366#M916000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a ztable which is having a maintenace view now  i have to create a transaction code for the given table maintenance please can anyone give me the details how to create it and what steps i have to follow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 16:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808366#M916000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T16:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808367#M916001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create Parameter Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a tcode, select parameter transaction radiobutton.&lt;/P&gt;&lt;P&gt;Give SM30 as the tcode.&lt;/P&gt;&lt;P&gt;Press Enter.&lt;/P&gt;&lt;P&gt;Now, go to the table control.&lt;/P&gt;&lt;P&gt;press F4, Select Viewname ... and assign your table control name on the right side of the table control.&lt;/P&gt;&lt;P&gt;If you want to have display, than select DISPLAY from the F4 help and set the value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 16:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808367#M916001</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-05-16T16:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808368#M916002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for quick answer, i also have to give some table which is not having a table maintenance view, and other thing is i have to have and update ability for sm30 for some other tables. here what is the differerence between parameter transaction and tcode transaction. thanks again .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 16:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808368#M916002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808369#M916003</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;if you want to execute a transaction with default values , then you can go  for parameter transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for creating that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)GOTO SE93&lt;/P&gt;&lt;P&gt;2)select the parameter  transaction radio button&lt;/P&gt;&lt;P&gt;3)give the tcode value eg: MM01&lt;/P&gt;&lt;P&gt;4) screen no &lt;/P&gt;&lt;P&gt;5)check gui support checkboxes&lt;/P&gt;&lt;P&gt;6) given field names and values which are present on MM01 screen . so whenever you run the zmm01 tcode, the transaction gets executed with default values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also skip thefirst screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 17:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808369#M916003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T17:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808370#M916004</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;Write simle report similar as below&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report  Z_RUN_TABLE_MAITENANCE.
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*

REPORT  Z_RUN_TABLE_MAITENANCE.

CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
    EXPORTING
      ACTION    = 'S'
      VIEW_NAME = 'Z_MY_TABLE_MAITENANCE_NAME'.  "&amp;lt;--- put there name of your table maitenance
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and create in transaction SE93 a transaction code for the report.&lt;/P&gt;&lt;P&gt;I don't remember but you must use big letters in exporting parameters of FM VIEW_MAINTENANCE_CALL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2008 22:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808370#M916004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-16T22:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808371#M916005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&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 SM30 and select the check-box 'Skip initial screen'. &lt;/P&gt;&lt;P&gt;&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;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;***Reward points if found helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808371#M916005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T06:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to create a tcode for table maitenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808372#M916006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to SE11&lt;/P&gt;&lt;P&gt;2) In Delivery and Maintenance TAB&lt;/P&gt;&lt;P&gt;i) Delivery Class as A ( most of the times)&lt;/P&gt;&lt;P&gt;ii) Data Browser/Table View Maint. as "Display/Maintenance Allowed"&lt;/P&gt;&lt;P&gt;3) Enter the required fields.&lt;/P&gt;&lt;P&gt;4) Goto Technical Settings.Enter the appropriate data&lt;/P&gt;&lt;P&gt;5) Then go to Utilities--&amp;gt;Table Maintenance Generator&lt;/P&gt;&lt;P&gt;i) Enter the Authorization Group (Varies from project to project...when no authorization required give &amp;amp;NC&amp;amp; )&lt;/P&gt;&lt;P&gt;ii)Function Group as "Table Name"&lt;/P&gt;&lt;P&gt;iii)Package varies from project to project&lt;/P&gt;&lt;P&gt;iv)Maintenance Type as "One Step"&lt;/P&gt;&lt;P&gt;a)Give overview Screen Number (Your own number..but remember)&lt;/P&gt;&lt;P&gt;b)Single Screen "Any number"(it can be 0 also)&lt;/P&gt;&lt;P&gt;6) Then click on the white color create button on menu bar(Create)&lt;/P&gt;&lt;P&gt;7) To view the maintenance Screen Transaction is SM30(There you need to give the table name)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; If you want to change the description of the fields,alignment,mandatory,greying the fields,Validations and many more &lt;/P&gt;&lt;P&gt;goto SE51 enter program name as "SAPL(TABLE NAME) EX:SAPLZH116 and enter the screen number what you gave in the step 5,iv,a.&lt;/P&gt;&lt;P&gt;9)If u want to have a transaction to table maintenance&lt;/P&gt;&lt;P&gt;a)Go to SE93&lt;/P&gt;&lt;P&gt;b)Choose "Transaction with Parameters" Radio button&lt;/P&gt;&lt;P&gt;c)Give the Package Name which is given in 5,iii&lt;/P&gt;&lt;P&gt;d)Give transaction as SM30&lt;/P&gt;&lt;P&gt;e)Choose Skip Initial Screen&lt;/P&gt;&lt;P&gt;f)In GUI Support Choose all the three options&lt;/P&gt;&lt;P&gt;g) In the default values Tab &lt;/P&gt;&lt;P&gt;Name of the Screen Field Value&lt;/P&gt;&lt;P&gt;UPDATE X&lt;/P&gt;&lt;P&gt;VIEWNAME (Enter Table Name)&lt;/P&gt;&lt;P&gt;After doing this goto se93..in 9(a)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In the home page create a prgm name..&lt;/P&gt;&lt;P&gt;2.give the description below description choose anyone suitable to ur project&lt;/P&gt;&lt;P&gt;3.Give the program name and screen number&lt;/P&gt;&lt;P&gt;4.In sap gui area enable all the check boxes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Mohinder Singh Chauhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 10:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-a-tcode-for-table-maitenance/m-p/3808372#M916006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T10:15:40Z</dc:date>
    </item>
  </channel>
</rss>

