<?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 transactions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344179#M1397924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Three steps you need to follow;&lt;/P&gt;&lt;P&gt;1. Trace and find all objects for z transction with testid&lt;/P&gt;&lt;P&gt;2.go to se93 find out table name &lt;DEL&gt;find out auth group assigned to table from sm30&lt;/DEL&gt;put s_tabu_dis with Auth group&lt;/P&gt;&lt;P&gt;3.If its a query&lt;DEL&gt;find out programme&lt;/DEL&gt;go to se80 and note down tables used--go to se4 and assign appropriate Auth grous to ables&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2009 15:38:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-29T15:38:13Z</dc:date>
    <item>
      <title>Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344174#M1397919</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;There are lot Ztcodes in my company which are not maintained in SU24. So, how to find all the auth. objects for the respective ztocdes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose  custom tcode ZSE16 is added to a role but the tcode is not pulling the auth.objects. So, whether trace will be a good option? Please comment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Salman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 14:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344174#M1397919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344175#M1397920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Salman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with your ABAP programmer they should know the objects that should be checked in SU24, or give the user that ztcode  in testing system along with SAP_ALL and trace the user activity for this custom tcode and activate the objects that checked when the user is using this tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SSS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 14:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344175#M1397920</guid>
      <dc:creator>Sri_S1</dc:creator>
      <dc:date>2009-10-29T14:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344176#M1397921</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;Check se93 and display your Z transaction, there you would see any program, transaction whose auth onjs your Z tcode is using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this it would give you hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, are you able to run your z toces successfully? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahmeshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 14:45:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344176#M1397921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344177#M1397922</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 normally assign SAP_ALL to the test user with the ztccode, put the trace on for the test user and collect all the auth.objects which comes in trace. So is this the right way I am doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your comments!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 14:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344177#M1397922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344178#M1397923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 15:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344178#M1397923</guid>
      <dc:creator>Sri_S1</dc:creator>
      <dc:date>2009-10-29T15:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344179#M1397924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Three steps you need to follow;&lt;/P&gt;&lt;P&gt;1. Trace and find all objects for z transction with testid&lt;/P&gt;&lt;P&gt;2.go to se93 find out table name &lt;DEL&gt;find out auth group assigned to table from sm30&lt;/DEL&gt;put s_tabu_dis with Auth group&lt;/P&gt;&lt;P&gt;3.If its a query&lt;DEL&gt;find out programme&lt;/DEL&gt;go to se80 and note down tables used--go to se4 and assign appropriate Auth grous to ables&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 15:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344179#M1397924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T15:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344180#M1397925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 16:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-transactions/m-p/6344180#M1397925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T16:00:14Z</dc:date>
    </item>
  </channel>
</rss>

