<?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: Authorization object for customized tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101079#M103544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can do it. Goto SE11 and enter the table name. Now, from menu choose Utilities--&amp;gt;table maintenance generator..Here specify the authorization group and activate the same.&lt;/P&gt;&lt;P&gt;Now, U can assign users to this specified authorization group. so that onlt those users can access the table for maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. award appropriate points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2005 12:01:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-06T12:01:37Z</dc:date>
    <item>
      <title>Authorization object for customized tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101077#M103542</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;&lt;/P&gt;&lt;P&gt;I have customized table for data maintenance to be allowed for access only for user controlled by sales area level using autho object V_VBAK_VKO. We wont give SM30 to the user, so I have created new tcode for the customized table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My basis advises me to create customised program to call the customized table and include the above autho object in the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is these the way to do authorization for customized table? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alots &lt;/P&gt;&lt;P&gt;Sania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101077#M103542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for customized tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101078#M103543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally, the security never provides the access to SM30 and SM31 transactions. There are couple of ways. &lt;/P&gt;&lt;P&gt;(1) You can create a parameter transactions ( based on SM30). The user will still need the authorization of S_TABU_DISP object and will not have SM30 TCODE in his/her role. Instead he will have the new tcode in the role. &lt;/P&gt;&lt;P&gt;(2) You can use the function module VIEW_MAINTENANCE_CALL ( I am not logged on, FM name may be off). It gives the same functionality as SM30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table maintenance generator you can use events ( SE54). One of the events is for authority check. You can put code over there to perform AUTHORITY-CHECK on V_VBAK_VKO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award point, if it really helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101078#M103543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for customized tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101079#M103544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can do it. Goto SE11 and enter the table name. Now, from menu choose Utilities--&amp;gt;table maintenance generator..Here specify the authorization group and activate the same.&lt;/P&gt;&lt;P&gt;Now, U can assign users to this specified authorization group. so that onlt those users can access the table for maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. award appropriate points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101079#M103544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object for customized tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101080#M103545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. How did u create the new tcode ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. One way is to create new tcode thru se93;&lt;/P&gt;&lt;P&gt;   the tcode has to be of type :&lt;/P&gt;&lt;P&gt;  TRANSACTION WITH PARAMETERS:&lt;/P&gt;&lt;P&gt;  (5TH Radio Button)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This Tcode will use SM30,&lt;/P&gt;&lt;P&gt;   and it will directly call the &lt;/P&gt;&lt;P&gt;   maintenace dialog of your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. After doing this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  a) Enter SM30 in field Transaction&lt;/P&gt;&lt;P&gt;  b) Tick the Skip Initial screen.&lt;/P&gt;&lt;P&gt;  c) Press ENTER.&lt;/P&gt;&lt;P&gt;  d) SCROLL DOWN THE SCREEN. (there u will see a table control )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; e) Enter the following values&lt;/P&gt;&lt;P&gt;  VIEWNAME	MYVIEWNAME&lt;/P&gt;&lt;P&gt;  UPDATE	x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  f) save and execute the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. For Authorisation object,&lt;/P&gt;&lt;P&gt;   make sure to assign the tcode to that role only&lt;/P&gt;&lt;P&gt;  using the authorisatin object.&lt;/P&gt;&lt;P&gt;  (some care needs tobe taken here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-for-customized-tcode/m-p/1101080#M103545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:03:35Z</dc:date>
    </item>
  </channel>
</rss>

