‎2012 Apr 06 11:24 PM
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
‎2012 Apr 08 8:00 AM
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.
‎2012 Apr 07 7:01 AM
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.
‎2012 Apr 07 10:41 AM
‎2012 Apr 08 8:00 AM
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.
‎2012 Apr 08 8:09 AM
Hi George,
Have you tried activating the FM in UQ after transporting?
Regards,
Karl
‎2012 Apr 09 4:09 PM
Thaanks for all the replies, the issue is now resolved. Again much appreciated