Application Development 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: 

copying Function group includes

Former Member
0 Kudos

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

_IvanFemia_
Active Contributor
0 Kudos

Hi,

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

<FUGR> = function group name

Regards,

Ivan

3 REPLIES 3

former_member188827
Active Contributor
0 Kudos

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.

_IvanFemia_
Active Contributor
0 Kudos

Hi,

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

<FUGR> = function group name

Regards,

Ivan

Former Member
0 Kudos

Solved