Application Development 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: 

Transport of function module help

Former Member
0 Kudos

Hello sap techs,

                      please help me , i have one function group ZBADI_EXAMPLE_FDCB_BAS , and there are some includes in that , i have transported all to the quality , but when i go to quality and see in se10 , then it is showing TR transported with errors . and IAM NOT ABLE TO SEE THAT FUNCTION GROUP IN THE TCODE SE80 OF QUALITY , ITS SAYING FUNCTION GROUP NOT EXISTING . But the shocking thing is , the screen in that function group are working fine in the quality ,. Don't know how those are working without the existence of the Function group.

Please help me .

Thanks ........

7 REPLIES 7

matt
Active Contributor
0 Kudos

In your development system, go to SE37, and enter the name of the function module. Go to the first tab and look at the name of the function group.

Go to SE03 and search for a transport with the object R3TR FUGR <function group name>. Probably this has not yet been transported. Transport it, then re-import your other transport and the problem should go.

If you can't find such a transport, create a transport request with a task, and enter R3TR FUGR <function group name> in the object list directly from SE10.

Transport.

The problem is, you've only transported the function module. A function module is part of a much bigger program, which is the function group. Normally the transport system takes care of this, but sometimes things can get corrupted.

Former Member
0 Kudos

Hello

Matthew Billingham,

Actually in  my Function Group , there are only Includes but function modules .

But in your first step , you mentioned that to go to se37 .

but there is no function modules ...

help me ..

matt
Active Contributor
0 Kudos

Sorry, misread your posting. Try what I've suggested from the second paragraph onwards.

Go to SE03 and search for a transport with the object R3TR FUGR <function group name>. Probably this has not yet been transported. Transport it, then re-import your other transport and the problem should go.

If you can't find such a transport, create a transport request with a task, and enter R3TR FUGR <function group name> in the object list directly from SE10.

ThomasZloch
Active Contributor
0 Kudos

What exactly does the transport log of the failed import step say, it cannot hurt if you post the detailed error messages here.


Thomas

arindam_m
Active Contributor
0 Kudos

Hi,

Just attach the FG objects and reimport or post your errors that you got when transporting. It must be saying something in red where sy-subrc ne 0

Cheers,

Arindam

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Go to SE38 and check your include in Development system and then go to display and use Display object list(ctrl+shift+f5) to identify the Function group in development. Check the same in Quality system. As mentioned already, if it is transported incorrectly with different function group, put it under correct transport.

Former Member
0 Kudos

thanx for helping me techies , i retranported that FG .

now it got transported , thanks .....