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

Function module for Enqueue and dequeue

Former Member
0 Likes
4,043

hai guys

can u please tell me the function module for enqueue and dequeue for FMSA transaction.please help me .

Regards,

N.selvamuthukumar.

7 REPLIES 7
Read only

GauthamV
Active Contributor
0 Likes
1,887

check these function module.

ENQUEUE_EFMHISV

DEQUEUE_EFMHISV

Read only

uwe_schieferstein
Active Contributor
0 Likes
1,887

Hello

Call the transaction FMSA and display the lock entries (SM12) in another window. Double-click on any lock entry. In the popup you will find a field "Lock object name".

Regards

Uwe

Read only

Former Member
0 Likes
1,887

HI

The function module for enque and deque will be ENQUE_EFMSA AND DEQUE_EFMSA

where EFMSA is the name of the lock object which u are creating in the SE11 transaction.

Hope this clears your doubt.

Regards

Ravindra Jain

Read only

Former Member
0 Likes
1,887

Hi,

Locks are usually appliend on Tables. So you could find the table names affecting.

Then you could goto SE11 and n Lock objects search for table name

Once you identify the lock object. Display. Goto->Lock Modules.

You will get 2 module names one for enqueue and 1 for dequeue.

e.g. Lock object EBKK_ACCNT.

and FMs are DEQUEUE_EBKK_ACCNT and ENQUEUE_EBKK_ACCNT

Hope this helps.

Regards

Megha

Read only

Former Member
0 Likes
1,887

Hi,

If there are no lock objects for FMSA then you can use this:

FM VIEW_ENQUEUE

actions: D for DEQUEUE and E for ENQUEUE

Regards,

Leonard Chomi

Read only

Former Member
0 Likes
1,887

answered

Read only

0 Likes
1,887

Who and how ?