<?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: Customized T code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670181#M1868012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the authorization object being checked in the program, does it show up in the trace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 12:54:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-29T12:54:36Z</dc:date>
    <item>
      <title>Customized T code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670180#M1868011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created&lt;SPAN style="color: #333333; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; a customized t-code for which the restriction needs to be set at company code level. The t-code calls the SAP standard program. For setting the&lt;BR /&gt;company code restriction, a new authorization object was created and mapped to t-code. We created company code specific roles and provide required&lt;BR /&gt;authorizations but still not able to restrict at company code level. Please provide your inputs.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 12:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670180#M1868011</guid>
      <dc:creator>sumitdua</dc:creator>
      <dc:date>2014-10-29T12:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Customized T code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670181#M1868012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is the authorization object being checked in the program, does it show up in the trace.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 12:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670181#M1868012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-29T12:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customized T code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670182#M1868013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no.. its not included in the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670182#M1868013</guid>
      <dc:creator>sumitdua</dc:creator>
      <dc:date>2014-10-30T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customized T code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670183#M1868014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SD,&lt;/P&gt;&lt;P&gt;For a standard SAP Program, run the transaction and do an authority trace to find out which authorization objects are touched. You may find the one that gives you what you need. Alternatively, there may be user exits available to add your own authority checks. Please check once.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Salil B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670183#M1868014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-30T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Customized T code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670184#M1868015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you added a new authorization ,object to a customer transaction which call a standard program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only check you actually added is executed at initial call of transaction (does user get some authority on this object, read SE93 help for the field authorization object) Then the standard program will behave as previously, so if user change company code, no additional check will be performed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for Customer-exit or BAdI in the program, or for implicit enhancement spot available in the PAI of the screen where company code is input, and add your authority-check. You could also try to create transaction variant(s) with company code already provided (or come from a transaction with parameter) an not changeable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 09:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customized-t-code/m-p/10670184#M1868015</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-10-30T09:41:19Z</dc:date>
    </item>
  </channel>
</rss>

