kysersoze12
19th April 2007, 07:46
Is there any way to put read lock on a record ?
In session tdrpl0412m000(Print picking list for RPL) I want to add position filter but I don't have program script of tdrpl0412m000 .Also I can not filter out positions at report script level because the table tdrpl100 is updated inside program script for all positions of RPL order .
So I will use wrapper and put read lock on positions which are not equal to position given on form .
If it is possible to put read lock on a record sessionwise it will be perfect solution for my requirement .
I have tried db.bind() and db.curr() with DB.LOCK but they are not of great use .
In session tdrpl0412m000(Print picking list for RPL) I want to add position filter but I don't have program script of tdrpl0412m000 .Also I can not filter out positions at report script level because the table tdrpl100 is updated inside program script for all positions of RPL order .
So I will use wrapper and put read lock on positions which are not equal to position given on form .
If it is possible to put read lock on a record sessionwise it will be perfect solution for my requirement .
I have tried db.bind() and db.curr() with DB.LOCK but they are not of great use .