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

Copy of function pool

Former Member
0 Likes
485

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
Read only

Former Member
0 Likes
437

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
Read only

Former Member
0 Likes
438

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.

Read only

0 Likes
437

Thanks Omkaram for immidiate reply.

But i have Done it through SE80 only.

And copied all includes properly.

Yet Fuction Module is not working.