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 Function Group

Former Member
0 Likes
1,124

hi all,

i want to create a function group in se80, but system prompted a screen to enter access key to create this object.

when i creating a new program, system didn't prompt any message to key in the access key. Could anyone help me why this problem occured?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
672

HI,

1.Goto to transaction se37.

2. On the menubar goto->Function groups->create Function group.

3. give function group name and short text.

4.Save it and assign package code to it.

Now ur function group is created.

OR

Go to SE80. Select FUNCTION GROUP.

Create new one.

Save it under Local object else under a Package if u want to transport it.Create ur own tranport req n save it under it.

Now create FM below it.

ALL NAMES STARTS WITH z OR y**

Regards,

Shiva Kumar

4 REPLIES 4
Read only

prasanth_kasturi
Active Contributor
0 Likes
672

hi,

did you start your name with z oy y.

I think there lies the problem as i usually create everything in se80

regards

prasanth

Read only

Former Member
0 Likes
672

hi,

Create a Z* or Y* function group ...Means a Function group which starts with either Z or Y

Regards,

Santosh

Read only

Former Member
0 Likes
673

HI,

1.Goto to transaction se37.

2. On the menubar goto->Function groups->create Function group.

3. give function group name and short text.

4.Save it and assign package code to it.

Now ur function group is created.

OR

Go to SE80. Select FUNCTION GROUP.

Create new one.

Save it under Local object else under a Package if u want to transport it.Create ur own tranport req n save it under it.

Now create FM below it.

ALL NAMES STARTS WITH z OR y**

Regards,

Shiva Kumar

Read only

0 Likes
672

Dear all,

Thanksss for ur info...that was correct..