<?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: Restrict delete folder option in SBWP transaction Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953325#M1336533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, we hid some testing, by removing 06 activity in s_wfar_obj auth object. But no success. Instead we found one object s_oc_role, where we can restrict. But everything gets restricted including create, change, and all the tabs get disabled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as per me, there is no possible way for restricting delete folder option in SBWP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows then please comment on the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;P&gt;IBM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jul 2010 10:57:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-22T10:57:42Z</dc:date>
    <item>
      <title>Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953320#M1336528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any way to restrict the delete folder option in SBWP (Business Work Place) ? The users are deleting the folders and it is causing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 16:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953320#M1336528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T16:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953321#M1336529</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;Please check the values in auth object S_WFAR_OBJ for this. The best way to pin point the auth object to take a trace during deletion and remove activity 06 for deletion. Please check and let us know if any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aveek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2009 17:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953321#M1336529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-21T17:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953322#M1336530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to restrict the user for deleting a folder ,user Authoriation object  S_WFAR_OBJ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additonally , you can also  restrict access to archived documents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_WFAR_OBJ archive objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are mainly 3 fields in this authorization object :OAARCHIV,OAOBJEKTE &amp;amp; OADOKUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defined fields&lt;/P&gt;&lt;P&gt;OAARCHIV&lt;/P&gt;&lt;P&gt;Access authorization for  physical archives is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OAOBJEKTE&lt;/P&gt;&lt;P&gt;The access authorization can be distinguished according to the object types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OADOKUMENT&lt;/P&gt;&lt;P&gt;Using this authorization field, the access to document types can be checked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACTVT&lt;/P&gt;&lt;P&gt;Using activiy Access modes to archived documents can be defined. The following activities are possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here in activity field  you can UNCHECK the 06 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;06: Delete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This authorization will restict the user to delete folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 07:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953322#M1336530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-22T07:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953323#M1336531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; In order to restrict the user for deleting a folder ,user Authoriation object  S_WFAR_OBJ &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you must copy-paste from an old version of SAPhelp (http://help.sap.com/saphelp_40b/helpdata/fr/73/174b6e5733d1118b3f0060b03ca329/content.htm) please mention the original page location as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2009 07:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953323#M1336531</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2009-07-22T07:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953324#M1336532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you may take Authorization trace to know the required authorizations for deleting folders...  Authorizations can be restricted accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 10:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953324#M1336532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-23T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953325#M1336533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, we hid some testing, by removing 06 activity in s_wfar_obj auth object. But no success. Instead we found one object s_oc_role, where we can restrict. But everything gets restricted including create, change, and all the tabs get disabled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as per me, there is no possible way for restricting delete folder option in SBWP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows then please comment on the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;P&gt;IBM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953325#M1336533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953326#M1336534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, we did some testing, by removing 06 activity in s_wfar_obj auth object. But no success. Instead we found one object s_oc_role, where we can restrict. But everything gets restricted including create, change, and all the tabs get disabled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as per me, there is no possible way for restricting delete folder option in SBWP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anybody knows then please comment on the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;P&gt;IBM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 10:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953326#M1336534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T10:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict delete folder option in SBWP transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953327#M1336535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; No, we did some testing, by removing 06 activity in s_wfar_obj auth object. But no success. Instead we found one object s_oc_role, where we can restrict. But everything gets restricted including create, change, and all the tabs get disabled. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; So as per me, there is no possible way for restricting delete folder option in SBWP. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; If anybody knows then please comment on the same. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Sourabh&lt;/P&gt;&lt;P&gt;&amp;gt; IBM&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to dissent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_OC_ROLE is the object you are looking for. By disabling the '*' or 'ADMINISTRATOR' value you restrict users so they cannot create/change/delete &lt;STRONG&gt;shared folders&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which makes perfect sense to me - if I do not want the end-users to delete shared folders, I sure as hell do not want them to be able to change existing ones (might contain distribution list) and most decidedly I don't want them to create some! They can do that with private folders ... but not shared ones - I mean, who would regularly clean up the mess?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, yes - you can restrict: on level of shared folders.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 11:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-delete-folder-option-in-sbwp-transaction-code/m-p/5953327#M1336535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-22T11:57:34Z</dc:date>
    </item>
  </channel>
</rss>

