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

Download/Upload programs

Former Member
0 Likes
627

Hi experts,

I need to copy programs between 2 different systems.

I cannot use transport orders, so I need a easy away to extract de programs from one system (including all includes, screens, status gui,u2026) and uploaded in other system.

I already found a few programs, to extract but they don“t extract all objects, and I donu2019t find a way to upload.

Can anyone help me.

Thanks and best regards

Nuno Rodrigues

3 REPLIES 3
Read only

Former Member
0 Likes
558

Use SAPLINK

SAPlink is a project that aims to make it easier to share ABAP code between programmers. It provides the ability to easily distribute & package custom objects

Here is the link

http://code.google.com/p/saplink/

I've have already used it and it proves to be useful when download or upload full program including all objects.

Regards

Dean Q.

Read only

0 Likes
558

Thanks,

This solves part of my problem.

Do you know what nugget I can use to download a Program that contains includes? The one I found does not extract the related includes.

Thanks

Nuno Rodrigues

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
558

Hello,

You can search for the [plugins|http://code.google.com/p/saplink-plugins/] available for SAPlink. But i dont think there are any plugins available which will do this thing for you.

You have to download the individual includes to a single nugget & upload the nugget to the reqd. server.

BR,

Suhas