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

Function Module missing in SE80

Former Member
0 Likes
3,534

I'm not sure if this is in the right spot, but I figured that maybe somebody has seen this before.

The problem is that I created a new function module and transported it into our production server, however, I can't see it when I go into SE80 and go to the function group. I can go to the Function Builder and look at it though. Has anyone seen or heard of such a problem? If so, does anyone know how to fix it so it does show up in SE80 under the function group?

Thanks in advance,

Curtis

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,496

can you click the display object list button in se37 and check where its navigating to.

10 REPLIES 10
Read only

GauthamV
Active Contributor
0 Likes
2,496

Check in SE37 if that function module is created in some other function group.

Read only

Former Member
0 Likes
2,496

I looked at the attributes and it says its in the right function group.

Read only

Former Member
0 Likes
2,496

Were the function group and function module created in different requests? Did only the request that held the FM get transported?

Rob

Read only

0 Likes
2,496

Rob,

At first, they were in the same request. When the problem happened, I tried deleting the FM in one request, and then re-added it in another request. The FM did get transported because I can see in in SE37, just can't see it in SE80 under the function group.

Read only

0 Likes
2,496

Rob, to make a correction to what I said before, the function group was already in production with other FMs in it. It's just the new one I added is having this problem.

Read only

0 Likes
2,496

Curtis,

try to rebuild object list.

Open your Function Group in SE80, right click in > Ohter Function > Rebuild Object List.

Regards,

Frisoni

Read only

Former Member
0 Likes
2,496

Hi,

This may be a problem with the sequence of transports.

When a new function group is created the whole function group (including any function modules) are assigned to the transport. Once the transport is released and further changes are mode to a function module, only the module is transported, not the whole group.

So, if the second transport arrives before the first, you have a function module without a function group.

Check the version history and transport logs.

Regards,

Nick

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,497

can you click the display object list button in se37 and check where its navigating to.

Read only

0 Likes
2,496

After clicking the button, it took a few seconds and opened the function group. It had the FM in there. I then went back to SE80 and it was now there. I'm not sure if it's a bug or not, but it's now working.

Thanks to all that replied.

Curtis

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,496

i doubt whether you changed the category to function group in se80 while checking