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

enqueue-dequeue

Former Member
0 Likes
673

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

3 REPLIES 3
Read only

Former Member
0 Likes
536

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

Read only

Former Member
0 Likes
536

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

Read only

0 Likes
536

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.