<?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: Creating TCode for Maintanace View in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141159#M990166</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) Create a table maintainance/View for the Z* Table.&lt;/P&gt;&lt;P&gt;Once you create the view goto SE93&lt;DEL&gt;&amp;gt;Select Parameter transaction and give the short desc.&lt;/DEL&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Give the transaction as SM30(Skip the first screen-optional)&lt;DEL&gt;&amp;gt;Check all check boxes under GUI support&lt;/DEL&gt;&amp;gt;In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)The SAP naming convention reserves underlining in the second or third position for special objects. The object which you are processing does not belong to these special objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark the all helpful answers.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2008 11:26:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-24T11:26:33Z</dc:date>
    <item>
      <title>Creating TCode for Maintanace View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141154#M990161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a maintenance view for a ztable.&lt;/P&gt;&lt;P&gt;Ex. ZVIEW.&lt;/P&gt;&lt;P&gt;I dont want to give authorization of SM30 to User.&lt;/P&gt;&lt;P&gt;now i want to create a tcode for this.&lt;/P&gt;&lt;P&gt;in se93 i created a tcode by using parameters option.&lt;/P&gt;&lt;P&gt;But in this i have to give Tcode : SM30. but there is no authorization for sm30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create tcode for this without authorization of sm30.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141154#M990161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating TCode for Maintanace View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141155#M990162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't need to authorize sm30 just authorize you're ztcode in the role &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:25:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141155#M990162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating TCode for Maintanace View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141156#M990163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Go to se93.
Then create the new T.code.
Under that select parameter Transaction.
Then give the sm30 in the t.code in default values tab.
check the checkbox skip initial screen.
in classification tab.
click checkbox inherit gui attributes..
Now below..
In the default values..
select
viewname and give ur table name.
UPDATE= X"save&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141156#M990163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating TCode for Maintanace View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141157#M990164</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;Create t-code for the table maintenence generator &lt;/P&gt;&lt;P&gt;goto se93 gvie name of t-code ex: ztab and click create you will get popup screen in that select radio button last but one enter give your discription give tcode as se11 select check box skip first screen come to bottom of that screen give name as mainview = 'your view name that is table name'&lt;/P&gt;&lt;P&gt;second row update = x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your comepleted create transaction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Das...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141157#M990164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating TCode for Maintanace View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141158#M990165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get into the source code's process:&lt;/P&gt;&lt;P&gt;In the table maintainance generator choose enviroment --&amp;gt; modification --&amp;gt; events / source code / screen and enter the authorization object you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141158#M990165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating TCode for Maintanace View</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141159#M990166</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) Create a table maintainance/View for the Z* Table.&lt;/P&gt;&lt;P&gt;Once you create the view goto SE93&lt;DEL&gt;&amp;gt;Select Parameter transaction and give the short desc.&lt;/DEL&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Give the transaction as SM30(Skip the first screen-optional)&lt;DEL&gt;&amp;gt;Check all check boxes under GUI support&lt;/DEL&gt;&amp;gt;In the default values(grid)section first row give the VIEWNAME as you created initially and the second row UPDATE as X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)The SAP naming convention reserves underlining in the second or third position for special objects. The object which you are processing does not belong to these special objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark the all helpful answers.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2008 11:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-tcode-for-maintanace-view/m-p/4141159#M990166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-24T11:26:33Z</dc:date>
    </item>
  </channel>
</rss>

