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 Table record

Former Member
0 Likes
1,772

Dear Experts,

I am updating a record in my z-table which is appended in LFA1 through a Z-program.

Prior to my update command i want to Enqueue that particular record and once it is updated i want to dequeue it.

Can you please suggest the function module to perform this.

Best Regards

Ankur Gupta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,162

Hi

You this FMs.

ENQUEUE_E_TABLE

DEQUEUE_E_TABLE

The type of locks used in these are explained in the link below.

http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm

1 REPLY 1
Read only

Former Member
0 Likes
1,163

Hi

You this FMs.

ENQUEUE_E_TABLE

DEQUEUE_E_TABLE

The type of locks used in these are explained in the link below.

http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm