‎2007 May 19 11:37 AM
Hi all,
Can i use FM 'ENQUEUE_E_TABLE' and 'DEQUEUE_E_TABLE' for nast table also, and in general for all DB tables?
Can you send me FM which will update nast table?
Regards,
Vishy
‎2007 May 19 12:25 PM
no need to use for NAST table.
when u print print out or assign output type to any Documemt then it gets updated.
Regards
Peram
‎2007 May 19 12:37 PM
Can i use FM 'ENQUEUE_E_TABLE' and 'DEQUEUE_E_TABLE' for nast table also, and in general for all DB tables?
Lock object concept lock the partcular data record while updating.
decativating lock - Dequeue
When you create lock object in se11 ( Starting EZ if it is custom lock object) and it will create two function module.
enqueue_ezname ,dequeue_ezname..
check in se11 transaction with etable for database table lock.
These function module will not update the data for NAST Table,
Look for NACE Transaction and it is buitt for NAST Table
Reward Points if it is helpful
Thanks
Seshu
‎2007 May 21 2:15 PM
Hi Seshu,
You mean, i can't you the FMs that i mentioned in my query for NAST?
However what i am doing is,
Calling FM 'ENQUEUE...'
UPDATE nast
Calling FM 'DEQUEUE...'
Please post your comments on it.
Regards,
Vishy.