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 Group Transport Issue

Former Member
0 Likes
1,613

Hi

  I had an existing function module, I added a perform to it. When asked I put the perform in it's own include. Everything worked fine. Now it was transported to UQ and the include does not show up in the function group. If I go to the function module and doulbe click onit I am told it does not exist. However if I place a break point on the perform line in the function module I can step through the include and all the code.

First I tried transporting just the FM, and new include. I then tried doing the whole function group. The last I tried was the whole package. The include is known to the function module, If I try to create the Include in the function module in UQ it says it already exists. But is is not recognized by the FM by double clicking on it. But is executed by the function module. Any Idea's??

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,220

Hi,

Display the function group using tcode SE80 and follow the below navigation and check.

Keep the cursor on the Function group -->Right click and select the 'Other Functions--> Click on 'Rebuild Object List'.

Regards,

Vijaymadhur.

5 REPLIES 5
Read only

deepak_dhamat
Active Contributor
0 Likes
1,220

Hi  ,

In se80  give package names   and check whether  function module and INclude  exist  in that package  .

if not then check in which request it lies 

regards

Deepak.

Read only

former_member215575
Active Participant
0 Likes
1,220

Hi George,

It might be a navigation issue. Some times I too have faced the same.

But I have navigated to the include by temporarily switching to Old Editor(Utilities-->Settings-->ABAP Editor-->Editor Tab--> Front End editor (Old)).

Check if works for you.

Regards,

SG.

Read only

Former Member
0 Likes
1,221

Hi,

Display the function group using tcode SE80 and follow the below navigation and check.

Keep the cursor on the Function group -->Right click and select the 'Other Functions--> Click on 'Rebuild Object List'.

Regards,

Vijaymadhur.

Read only

Former Member
0 Likes
1,220

Hi George,

Have you tried activating the FM in UQ after transporting?

Regards,

Karl

Read only

0 Likes
1,220

Thaanks for all the replies, the issue is now resolved. Again much appreciated