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

copying Function group includes

Former Member
0 Likes
659

Hi all,

I am facing problem while copying function group. I am copying the function group in SE80 transaction . while copying i am able to copy the function modules in it only . but i need to copy includes in the function group. because i need to edit the code inside the includes. while copying Function group standard includes are there in the Z function group.

Can any one help me out how to copy the includes also.

Thanks & regards

sreehari.p

1 ACCEPTED SOLUTION
Read only

_IvanFemia_
Active Contributor
0 Likes
610

Hi,

Transaction SE38 and copy object SAPL<FUGR> with all sub objects

<FUGR> = function group name

Regards,

Ivan

3 REPLIES 3
Read only

former_member188827
Active Contributor
0 Likes
610

go to se38.type the include name and click on copy.Activate the include you have copied.Then in main program of function group,comment the line where include is called and insert include statement for your zinclude.

Read only

_IvanFemia_
Active Contributor
0 Likes
611

Hi,

Transaction SE38 and copy object SAPL<FUGR> with all sub objects

<FUGR> = function group name

Regards,

Ivan

Read only

Former Member
0 Likes
610

Solved