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

Export Custom ABAP Programs

Former Member
0 Likes
2,881

We have built a new system on our ECC system and we have about 400 custom Z* programs which we have created throughout our entire landscape. We have tried using several client copies to copy all the custom ABAP programs which we have created into this new system but nothing has worked. Is there a way to export all these custom programs out of our Development system and into the new system? Any help would be appreciated!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,878

Hi

You can try to use transaction SE80, choose the PACKAGE option, after inserting your custom package you can create a big request having all objects of that development class, so you can move this request in the new enviroment.

Max

6 REPLIES 6
Read only

Former Member
0 Likes
1,879

Hi

You can try to use transaction SE80, choose the PACKAGE option, after inserting your custom package you can create a big request having all objects of that development class, so you can move this request in the new enviroment.

Max

Read only

0 Likes
1,878

Hello,

Thank you for your response! I tried to do that and I keep getting a ton of errors about objects being locked so the transport is unable to release. I've tried going into SE03 to unlock the objects but the transport keeps getting errors that it will not release. Any ideas or any other methods we can try?

Read only

0 Likes
1,878

Hi Connie,

create transport of copies.

Regards

Clemens

Read only

0 Likes
1,878

We have over 4000 transports to copy that might possibly have anything to do with the programs we're looking for. Is there any export program to run that will simplify this process?

Read only

Former Member
0 Likes
1,878

Hi Connie Baldon ,

you problem can be solved by creating "SAP NUGGETS" in your new and old sap system , Download your packages and other stuffs from old system and import it into a new sap system. To wok with Nuggets , use the below link

http://wiki.sdn.sap.com/wiki/display/ABAP/SAPlinkUserDocumentation

and try this way also

http://forums.sdn.sap.com/thread.jspa?tstart=0&threadID=920778

Regards,

Saravana

Read only

0 Likes
1,878

We ended up creating an LSMW to run the transports in the order that we needed them too. Seems to have worked and got us through the 4000 transports which we needed to import.

Edited by: Connie Baldon on Feb 10, 2012 10:55 AM