<?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 USE Standard Authorization object in Z Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750207#M1460022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked other threads regarding this but could not resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z program to update Material Master. I need to use the &lt;STRONG&gt;Authorization object  M_MATE_STA&lt;/STRONG&gt; in my program for performing authorization check. Please help me how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 09:48:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-14T09:48:01Z</dc:date>
    <item>
      <title>USE Standard Authorization object in Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750207#M1460022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already checked other threads regarding this but could not resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z program to update Material Master. I need to use the &lt;STRONG&gt;Authorization object  M_MATE_STA&lt;/STRONG&gt; in my program for performing authorization check. Please help me how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 09:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750207#M1460022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T09:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: USE Standard Authorization object in Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750208#M1460023</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;&lt;/P&gt;&lt;P&gt;   below is a similar code... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONSTANTS:  lc_authobj  TYPE char15 VALUE 'F_BKPF_BUK',

AUTHORITY-CHECK OBJECT lc_authobj
           ID lc_id_bukrs FIELD v_bukrs
           ID lc_id_actvt FIELD lc_activity.
  IF sy-subrc NE 0.
  
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 10:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750208#M1460023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: USE Standard Authorization object in Z Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750209#M1460024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I have already checked other threads regarding this but could not resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SE80 and check the where-used list of authorization object M_MATE_STA. As an ABAP developer you should have had this idea yourself.&lt;/P&gt;&lt;P&gt;Thread locked&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 10:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-standard-authorization-object-in-z-program/m-p/6750209#M1460024</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-04-14T10:10:16Z</dc:date>
    </item>
  </channel>
</rss>

