2010 Jul 12 10:58 AM
Hi,
I am new to oo abap but not to oo nor abap and I was wondering if there is a way to structure our classes; I havent found anything.
If we check the Class browser we'll see classes are organized simply by Packages, but here the package concept is different than the package concept we have in Java, which organizes classes in groups or folders.
I would find this quite useful, I can't imagine classes being developed without a way to properly organize them.
Thanks everyone in advance,
Elias Hortas.
2010 Jul 12 11:04 AM
You can create something called as [Package hierarchy|http://help.sap.com/saphelp_470/helpdata/en/79/8097d0ef9111d3963f00a0c94260a5/frameset.htm]. This way you can group certain classes in nice logical way.
Regards
Marcin
Hi,
I am new to oo abap but not to oo nor abap and I was wondering if there is a way to structure our classes; I havent found anything.
If we check the Class browser we'll see classes are organized simply by Packages, but here the package concept is different than the package concept we have in Java, which organizes classes in groups or folders.
I would find this quite useful, I can't imagine classes being developed without a way to properly organize them.
Thanks everyone in advance,
Elias Hortas.
2010 Jul 12 11:04 AM
You can create something called as [Package hierarchy|http://help.sap.com/saphelp_470/helpdata/en/79/8097d0ef9111d3963f00a0c94260a5/frameset.htm]. This way you can group certain classes in nice logical way.
Regards
Marcin
2010 Jul 12 12:48 PM
hi,
abap packages are different from java packages. you can group your development-objects in packages, but a package is not a namespace. all your development-objects (classes, programms) have to have globally unique names.
Greetings,
dsp
2010 Jul 12 3:09 PM
I see, not exactly the same but... I guess its the same with reports/programs.
Thanks!
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |