<?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 creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711995#M311397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i checked it in the Debug mode.There only found that sy-subrc = 12.please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Nov 2006 10:53:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-02T10:53:30Z</dc:date>
    <item>
      <title>Authorization object creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711991#M311393</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;          i created the authorization class called zloc in this class i created the authorization object callod zlockobj with field ACTVT and value '02'.Now i used this object in the program but i am getting sy-subrc = 12.please tell me what ihave to do to remove this error.i know that we will get this error when object does not exist in the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;Giri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711991#M311393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711992#M311394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      You need to include this authorization object in the users authorization profile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711992#M311394</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2006-11-02T10:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711993#M311395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said, created the authorization object 'Zlockobj' with field ACTVT. That is fine but for this i think you have to ceate one more entry to this object for the any field to which you want this object to be applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    Authority check for company code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      AUTHORITY-CHECK OBJECT 'V_KNA1_VKO'&lt;/P&gt;&lt;P&gt;                   ID 'ACTVT' FIELD '03'&lt;/P&gt;&lt;P&gt;                   ID 'BUKRS' FIELD p_BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711993#M311395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711994#M311396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you debug your report, did you check what is the why the value of sy-subrc become 0, try to check your select statement , wheather it is getting the data properly or not. if not change the select query so the the sy-subrc value would be 0, so that you ll get the correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711994#M311396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization object creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711995#M311397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i checked it in the Debug mode.There only found that sy-subrc = 12.please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2006 10:53:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/authorization-object-creation/m-p/1711995#M311397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-02T10:53:30Z</dc:date>
    </item>
  </channel>
</rss>

