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

Createing a Function Group and funciton Modules using Access Key?

Former Member
0 Likes
1,022

Dear Gurus,

I have came through a strange problem. I have been given the task to copy one of the program from Dev to another dev server. There were alot of things which I have learned one of them is the ztable without having any technical settings. The strange thing is now a Function Group, which exist on The old Dev with function Module without using any Z or Y naming convention. But the program in which it has been used is a Z Program .  I have created
Function Group /1BCDWBEN/ZEN0000 using access key but now  when I m creatin the function Module with same names it is not allowing me to create the Fucntion modules. The snap shot of the funciton Group and modules created on the old server is given below.

When I am creating the Function Module in the new server. it is giving me the following message.


Any solution how to create those function module on the new server.
Regards,
1 ACCEPTED SOLUTION
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
912

Hi,

Above function module can't be created.

It will be created when we create and activate lock object in SE11.

Enqueue_<Lockobject name> - To lock the key

DEqueue_<Lockobject name> - To release the key

Please check.

Arivazhagan S

4 REPLIES 4
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
913

Hi,

Above function module can't be created.

It will be created when we create and activate lock object in SE11.

Enqueue_<Lockobject name> - To lock the key

DEqueue_<Lockobject name> - To release the key

Please check.

Arivazhagan S

Read only

0 Likes
912

Dear arivavhagan,

                      You mean That I don't have to reate the Function Module using Access key I have already did should I delete the module which I have created. and I have created one of the lock object but the function module and still not exist over there. I havn't use the lock object before. wheather it will be created when the program will be executed.

Regards,

Read only

0 Likes
912

Hi Zahid

These are lock objects. when you will create lock object in SE11 SAP standard will automatically create them.

Nabheet

Read only

0 Likes
912

Hi Zahid,

When you activate lock object, system itself will generate the function module.

Enqueue_<Lockobject name> - To lock the key

DEqueue_<Lockobject name> - To release the key

Please check the lock object, whether it's in active status and then check the function module.

Arivazhagan S