<?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: Regarding SM30 tcode autorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997962#M1606372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think the user who don't have authorization to SM30 can access the z t-code you have created for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you give a try. Its just matter of minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 06:55:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-06T06:55:58Z</dc:date>
    <item>
      <title>Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997960#M1606370</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;We don't want users to use SM30 on this particular Z table so, we created a Z transaction which basically call SM30 and open up that Z table. &lt;/P&gt;&lt;P&gt;If users are not authorized to use SM30 tcode , can they use that z transaction which basically call SM30?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply would be very helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subhanshu Shrivastava&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Subhanshu Shrivastava on Jul 6, 2011 8:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:42:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997960#M1606370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T06:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997961#M1606371</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;No. It will Display Error Message. You are not authorized to use.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to call SM30.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Your Z Transaction (Report )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function Module  &lt;STRONG&gt;C160_TRANSACTION_CALL&lt;/STRONG&gt; and Pass  TCode SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION  'C160_TRANSACTION_CALL'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_tcode  = 'SM30' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997961#M1606371</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-07-06T06:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997962#M1606372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think the user who don't have authorization to SM30 can access the z t-code you have created for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you give a try. Its just matter of minutes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997962#M1606372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T06:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997963#M1606373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The authorisation object controlling the table maintenance activities is S_TABU_DIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to restrict the table maintenance to specific users, when defining the TMG specify an auth. group(don't use &amp;amp;NC&amp;amp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the roles assigned to the users(who can maintain the table) you have to maintain the above mentioned auth. group against the S_TABU_DIS along with the correct activity!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact you need not worry about the profiles &amp;amp; roles &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; You have to let the Basis &amp;amp; Security team know the auth. group maintained in the TMG &amp;amp; the list of user who can maintain the table. They should take it forward from there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997963#M1606373</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-07-06T06:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997964#M1606374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the function module VIEW_MAINTENANCE_CALL this is the same that call sm30. There are no problems of autoritzation. You must create a program where you call this function with your view_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CALL FUNCTION 'VIEW_MAINTENANCE_CALL'
  EXPORTING
    ACTION                               = 'U'
    VIEW_NAME                            = l_view_name
    NO_WARNING_FOR_CLIENTINDEP           = 'X'
  TABLES
    DBA_SELLIST                          = l_dba
    EXCL_CUA_FUNCT                       = l_pfstatus
  EXCEPTIONS
    CLIENT_REFERENCE                     = 1
    FOREIGN_LOCK                         = 2
    INVALID_ACTION                       = 3
    NO_CLIENTINDEPENDENT_AUTH            = 4
    NO_DATABASE_FUNCTION                 = 5
    NO_EDITOR_FUNCTION                   = 6
    NO_SHOW_AUTH                         = 7
    NO_TVDIR_ENTRY                       = 8
    NO_UPD_AUTH                          = 9
    ONLY_SHOW_ALLOWED                    = 10
    SYSTEM_FAILURE                       = 11
    UNKNOWN_FIELD_IN_DBA_SELLIST         = 12
    VIEW_NOT_FOUND                       = 13
    MAINTENANCE_PROHIBITED               = 14
    OTHERS                               = 15.
IF SY-SUBRC &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 06:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997964#M1606374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T06:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997965#M1606375</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;yes.  they can use the Custom Tcode to maintain the  Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the user has an authorization for that also. if not ask basis people to provide access.&lt;/P&gt;&lt;P&gt; Hope this will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you create the table maintanence Generator for the table. you can access it through SE16N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provide table name and press enter. in the application tool bar you can see 'View Maintanence'. using this we can maintain the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kiran  kumar on Jul 6, 2011 9:02 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 07:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997965#M1606375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T07:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997966#M1606376</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;Go to tcode SE54 for this table/view / generated objects and change/view. See what value do you have in authorization group. See the help for field and how can you use in S_TABU_DIS (see in SE16N the table TDDAT) in PFCG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also all objects for S_TABU*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 09:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997966#M1606376</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2011-07-06T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SM30 tcode autorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997967#M1606377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It all depends on what authorization object provided when table maintenance generator is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways when creating skip first screen during transaction code creation it will not check Sm30 authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not depend on whether user has SM30 access or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 18:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sm30-tcode-autorization/m-p/7997967#M1606377</guid>
      <dc:creator>former_member611181</dc:creator>
      <dc:date>2011-07-06T18:37:46Z</dc:date>
    </item>
  </channel>
</rss>

