Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transactional Integrity ?

Former Member
0 Likes
570

Hi Freinds,

I want to know what transactional Integrity is .

1 ACCEPTED SOLUTION
Read only

Former Member
2 REPLIES 2
Read only

Former Member
Read only

Former Member
0 Likes
497

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