<?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: User Plant Validation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642665#M1284191</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;If you need this requirement only while processing the custom objects, then the corresponding code can be implemented at program level only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else if you need this funcionality even which executing the standard transactions means, then you need to,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the USER and PLANT combination, custom authorization objects needs to be created. and with USER and PLANT allowed values, authorizations can be given at run time based on the profiles and roles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can assign the respective roles to the users accordingly.&lt;/P&gt;&lt;P&gt;But I am sure that, this activity done from BASIS end only. But I am not sure, whether ABAP help is required to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2009 06:04:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-18T06:04:14Z</dc:date>
    <item>
      <title>User Plant Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642664#M1284190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to set the validations for user and plant. For every user subsequent Plant / Site has been assigned in SAP. &lt;/P&gt;&lt;P&gt;In current scenarion user can select any plant / site he wishes irrespective of the plant / site assigned to him.&lt;/P&gt;&lt;P&gt;I want to set a validation for any report / transaction / process in the SAP system where the user has to select Plant / Site concerning to him only.&lt;/P&gt;&lt;P&gt;The above was forwarded to BASIS team but they have said that it can be done by ABAP persons only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now can you guide me on how to acheive the same.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jitesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 05:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642664#M1284190</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T05:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: User Plant Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642665#M1284191</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;If you need this requirement only while processing the custom objects, then the corresponding code can be implemented at program level only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else if you need this funcionality even which executing the standard transactions means, then you need to,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the USER and PLANT combination, custom authorization objects needs to be created. and with USER and PLANT allowed values, authorizations can be given at run time based on the profiles and roles. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can assign the respective roles to the users accordingly.&lt;/P&gt;&lt;P&gt;But I am sure that, this activity done from BASIS end only. But I am not sure, whether ABAP help is required to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 06:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642665#M1284191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T06:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: User Plant Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642666#M1284192</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;Create a new parameter ID and assign value to the parameter ID as Plant/Site for each user in SU03.&lt;/P&gt;&lt;P&gt;In program call FM-SUSR_USER_PARAMETERS_GET passing user id and paramter ID. If the current plant in the program is different from the plant assigned to the parameter ID of the user, then u can raise error accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2009 06:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642666#M1284192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-18T06:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: User Plant Validation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642667#M1284193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put validation on the field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 09:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-plant-validation/m-p/5642667#M1284193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T09:53:01Z</dc:date>
    </item>
  </channel>
</rss>

