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

Former Member
0 Kudos

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

former_member589029
Active Contributor
0 Kudos

What is the error message you are getting?

Michael

JozsefSzikszai
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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.