Theory is when you know something, but it doesn't work.
Practice is when something works, but you don't know why.
Programmers combine theory and practice: Nothing works and they don't know why.
Naja, "reine" Nachteile fallen mir auf die schnelle gar nicht ein. Eine Hash-Tabelle verhällt sich halt mal etwas anders als Index-Tabellen (sortierte oder standard Tabelle). Was ja im Grunde der Sinn dahinter war: Schneller Zugriff auf Inhalte via Schlüssel und das (möglichst) unabhängig von der Tabellengröße. Dazu sind nun mal gewisse Abstriche in Kauf zu nehmen:
- Mehr Speicherverbrauch für die Ablage der Hashes
- Kein Zugriff via Index möglich und damit nicht für "Standard" Ausgabetools von ABAP geeignet (ALV-Grid usw.)
Theory is when you know something, but it doesn't work.
Practice is when something works, but you don't know why.
Programmers combine theory and practice: Nothing works and they don't know why.