<?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: Security in reports. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901669#M55302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give an example, Lijo ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood correctly, does it mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
If there are 2 users, A and B and there are parameters viz. P_LIFNR and P_MATNR. 

User A, does not have proper privileges. Therefore he will only see P_LIFNR. 

User B, has proper privileges. Therefore he can see both the parameters.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know, if this is what you meant by your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2005 03:48:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-13T03:48:40Z</dc:date>
    <item>
      <title>Security in reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901668#M55301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can we give authorization to users to view particular fields of a report?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 03:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901668#M55301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T03:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Security in reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901669#M55302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give an example, Lijo ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have understood correctly, does it mean &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
If there are 2 users, A and B and there are parameters viz. P_LIFNR and P_MATNR. 

User A, does not have proper privileges. Therefore he will only see P_LIFNR. 

User B, has proper privileges. Therefore he can see both the parameters.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know, if this is what you meant by your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 03:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901669#M55302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T03:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Security in reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901670#M55303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subramanian,&lt;/P&gt;&lt;P&gt;Thanks for your replay. I have a report in which Material and its sales value are there. but as you said for one user i want to display Sales value where as in other i dont want to view it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to put the logic in program.&lt;/P&gt;&lt;P&gt;Can you sugest some other way?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901670#M55303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T12:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Security in reports.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901671#M55304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way or another you will have to do some kind of coding. Best way to go forward is to use authorization objects. You then have to do the coding only once and will be able to authorize users using standard authorization mechanisms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check is there is already an authorization object you can use, or create one yourself and add the "AUTHORITY-CHECK" statement in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 12:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/security-in-reports/m-p/901671#M55304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T12:31:06Z</dc:date>
    </item>
  </channel>
</rss>

