We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: [sap-dev] SAP Buffering Table

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from lizard_rgm on Jun 30 at 8:16 PM
first off, commit work does not update any tables, it just removes the rollback log.
after this log is removed, transactions that read the db (with all the updates), do not have to revert to the old (pre) version that was in the rollback log (as its gone).

the thing to remember is that updates to tables happen immediately at the DB level, and commit work makes the change permanent and its effect felt by other luw(s).

the "and wait", will actually slow full down as the v2 updates will also need to finish prior to the records being removed from the log.

as a general rule, you should never use "and wait", and you should rarely use commit work.

commit work should only be used to reduce the size of the rollback log where a massive update is expected or to get around bad system settings.
the other exception is where you are using code that only executes on commit work - such as BAPIs. in that case you must use the bapi commit work.

Regards, Ralph McKnight

---------------Original Message---------------
From: R. N. Wilhite
Sent: Thursday, June 28, 2012 10:57 AM
Subject: SAP Buffering Table

That is one of the things I was remembering. The other I will have to
research further.

Neal

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2012 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
lizard_rgm  
mr
achievement
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have an SAP Question? Ask Your Peers at Toolbox for IT

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language