<?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: Table Maintenance - field based authorization. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433183#M1411268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8234130"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8193553"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2009 12:49:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-04T12:49:12Z</dc:date>
    <item>
      <title>Table Maintenance - field based authorization.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433180#M1411265</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;I have created a ztable and generated a table maintenance for the same. &lt;/P&gt;&lt;P&gt;There are a few fields that have to be input enabled or disabled, based on authorization objects; some users should be able to enter values and some, not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some direction, kindly advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 22:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433180#M1411265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T22:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance - field based authorization.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433181#M1411266</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;This can be achived you need to check authorization on the object in the PBO and then you can make a field active or inactive based on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to do this when you loop on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 03:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433181#M1411266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T03:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance - field based authorization.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433182#M1411267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheldon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve the above mentioned functionality by checking the AUTHORIZATION assigned to the user. You have to check the AUTH OBJECT in the PBO Module and then you have to make the Screen Fields Input enable or disabled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, in the generated screens, you have to do your own module pool programming and you have to do the same in your own set of INCLUDE Programs. The INCLUDE Programs generated by the TMG as READ ONLY and hence you cannot modify them. Also, make sure that you take a complete backup of your code as any change and modification will lead to regeneration of the screens and hence will delete all the user code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 06:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433182#M1411267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T06:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance - field based authorization.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433183#M1411268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8234130"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8193553"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 12:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433183#M1411268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T12:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table Maintenance - field based authorization.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433184#M1411269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Samantak, Harsh and Saifur for your help, it works perfectly !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 16:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-field-based-authorization/m-p/6433184#M1411269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T16:59:08Z</dc:date>
    </item>
  </channel>
</rss>

