2008 Aug 14 6:43 AM
Dear all,
My program is doing a huge Zxxx table update. But before i perform table updating i want to place a lock on Zxxx table, and my table primary key fields are:
1. MANDT
2. MATNR
3. BWKEY
For each processing, program will handle at least 10,000 material. Which means i need to place 10,000 locks for the table.
I would like to know if there is number of lock limit that a program can place each session?
Please also comment if i got the primary key fields sequence arrangement correct ?
Thanks in advance.
2008 Aug 14 7:06 AM
Dear all,
My program is doing a huge Zxxx table update. But before i perform table updating i want to place a lock on Zxxx table, and my table primary key fields are:
1. MANDT
2. MATNR
3. BWKEY
For each processing, program will handle at least 10,000 material. Which means i need to place 10,000 locks for the table.
I would like to know if there is number of lock limit that a program can place each session?
Please also comment if i got the primary key fields sequence arrangement correct ?
Thanks in advance.
2008 Aug 14 6:49 AM
here if you want to lock entire table then create a Lock object of that table... and use the function modules generated by this object to lock the tale...
with this lock object you can have entry level lock as well...
2008 Aug 14 6:51 AM
Hi, thanks for your reply. However please comment base on my question posted above. Thank you.
2008 Aug 14 6:53 AM
2008 Aug 14 7:06 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |