<?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: How To Create ABAP Code For HR Context Sensitive Structural Authorization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680463#M1575974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the interface methods IF_EX_HRPAD00AUTH_CHECK to get the same structural authorization as you can see in PA20/PA30. You need to use the methods set_org_assignment and check_authorization for this purpose. For more information you can refer to include FP50PE21 from line 237 onwards till 270.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2011 06:58:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-22T06:58:46Z</dc:date>
    <item>
      <title>How To Create ABAP Code For HR Context Sensitive Structural Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680461#M1575972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created a HR Custom Program which IS NOT built off the PCH or PNP Logical Database. As a result, we need to manually create ABAP code for HR Context Sensitive Structural Authorization Check in our custom HR program. Via HR Context Sensitive Structural Authorizations, we are restricting access to personnel numbers and the underlying HRP* tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance would be greatly appreciated with the identification of the SAP standard function modules (Ex. RH_STRU_AUTHORITY_CHECK, HR_CHECK_AUTHORITY_INFTY, HR_CHECK_AUTHORITY_INFTY , etc) used in HR Context Sensitive Structural Authorization Check, how they are used to control HR Structural authorization (P_ORGINCON), and some sample code.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Thank you in advance for all your assistance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken Bowers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 21:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680461#M1575972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-21T21:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create ABAP Code For HR Context Sensitive Structural Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680462#M1575973</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;check include DBPNP_PNPCE_AUTH_FORMS. This include is used in logical DB PNP. You can see there is multiple routines. Ideally, you can just include them into your code and call them. If you do that then all BADIs and standard objects will be checked in your custom report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 03:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680462#M1575973</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-02-22T03:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create ABAP Code For HR Context Sensitive Structural Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680463#M1575974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ken&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the interface methods IF_EX_HRPAD00AUTH_CHECK to get the same structural authorization as you can see in PA20/PA30. You need to use the methods set_org_assignment and check_authorization for this purpose. For more information you can refer to include FP50PE21 from line 237 onwards till 270.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 06:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680463#M1575974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: How To Create ABAP Code For HR Context Sensitive Structural Authorization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680464#M1575975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken Bowers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2011 17:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-abap-code-for-hr-context-sensitive-structural-authorization/m-p/7680464#M1575975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-22T17:54:19Z</dc:date>
    </item>
  </channel>
</rss>

