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

Creating logical locks generates two fm

Former Member
0 Likes
643

Hi Expert!,

AS far I know, When we create logical locks in se11 transaction, two Function modules get generated by the the system.

My Question is , is there any other Function module which gets generated by system?

3rd FM?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

Only two FMs ENQUE & DEQUE, no third one.

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
602

You mean lock objects. Only two function modules are being generated, ENQUEUE_* and DEQUEUE_*

Thomas

Read only

0 Likes
602

Hi THomas !

that's what i know.Two FMsget generated.

Thanks for your valuable reply

Read only

Former Member
0 Likes
602

Hii Mithilesh,

When u create a lock object In SE11 only 2 FMs are generated by the system that is "ENQUE" and "DEQUE" .as par i know no third FM is generated automatically.

regards,

Archana

Read only

Former Member
0 Likes
603

Only two FMs ENQUE & DEQUE, no third one.