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

transport request issue

Former Member
0 Likes
383

hi

my requirement is to download all objects under a transport request. like smartforms, report program, includes , function modules, ddic ,message class etc....

is thr any standard program in sap to do this task. or anyone who have done it pls forward it.

thanks

pardeep

2 REPLIES 2
Read only

Former Member
0 Likes
354

hi,

Check out E071 or E07* tables where all the transport request details are stored ... write a select accordingly ...

Regards,

Santosh

Read only

ThomasZloch
Active Contributor
0 Likes
354

release the transport -> there is your download!

You can manually transfer the control and data files to a different server outside of the landscape and import the bunch again.

Should you insist on transparent text files, you would need to write your own download program (or grab one of the many that have been created so far by developers who wanted to steal save their work from the previous employer/client...).

Thomas