<?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: Authorization object issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414402#M1645994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugg the program , in command file put /h then click on tcode1 then debugger will start ,then u can find the authorizations where exact ally check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example it will be like this &lt;/P&gt;&lt;P&gt;select * ztable where username = sy-unmae.&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;message s000(zz) with 'you are not authorized to access this code'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;call transaction ztcode1.&lt;/P&gt;&lt;P&gt;end if.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2011 06:16:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-29T06:16:52Z</dc:date>
    <item>
      <title>Authorization object issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414399#M1645991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have created 4 module pool program with 4 different t-code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have clubbed this 4 t-code in one new window&lt;/P&gt;&lt;P&gt;|_________________&lt;/P&gt;&lt;P&gt;| tcode1&lt;/P&gt;&lt;P&gt;| tcode2&lt;/P&gt;&lt;P&gt;| tcode3&lt;/P&gt;&lt;P&gt;| tcode4&lt;/P&gt;&lt;P&gt;|_________________&lt;/P&gt;&lt;P&gt;we need to call a tcode based on authorization&lt;/P&gt;&lt;P&gt;who hav a authorization of company code, plant, project, purchasing group and profit center those only should get the&lt;/P&gt;&lt;P&gt;authorization to call the above 4 tcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user press the pushbutton on the screen we have to check the authorization&lt;/P&gt;&lt;P&gt;if it satisfy the above criteria then only the corresponding screen should be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praphull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 05:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414399#M1645991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-29T05:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414400#M1645992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;whats the question here???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 05:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414400#M1645992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-29T05:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414401#M1645993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to do above things?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 06:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414401#M1645993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-29T06:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414402#M1645994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugg the program , in command file put /h then click on tcode1 then debugger will start ,then u can find the authorizations where exact ally check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example it will be like this &lt;/P&gt;&lt;P&gt;select * ztable where username = sy-unmae.&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;message s000(zz) with 'you are not authorized to access this code'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;call transaction ztcode1.&lt;/P&gt;&lt;P&gt;end if.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 06:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414402#M1645994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-29T06:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414403#M1645995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use FM AUTHORITY_CHECK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 06:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414403#M1645995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-29T06:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414404#M1645996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-issue/m-p/8414404#M1645996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-11T12:26:32Z</dc:date>
    </item>
  </channel>
</rss>

