<?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 Field Security on a Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146398#M452797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to not allow a specific field(s) on a table to display?  For example, on table LFA1 I would not want field ORT02 to be display via SE16/SE17.  The remaining field on the table would be fine to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 16:54:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T16:54:12Z</dc:date>
    <item>
      <title>Field Security on a Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146398#M452797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to not allow a specific field(s) on a table to display?  For example, on table LFA1 I would not want field ORT02 to be display via SE16/SE17.  The remaining field on the table would be fine to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 16:54:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146398#M452797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T16:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Field Security on a Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146399#M452798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stanley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_TABU_LIN can be used to restrict specific rows within certain tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However to restrict a specific field your best option may be to create a custom view of the table without field ORT02.  The view can be restricted with S_TABU_DIS in the same manner as a table.&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;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146399#M452798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T18:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Field Security on a Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146400#M452799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By using Organizational criteria, it is possible to restrict the users to specific fields in a table. Using S_TABU_LIN which has org criteria(such as country/plant) and activity (either 02/03) u can restrict the field access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are only 8 attributes for org criteria, each attribute for a certain table key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudhan Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 04:27:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146400#M452799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T04:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Field Security on a Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146401#M452800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanley,&lt;/P&gt;&lt;P&gt;You can restrict access to parts of a table by business organizational units using the Line-oriented authorizations S_TABU_LIN.One possible use for line-oriented authorizations would be that a user can only display and change the contents of a particular work area, e.g. a country or plant, in a table.&lt;/P&gt;&lt;P&gt;But better thing woud to crate a VIEW/INFOSET QUERY to restrict the ORT02 field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Please award points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 06:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-security-on-a-table/m-p/2146401#M452800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T06:54:06Z</dc:date>
    </item>
  </channel>
</rss>

