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

Question with Function Group while transporting to another SAP Instance

Former Member
0 Likes
878

Hello All,

I have a question on Function Group.

I have two system "SYS1" and "SYS2",

I created a function Group ZFG1 in SYS1 then then created a Function module inside it ZFM1.

Then I released the transport request and exported the coffle and data file into SYS2 system, and the code is available in SYS2 system as well.

Now again I made some changes in the ZFM1 function module in a new TR in SYS1 system, also I have created a new Function module ZFM2 in the same TR. Again I released the TR and moved the cofile and data file to SYS2 system. Now the problem is ..

I cant see the function module name ZFM2 in the object name list under function modules. but I can see the corresponding include in the  XXX_FGUXX includes. Also all the code changes I made in ZFM1 is transported fine and also if I try to open the ZFM2 using SE37 I can see it.

So i am confused why i am not able to see the ZFM2 under Function modules in object name tree.

Thanks,

John

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
811

Hi,

did you try right mouse-click on function group in object tree, more function -> (re-)build object tree?

May be it's called a bit diffferent, you'll find it.

Regards

Clemens

3 REPLIES 3
Read only

Clemenss
Active Contributor
0 Likes
812

Hi,

did you try right mouse-click on function group in object tree, more function -> (re-)build object tree?

May be it's called a bit diffferent, you'll find it.

Regards

Clemens

Read only

VolkerProebius
Explorer
0 Likes
811

Hallo John,

I assume your second function module was stored in another transport request.

Your first FM and the function group are in the first transport.

Could you please check in your developement system with SE03 or looking for the function module in table E071 ? There you should find the transport(s).

Bye, Volker

Read only

Former Member
0 Likes
811

Hey Clemens,

Excellent, that solved the issue.

Here is what I have done, as you said..

Right click on function group name  in object list  --- other options --> Rebuild object list.

Thanks,

John