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

Package Folder

Former Member
0 Likes
321

Hii all,

I want to copy my package folder in my hardisk. Im working in ABAP so the system shows my all programs in one package. How i can save this package in my hardisk?

Im new in SAP.

help me pls

thanks in advance.

1 REPLY 1
Read only

joerg_wegener
Product and Topic Expert
Product and Topic Expert
0 Likes
277

Hi,

short answer: you can't.

Long answer: an ABAP package contains lots of things: source code (reports, classes, function modules, includes...), data dictionary entries (data elements, domains, structures, table types...), database thingies (db tables, views), transactions, authorisation objects etc. pp. All of this actually resides in the ABAP DDIC (yes, even the source code), which is stored in DB tables.

The packages look like folders in Windows, but they are something different altogether.

Hope this helps, Joerg Wegener