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

Reg copying function group

Former Member
0 Likes
266

Hi All,

I want to copy the function group COISSELECT to ZCOISSELECT.I have done from SE80 transaction but the problem is I want to change some includes in this function group when I am copy it has been asked target function module names but it has not been asked the target include programs so I am not able to modify the includes in this function group.

Please some body suggest some idea how to do this?

Mahesh

1 REPLY 1
Read only

Former Member
0 Likes
246

Copy the includes separately in SE38.

Replace with the new include name in your FG where it is declared.

For eg:

INCLUDE ABC. "declaration in FG

This needs to be replaced with INCLUDE ZABC.

Automatically the FMs in the FG will start referring to the code in the new include.