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: 

Program to downlaod contents of the given Package

Former Member
0 Kudos

Hi all,

Is there any program/FM which upon giving any package name will download all the objects and contents of the object under that package, i.e., for example if a function module or a class is there under any package, then upon providing the package name(input) it will download the whole code for that FM as well as class.

thanks in advance.

regards,

neerup.

2 REPLIES 2

jurjen_heeck
Active Contributor
0 Kudos

This doesn't look like a security issue to me, more like a programming question.

I advise you to look in the forum index for an ABAP forum.

Former Member
0 Kudos

Hi Neerup,

I'm currently developping an abap program to download the whole content of a package into XML File .

Also i try to write another one to upload it .

As soon as it works i send you the code.

regards.