‎2008 Apr 01 7:10 AM
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
‎2008 Apr 01 7:18 AM
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.