Automatic refresh (SWU_OBUF) -vs- system performance

Dart, Jocelyn jocelyn.dart at sap.com
Thu Apr 12 03:05:43 EDT 2007


Yes Sergey of course invalidating the buffer reduces system performance
- as the purpose of buffers is to avoid unnecessary reads. 
 
So you should not schedule SWU_OBUF or any other function module that
resets a buffer as that would have ***EXACTLY*** the same performance
degradation as SWU_OBUF.   How bad that performance degradation would be
depends on many factors.  I would not be comfortable using your
suggested approach in a production environment. 
 
Instead SWU_OBUF should be run on an as needed basis only - as per Chris
Barr's excellent example - and remembering that buffers are
automatically refreshed at midnight system time anyway. 
 
So the process should be to make all the possible agent changes, and
then manually execute SWU_OBUF. 
 

Regards, 
Jocelyn Dart 
Senior Consultant 
SAP Australia Pty Ltd. 
Level 1/168 Walker St. 
North Sydney 
NSW, 2060 
Australia 
T   +61 412 390 267 
M   + 61 412 390 267 
E   jocelyn.dart at sap.com 
http://www.sap.com <http://www.sap.com/>  

The information contained in or attached to this electronic transmission
is confidential and may be legally privileged. It is intended only for
the person or entity to which it is addressed. If you are not the
intended recipient, you are hereby notified that any distribution,
copying, review, retransmission, dissemination or other use of this
electronic transmission or the information contained in it is strictly
prohibited. If you have received this electronic transmission in error,
please immediately contact the sender to arrange for the return of the
original documents. 

Electronic transmission cannot be guaranteed to be secure and
accordingly, the sender does not accept liability for any such data
corruption, interception, unauthorized amendment, viruses, delays or the
consequences thereof.

Any views expressed in this electronic transmission are those of the
individual sender, except where the message states otherwise and the
sender is authorized to state them to be the views of SAP AG or any of
its subsidiaries. SAP AG, its subsidiaries, and their directors,
officers and employees make no representation nor accept any liability
for the accuracy or completeness of the views or information contained
herein. Please be aware that the furnishing of any pricing information/
business proposal herein is indicative only, is subject to change and
shall not be construed as an offer or as constituting a binding
agreement on the part of SAP AG or any of its subsidiaries to enter into
any relationship, unless otherwise expressly stated. 

 

________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Serge Boulay
Sent: Thursday, 12 April 2007 1:35 AM
To: SAP Workflow Users' Group
Subject: Automatic refresh (SWU_OBUF) -vs- system performance



Hi all,

 

My question is around the use of SWU_OBUF. Does anyone know if the use
of this refresh can have any system performance issues? 

 

We are assigning security roles to some task under the possible agent in
order to restrict the forwarding of these items... We also created the
automation of this role assignment when an employee gets the chief
relationship or when he gets the Substitute relationship. All this works
fine but if I get the role assign now, I don't see it in the task
'Display assigned Agent' of the task until I refresh the buffers.

 

My solution is to use function module RH_WF_OM_INDICES_TIMESTAMP_RFS
(which is what SWU_OBUF does) when the automatic role assignment is
done... My fear is that it could reduce system performance if it is done
multiple times a day.

 

Thanks for your feedback!

 

Serge

/n-Spro inc.

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070412/a6a8a591/attachment.htm


More information about the SAP-WUG mailing list