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 function pool

Former Member
0 Likes
706

Hello,

I'm trying to copy a system function pool using Program-Copy function from SE38 and change it's name but the system generates an error.

What is the correct way of copying a system function pool?

Thank you.

4 REPLIES 4
Read only

Former Member
0 Likes
557

What is the error message you are getting?

Michael

Read only

JozsefSzikszai
Active Contributor
0 Likes
557

hi,

start SE80 and display the function group. Right click on the function group name and Copy... (as far as I remember you have to give new names to the function modules as well - quite logically)

hope this helps

ec

Read only

Former Member
0 Likes
557

Already tried se80..same error:

Runtime Errors RAISE_EXCEPTION

Short text

Exception condition "NO_FUNCTION_POOL" raised.

Error analysis

A RAISE statement in the program "SAPLSUNI" raised the exception

condition "NO_FUNCTION_POOL".

Since the exception was not intercepted by a superior

program, processing was terminated.

Short description of exception condition:

For detailed documentation of the exception condition, use

Transaction SE37 (Function Library). You can take the called

function module from the display of active calls.

Hope this helps.

Thanks

Read only

0 Likes
557

did you enter the correct function group name? For example if the function pool is called SAPLSUNI, than the function group's name is SUNI. If SE80 dumps, than you have to go to OSS and search, or raise a call on your own, if nothing was found.