‎2007 Mar 14 9:26 AM
‎2007 Mar 14 9:29 AM
‎2007 Mar 14 9:29 AM
‎2007 Mar 14 9:32 AM
Transactional integrity is - COMMIT ALL or NONE. This is used t o maintain the integriry of the data in the database. SAP does this by a Logixcal Unit of Work (LUW), which is - A transaction has to me committed and before the transaction is commited, that is when it is under process, the record is locked for modifications by others, so that the integrity is maintained.
Naveen