‎2012 Jan 20 7:50 AM
Hi.
I am modifing a ztable in a user exit, but this ztable gets updated in production server only 70-80 percent.
But i haven't written any commit work after modify statement.
Not writing COMMIT WORK after modify, is the reason why ztable doesn't update in some occassions.
‎2012 Jan 20 7:57 AM
‎2012 Jan 20 7:53 AM
Hi,
COMMIT WORK is not necessary for Modifying ZTables. check any conditions are involved for modifying Ztable.
‎2012 Jan 20 7:57 AM
‎2012 Jan 20 8:10 AM
I have had scenario where I had to update My Z table . This updation was to be followed by a refresh and re-display of this table.
Initially , I had not written any commit statement.
And after some time, It started showing errors. The data never got re displayed properly as the data was not getting updated. We tried debugging and it was working fine then. So we could not identify the problem. Then we wrote COMMIT WORK and also called WAIT UP TO 2 secs. That solved my issue. So , since then I was under the impression that custom table changes need to be Committed too. Please share if you have some information regarding the same.
Suzie
‎2012 Jan 20 7:59 AM
‎2012 Jan 20 8:04 AM
IF you modify Database Records, you have to commit to write the changes . It can give error cases situations otherwise