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

FM to Copy Programs dynamically

Former Member
0 Likes
460

Hi Experts

I'm busy with a system cleanup. I've got an excel list of all the Z + Y Programs that can be archived + deleted which

I Upload then save the code as a .txt file and then I do a call to FM RS_DELETE_PROGRAM....for deletion.

To be 100% sure that we don't mess the system up I'd like to make a copy of all the programs in a new namespace...

"ZZZ_ProgramName" Is there a FM or something that can help me acheive this?

Thanks in advance

Vic

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
410

What is the problem with RS_COPY_PROGRAM ?

2 REPLIES 2
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
411

What is the problem with RS_COPY_PROGRAM ?

Read only

Former Member
0 Likes
410

Thanks I've just stumbled uppon Rs_copy_program.

It seems to work fine

Thanks again

Regards

Vic