<?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 Authorisation object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407871#M1241911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  &lt;/P&gt;&lt;P&gt;I have requirement in which for particular user has not given authorisation for MIGO transaction.&lt;/P&gt;&lt;P&gt;But he has authorisation for 1 z program in which MIGO is called by call transaction. at that time he is able to go in MIGO.&lt;/P&gt;&lt;P&gt;How i can resolve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 15:58:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-02T15:58:21Z</dc:date>
    <item>
      <title>Authorisation object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407871#M1241911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  &lt;/P&gt;&lt;P&gt;I have requirement in which for particular user has not given authorisation for MIGO transaction.&lt;/P&gt;&lt;P&gt;But he has authorisation for 1 z program in which MIGO is called by call transaction. at that time he is able to go in MIGO.&lt;/P&gt;&lt;P&gt;How i can resolve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 15:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407871#M1241911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T15:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407872#M1241912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to check the authorization for migo using &lt;STRONG&gt;authority-check..&lt;/STRONG&gt; key word and them proceed calling or blocking based on authority result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407872#M1241912</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-02T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407873#M1241913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge, granting the authority is only the solution.&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407873#M1241913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T16:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407874#M1241914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before calling the MIGO from Z program perform check on authority object S_TCODE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK OBJECT 'S_TCODE' ID 'TCD' FIELD 'MIGO'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 16:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407874#M1241914</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-04-02T16:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Authorisation object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407875#M1241915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a z-transaction for your z-program, and then take a look at SE97. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For MIGO you can create an entry for your z-transaction and set the "Check Indicator" flag to "Yes".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is advisable to check the authority in the Z-transaction before you call it =&amp;gt; function module AUTHORITY_CHECK_TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 17:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorisation-object/m-p/5407875#M1241915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T17:28:45Z</dc:date>
    </item>
  </channel>
</rss>

