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: 

Copying set of Programs at a time.

Former Member
0 Kudos

HI,

My requirement is to copy a set of 50 Programs to new Program names.

If any of you are aware of a reliable way to Copy many programs at a time to new programs completely with all the available details, do let me know. This should be similar to the standard way we perform while copying a single program using copy button (ctrl+F5) on the initial SE38 Screen.

Thanks,

Pravs

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi,

you can write simple BDC for this...

first record the transaction SE38 using SHDB (recording).

and then pass the Filename(old), and new one and save and actiate.for selecting includes if any you need to take care of while doing recording...

Regards

vijay

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

Hi,

you can write simple BDC for this...

first record the transaction SE38 using SHDB (recording).

and then pass the Filename(old), and new one and save and actiate.for selecting includes if any you need to take care of while doing recording...

Regards

vijay

Former Member
0 Kudos

Hi,

Manual copying is best way . Cltr + F5 provids different options ( Dialog Box ) based on the program ur copying.

U can list down the names of ur program that u want.

Regards

Manoj