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

How to copy function groups between two systems

Former Member
0 Likes
1,557

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

7 REPLIES 7
Read only

Former Member
0 Likes
990

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

Read only

Former Member
0 Likes
990

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

Read only

0 Likes
990

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

Read only

Former Member
0 Likes
990

Hi Raghu,

As per my knowledge It is not possible. You can do using transport request.

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
990

Hello Raghu,

Please have a look of this threads:

If useful reward.

Vasanth

Read only

Former Member
0 Likes
990

Hi,

U have to transport the Function group using req no.

Kishore.

Read only

Former Member
0 Likes
990

i got of my own...