<?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: need help regarding Objects ... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967609#M397297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already, will try this &amp;amp; give u an update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 15:32:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T15:32:45Z</dc:date>
    <item>
      <title>need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967602#M397290</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 am new in SAP so kinda struggling however i've been learning alot with your posts &amp;amp; replies.. hope my query will help someone else too. My issue is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created an Object class using SU21, say name of the object class: Z_12 &amp;amp; in that i've created an object called Z_Test. Now i wanna know how do i put transactions in this particular Object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eagerly waiting for ur response !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Manji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 13:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967602#M397290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967603#M397291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction can be secured in two ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; using the default s_tcode check&lt;/P&gt;&lt;P&gt;--&amp;gt; By assigning an auth.object to the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Se93--&amp;gt; enter the transaction code and click on the change button and assign the auth.object in the auth.object field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok&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;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967603#M397291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967604#M397292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SU24 and Type in the Tcode and Add the Auth. Objects you created in SU21. Select YES if you want this object to be added by default with the tcode when assigned to role thru PFCG. Else Select NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please award points if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967604#M397292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967605#M397293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is only one good way of having authorisations checked. Let an abbaper put it in a subroutine and asign that to a userexit in the orginal abap. If nu exits avvailabe that create copy of original abap and add the subroutine there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the object in SU24 will only let it show up in the profile generator, Not having it checked against the transaction!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967605#M397293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T14:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967606#M397294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with you. But the question from Manji was not clear , Was he Just trying to link the Tcode to the custom Auth object he created &amp;lt;i&amp;gt;or&amp;lt;/i&amp;gt;  If he was trying to secure a custom table or a report through that auth. object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967606#M397294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T15:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967607#M397295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible for me to add multiple transactions under an authorization object ? if yes, how ? ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967607#M397295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T15:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967608#M397296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ! You can. If you are securing mulitple tcodes (either thru SE93 or Authority-Check statments in the ABAP) using the same auth. object.  As mentioned earlier Repeat the same using SU24. You can also see the list of tcode where this object has been used on the Auth. Object tab in SU24.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967608#M397296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: need help regarding Objects ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967609#M397297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already, will try this &amp;amp; give u an update.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 15:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-regarding-objects/m-p/1967609#M397297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T15:32:45Z</dc:date>
    </item>
  </channel>
</rss>

