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

Former Member
0 Likes
1,726

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

thanks.

donna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,698

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
Read only

Former Member
0 Likes
1,699

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

Read only

0 Likes
1,696

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

Read only

0 Likes
1,696

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

Read only

0 Likes
1,696

is the fm ENQUEUE_EZPDDR_REASONS is in active state.

if not just active & try.

regards

gv

Message was edited by: Venkat

Read only

0 Likes
1,696

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

Read only

0 Likes
1,696

the ENQUEUE_EZPDDR_REASONS is in active state.

Read only

0 Likes
1,696

can u post ur code ?

Read only

0 Likes
1,696

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

Read only

0 Likes
1,696

i created the lock object for ZPDDR_Reasons.

Read only

0 Likes
1,696

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.

Read only

0 Likes
1,696

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.

Read only

Former Member
0 Likes
1,696

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

Just delete the lock object and recreate it.

Cheers.