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

Re:functional module

Former Member
0 Likes
515

hi,

how to copy the standard functional module for modification

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
498

Hi

Go the Function module to be copied and go to function group and go to the main program.

And in SE38, copy the Main Program to another Z Program.

It will copy all

Regards

MD

Read only

Former Member
0 Likes
498

better copy from se80 transaction..

Read only

former_member196280
Active Contributor
0 Likes
498

Goto SE80 and copy from there.

rgds,

Sairam

Read only

Former Member
0 Likes
498

Hi,

GO to SE80, check for the function group of the FM, and if it has only one FM, then better to copy the whole function group, otherwise you can copy the FM. You may also need to copy TOP include and any other include which contain the subroutines called in the FM.

Reward points to all useful answers.

Regards,

Atish

Read only

Former Member
0 Likes
498

go to se80 and give the fn group name and then copy from there . In some cases the fn module may reffer some variables that are defined in the top include of the fn group so you may have to copy those variable also in your fn group's top include. or may be some sub routines also.

regards

shiba dutta