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: 

Standard SAP Program

Former Member
0 Kudos

is there any sort of standard sap program which downloads / uploads ABAP Programs onto my local pc...along with the text symbols and selection texts

thanx in advance

regards

altaf.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Got this info from a link

Downloading ABAP code to your local PC

Creating Z* test programs is a popular method for conducting tests. However, when an environment is about to get shut down, keeping your test programs becomes tricky. You have to launch se38/37/24/80, select your programs one by one, and choose system -> list -> save -> local file, or use function module WS_DOWNLOAD. This is a lengthy procedure that does not even enable you to save screens, tables, or structures.

An ABAP program available for free download at http://www.dalestech.com/ can help you save your test programs.

1. Choose home -> R/3 entreprise -> direct download entreprise 1.2

2. download the .ZIP file,

3. Unzip

4. Cut and paste in an ABAP program

5. Compile and run

All your projects (including multiple classes, programs, function groups, screens and tables) can be saved in less than one minute.

If you want to backup your work in order to keep a certain stable version while you are programming, it might be preferable use a tool that is already embedded in the Workbench: in se38/37/24/80, choose utilities -> versions -> generate version

5 REPLIES 5

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

No idea about standard program.But here is the sample code.

http://sap.ittoolbox.com/code/d.asp?d=1623&a=s

To upload from presentation to application server,check this.

http://sap.ittoolbox.com/code/d.asp?d=2519&a=s

Kindly reward points by clicking on the star on the left side of the reply,if it is useful.

Message was edited by: Jayanthi Jayaraman

Former Member
0 Kudos

Yes, there is some tools developed by ABAP.

You can download free from the link:

http://www.dalestech.com/

You can copy the download code into server, and compile it. Then start the download.

Not every project can be download using it, E.G. smartform or form can't be download.

Former Member
0 Kudos

Got this info from a link

Downloading ABAP code to your local PC

Creating Z* test programs is a popular method for conducting tests. However, when an environment is about to get shut down, keeping your test programs becomes tricky. You have to launch se38/37/24/80, select your programs one by one, and choose system -> list -> save -> local file, or use function module WS_DOWNLOAD. This is a lengthy procedure that does not even enable you to save screens, tables, or structures.

An ABAP program available for free download at http://www.dalestech.com/ can help you save your test programs.

1. Choose home -> R/3 entreprise -> direct download entreprise 1.2

2. download the .ZIP file,

3. Unzip

4. Cut and paste in an ABAP program

5. Compile and run

All your projects (including multiple classes, programs, function groups, screens and tables) can be saved in less than one minute.

If you want to backup your work in order to keep a certain stable version while you are programming, it might be preferable use a tool that is already embedded in the Workbench: in se38/37/24/80, choose utilities -> versions -> generate version

Former Member
0 Kudos

Hi Altaf,

yes you can:

See this:

http://www.sap-img.com/abap/download-and-upload-your-abap-program.htm

Regards,

Anjali

andreas_mann3
Active Contributor
0 Kudos

Hi,

use <a href="http://xaption.mjumedia.de/downloads/developer/index.php?language=en&Xaption=567aa0d985c2d8">ZREPTRAN</a>

Andreas