<?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: HR Authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596898#M268066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi samant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In such cases, its always better to not&lt;/P&gt;&lt;P&gt;   to use PNP ldb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Instead we can make aother simple program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. and use the FM HR_READ_INFOTYPE&lt;/P&gt;&lt;P&gt;  to read the various FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (There we can detect there infotype 0008&lt;/P&gt;&lt;P&gt;authorisation was not there, and data&lt;/P&gt;&lt;P&gt;also could not be fetched,&lt;/P&gt;&lt;P&gt;still we can continue the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 09:10:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T09:10:19Z</dc:date>
    <item>
      <title>HR Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596897#M268065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All. &lt;/P&gt;&lt;P&gt; I have a requirement here like this. &lt;/P&gt;&lt;P&gt;Say a report is using PNP LDB. It has declared 5 infotypes via the INFOTYPES Statement - say , 0001,0002,0021,0022,0008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if a user does not have any authorization to read IT0008, he should still be able to run the report. Only thing is that the report will not get any IT0008 records. &lt;/P&gt;&lt;P&gt;What authorizations are required in this case? &lt;/P&gt;&lt;P&gt;Currently, the report just aborts saying that "No authorization for IT0008". &lt;/P&gt;&lt;P&gt;Any clues anyone please? &lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 08:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596897#M268065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T08:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: HR Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596898#M268066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi samant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In such cases, its always better to not&lt;/P&gt;&lt;P&gt;   to use PNP ldb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Instead we can make aother simple program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. and use the FM HR_READ_INFOTYPE&lt;/P&gt;&lt;P&gt;  to read the various FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (There we can detect there infotype 0008&lt;/P&gt;&lt;P&gt;authorisation was not there, and data&lt;/P&gt;&lt;P&gt;also could not be fetched,&lt;/P&gt;&lt;P&gt;still we can continue the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 09:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596898#M268066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T09:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: HR Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596899#M268067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Amit. &lt;/P&gt;&lt;P&gt;But our problem is that all programs are already coded. &lt;/P&gt;&lt;P&gt;Only during the UAT phase did we realize this issue. &lt;/P&gt;&lt;P&gt;I guess using P_ABAP would bypass the PNP Authorizations. But that shall not solve the purpose as then it would NOT check for P_ORGEH (may be i am wrong) and would fetch IT0008 records also. &lt;/P&gt;&lt;P&gt;What we want is that users should be able to run the customized report even if they are not authorized to a particular infotype, only thing is that for that particular infotype, no data would be fetched. &lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 09:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-authorization/m-p/1596899#M268067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T09:26:21Z</dc:date>
    </item>
  </channel>
</rss>

