<?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 accessibility in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297789#M501862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my object &lt;/P&gt;&lt;P&gt;i)the data should not be saved if there are any errors.&lt;/P&gt;&lt;P&gt;ii) my object should be accessible to only selected users in the client system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i achieve these functionalities ?  Could anyone help me plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 01:29:51 GMT</pubDate>
    <dc:creator>former_member188594</dc:creator>
    <dc:date>2007-05-22T01:29:51Z</dc:date>
    <item>
      <title>accessibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297789#M501862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;in my object &lt;/P&gt;&lt;P&gt;i)the data should not be saved if there are any errors.&lt;/P&gt;&lt;P&gt;ii) my object should be accessible to only selected users in the client system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i achieve these functionalities ?  Could anyone help me plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297789#M501862</guid>
      <dc:creator>former_member188594</dc:creator>
      <dc:date>2007-05-22T01:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: accessibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297790#M501863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CSR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert some validation or check for return code before saving the data. For restricting access you can include authorization check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297790#M501863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: accessibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297791#M501864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my object should be accessible to only selected users in the client system.&lt;/P&gt;&lt;P&gt;need to maintain authrization object and talk to secuirity guy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)the data should not be saved if there are any errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the condition like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if error_log is 'X'.&lt;/P&gt;&lt;P&gt;when user press save then it will give error message'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep the condition at user command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297791#M501864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: accessibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297792#M501865</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 don't what kind of object you are working on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for limited access,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to do a authority check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask you your security to creata an authorization object and you can use this authorization object against sy-uname and provide access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The security team will add this authorization object to the users from whom access is to be provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you want steps to create an authorization object,but gemerally security team would be in a better position to create one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 01:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessibility/m-p/2297792#M501865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T01:33:56Z</dc:date>
    </item>
  </channel>
</rss>

