<?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: Accessing a restricted T-code through the 'Z' tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301710#M790518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sometimes have the same problem and use the following small program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_tcode TYPE tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT COUNT( * ) FROM tstc&lt;/P&gt;&lt;P&gt;         WHERE tcode EQ p_tcode.&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;    MESSAGE e398(00) WITH 'Transaction does not exist!'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION p_tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you have to know is that CALL TRANSACTION does not check the authority to the transaction code (while LEAVE TO TRANSACTION does). If it still fails (because of authority), it means that there are more authority checks (in the program, which you call through CALL TRANSACTION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 12:33:24 GMT</pubDate>
    <dc:creator>JozsefSzikszai</dc:creator>
    <dc:date>2008-02-06T12:33:24Z</dc:date>
    <item>
      <title>Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301706#M790514</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 do not have authorization for a particular tcode 'FB09'. When I create a 'Z' tcode though SE93 and assign 'FB09' to it , I can make a workaround and access the transaction .&lt;/P&gt;&lt;P&gt;This works in Development Server . &lt;/P&gt;&lt;P&gt;But the same thing does not work in the Production Server .&lt;/P&gt;&lt;P&gt;What is the reason behind this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 11:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301706#M790514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T11:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301707#M790515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The roles what U have in development and Production will be &lt;/P&gt;&lt;P&gt;certainly different ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 12:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301707#M790515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T12:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301708#M790516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same authorizations are there in both servers .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 12:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301708#M790516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301709#M790517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First goto the SE93 and enster FB09 press dispaly to see the how they are defined.same way u have to create Z tcode with entries similar to the FB09. if authorization specified for only transaction code(FB09) then it will work.&lt;/P&gt;&lt;P&gt;some case they restrict at program levet in that case it is not possible to access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 12:22:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301709#M790517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T12:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301710#M790518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prabhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sometimes have the same problem and use the following small program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  z_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_tcode TYPE tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT COUNT( * ) FROM tstc&lt;/P&gt;&lt;P&gt;         WHERE tcode EQ p_tcode.&lt;/P&gt;&lt;P&gt;  IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;    MESSAGE e398(00) WITH 'Transaction does not exist!'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION p_tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you have to know is that CALL TRANSACTION does not check the authority to the transaction code (while LEAVE TO TRANSACTION does). If it still fails (because of authority), it means that there are more authority checks (in the program, which you call through CALL TRANSACTION).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 12:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301710#M790518</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-02-06T12:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301711#M790519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check for User Roles , Profiles and missing authorizations&lt;/P&gt;&lt;P&gt;for the user in both the servers ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 12:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301711#M790519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T12:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a restricted T-code through the 'Z' tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301712#M790520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replies do not solve the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 11:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-restricted-t-code-through-the-z-tcode/m-p/3301712#M790520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T11:26:43Z</dc:date>
    </item>
  </channel>
</rss>

