‎2014 Nov 11 6:59 PM
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
‎2014 Nov 11 7:39 PM
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
‎2014 Nov 11 7:39 PM
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
‎2014 Nov 11 8:24 PM
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
‎2014 Nov 11 8:49 PM
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