‎2007 Mar 01 10:10 AM
Hi...
How to copy function groups between two systems.(That is between dev and consolidation). But i dont want to do with transport requests.
regards,
raghu
‎2007 Mar 01 10:12 AM
Hi,
If your DEV and CONSOLIDATION are in the same Box(landscape) you can bring the Fun groups from Dev to consolidation using SCC1 Tcode. If they are in different system/Boxes you have to use Transport request only.
Regards,
Anji
‎2007 Mar 01 10:13 AM
I don't think there is any other way but to copy -paste manually.
Th code part, as you know can be always downloaded and uploaded, but the function module interface, has to be copy-pasted.
Regards,
Ravi
‎2007 Mar 02 8:18 AM
HI...
Ya i knew that. Thanks for the reply.
But Now what is my problem is after created a new function group i am try to create a new FM. In that i have lot's of sub-routines to copy. When iam try to create those sub-routines it's sking for an include to place those routines. But in the old funtion group main program i have includes with diffrent names. Iam trying to give the same include name here, but the system not accepting.
EX:
Old FGroup: Z11K (In X system)
INCLUDE LZ11KTOP.
INCLUDE LZ11KUXX.
<b>
INCLUDE LZX11F01.
INCLUDE LZX11F02.
INCLUDE LZX11F03.</b> How these includes created with 'X'.
New Function group: Z11K (In Y system)
INCLUDE LZ11KTOP.
INCLUDE LZ11KUXX.
<b>
INCLUDE LZ11KF01.
INCLUDE LZ11KF02.
INCLUDE LZ11KF03.</b>
What is the diffrence between those. And how to create global function modules. There is option in FM attributes. But it's always disabled. If u understand the scenario please reply me...
regards
raghu
‎2007 Mar 01 10:14 AM
Hi Raghu,
As per my knowledge It is not possible. You can do using transport request.
Regards
Bhupal Reddy
‎2007 Mar 01 10:16 AM
‎2007 Mar 01 10:20 AM
Hi,
U have to transport the Function group using req no.
Kishore.
‎2008 Jul 25 4:27 PM