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: 

Copy of function pool

Former Member
0 Kudos

Hi exprts,

I have copied BSPL function pool and copied all Function Modules from it and converted them to Z Function Modules.

but while Calling this z function from my program i am not able to get my final output table filled.

Does anyone having idea what is the procedure for coping the function pool.

Thanks,

Pratik Vora

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Make a copy using SE80, enter the function group name and hit enter, now from the tree structure, you will righ-click on the function group name and choose copy. It will ask you what function modules you want to copy, just copy all modify any includes if neccessary.

Regards,

Omkaram.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Make a copy using SE80, enter the function group name and hit enter, now from the tree structure, you will righ-click on the function group name and choose copy. It will ask you what function modules you want to copy, just copy all modify any includes if neccessary.

Regards,

Omkaram.

0 Kudos

Thanks Omkaram for immidiate reply.

But i have Done it through SE80 only.

And copied all includes properly.

Yet Fuction Module is not working.