<?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: Custom transaction authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180519#M463558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are using call transaction to SE16 or SM30 for you custom transactions. Your custom transaction is actually a parameter transaction, which will check whatever auth objects from the parent transactions (SE16 or SM30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only place that you can insert additional Auth-Check statement is within your custom table. Go to your custom table thru SE11 -&amp;gt; Utilities -&amp;gt; Table Maintenance Generator -&amp;gt; Environment -&amp;gt; Modification -&amp;gt; Events. If I recalled correctly, Event 25 is for Auth-Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 21:00:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T21:00:57Z</dc:date>
    <item>
      <title>Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180514#M463553</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;I have a custom transaction which calls a custom table. And as there's no ABAP code for that, it's not possible to enter ABAP statement - AUTHORITY-CHECK to check any data before user run custom transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to restrict custom transaction in this scenario ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 06:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180514#M463553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T06:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180515#M463554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehta,&lt;/P&gt;&lt;P&gt;Custom transaction gives you access to a particular table.&lt;/P&gt;&lt;P&gt;After that what extra restriction are u looking at?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 07:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180515#M463554</guid>
      <dc:creator>manohar_kappala2</dc:creator>
      <dc:date>2007-05-09T07:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180516#M463555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create authorisation objects in transaction SU21. Then you can link it to your custom transaction in SU24.&lt;/P&gt;&lt;P&gt;Assign it to users by adding it to the menu of your roles and authorisation profiles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 07:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180516#M463555</guid>
      <dc:creator>dhorions</dc:creator>
      <dc:date>2007-05-09T07:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180517#M463556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehta,&lt;/P&gt;&lt;P&gt;While you create a Custom Transaction code using SE93, if you check the option "Skip Initial Screen" and assign it to user. User will only be able to access that perticular table only.  So what is that Extra Security Check you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 07:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180517#M463556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180518#M463557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are trying to update the table - assign the table to a seprate auth grp and restrict it via S_TABU_DIS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 20:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180518#M463557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T20:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180519#M463558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you are using call transaction to SE16 or SM30 for you custom transactions. Your custom transaction is actually a parameter transaction, which will check whatever auth objects from the parent transactions (SE16 or SM30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only place that you can insert additional Auth-Check statement is within your custom table. Go to your custom table thru SE11 -&amp;gt; Utilities -&amp;gt; Table Maintenance Generator -&amp;gt; Environment -&amp;gt; Modification -&amp;gt; Events. If I recalled correctly, Event 25 is for Auth-Check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 21:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180519#M463558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T21:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180520#M463559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your answers. But I know what you all are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, let me be specific. I have 3 companies and all are using same custom table. And I have a custom transaction code which points to custom table for table display/update access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, as there's no ABAP code for custom transaction, I can't insert AUTHORITY-CHECK to restrict one company's data from others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this case, is there any way I can restrict custom transaction for authorization check, which would be inserted in user's profile, for specific company code value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know you can do it using TSTCA table: insert authorization object and value and then check against user's profile. But would like to know what other folks are doing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 23:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180520#M463559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T23:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180521#M463560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can insert AUTHORITY-CHECK code inside your custom table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to your custom table thru SE11 -&amp;gt; Utilities -&amp;gt; Table Maintenance Generator -&amp;gt; Environment -&amp;gt; Modification -&amp;gt; Events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EVENTS is where you can insert AUTHORITY-CHECK coding. For example, depending on the user's profile on Company Code, the user can only see their data or only able to update their own data in the custom table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 00:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180521#M463560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T00:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180522#M463561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehta,&lt;/P&gt;&lt;P&gt;In this case in think you can use the following object&lt;/P&gt;&lt;P&gt;S_TABU_LIN to obtain further control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/6d/56cdd3edabc14ebd1bc84dae20dec8/frameset.htm"&amp;gt;S_TABU_LIN&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manohar Kappala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 06:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180522#M463561</guid>
      <dc:creator>manohar_kappala2</dc:creator>
      <dc:date>2007-05-10T06:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180523#M463562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mehta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following link explains how you can segregate access to a table - you will need to create t-codes for each of the different groups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/zf011.htm" target="test_blank"&gt;http://www.sap-img.com/zf011.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is for the table behind OB52, however the principles are valid for other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 07:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180523#M463562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T07:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transaction authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180524#M463563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mehta,&lt;/P&gt;&lt;P&gt;The scenario you are looking at can be eachieved through the use of S_TABU_LIN&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005/helpdata/en/6d/56cdd3edabc14ebd1bc84dae20dec8/frameset.htm"&amp;gt;S_TABU_LIN&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you can control to a  particular fields in a table.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 08:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transaction-authorization/m-p/2180524#M463563</guid>
      <dc:creator>manohar_kappala2</dc:creator>
      <dc:date>2007-05-10T08:41:12Z</dc:date>
    </item>
  </channel>
</rss>

