Application Development 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: 

enqueue

Former Member
0 Kudos

just want to ask what function group does the enqueue/dequeue belongs to?

thanks.

donna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If it is your own FM then you can assign your function group otherwise based on application/package SAP assigns it to different groups.

12 REPLIES 12

Former Member
0 Kudos

If it is your own FM then you can assign your function group otherwise based on application/package SAP assigns it to different groups.

0 Kudos

it says that ENQUEUE_EZPDDR_REASONS is not found as function module however when i go to SE37 and enter this it shows the ENQUEUE_EZPDDR_REASONS. what wrong with my program?

when i double click ENQUEUE_EZPDDR_REASONS in the program it says that it is not found, it asks if i want to create then when i answer yes, it asks me the function group. do i need to create a new function group?

thanks.

donna

0 Kudos

i dont know how sap is defining that function group...

enqueue fn group of most of the servers i worked was /1BCDWBEN/TEN0000.

regards

gv

0 Kudos

is the fm ENQUEUE_EZPDDR_REASONS is in active state.

if not just active & try.

regards

gv

Message was edited by: Venkat

0 Kudos

Check in SE11 under lock objects. Normally, these FM are created here with table name. Check whether it is Acive or not.

0 Kudos

the ENQUEUE_EZPDDR_REASONS is in active state.

0 Kudos

can u post ur code ?

0 Kudos

Did you cehck lock object in SE11? It seems table name is ZPDDR_REASONS.

0 Kudos

i created the lock object for ZPDDR_Reasons.

0 Kudos

From SE11, lock objects, you can see your FM as well as Function group. It is under option goto - Lock modules. If object as well as FM are active then it should work.

0 Kudos

the reasons why i encounter the problem because of case sensitivity.

thank you to all who reply. i still reward all of you a point.

Former Member
0 Kudos

Seems linkage of your lock object to lock modules is lost.

Just delete the lock object and recreate it.

Cheers.