From 8b4698f1c7b23f4253e486db43335f48906ee3bf Mon Sep 17 00:00:00 2001 From: danrega <16720986+danrega@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:32:23 +0200 Subject: [PATCH] Update --- 01_Internal_Tables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_Internal_Tables.md b/01_Internal_Tables.md index fbb87d6..42074e7 100644 --- a/01_Internal_Tables.md +++ b/01_Internal_Tables.md @@ -53,7 +53,7 @@ - [Deleting Adjacent Duplicate Lines](#deleting-adjacent-duplicate-lines) - [Deleting the Entire Internal Table Content](#deleting-the-entire-internal-table-content) - [Grouping Internal Tables](#grouping-internal-tables) - - [Collecting Calues](#collecting-calues) + - [Collecting Values](#collecting-values) - [Excursions](#excursions) - [Improving Read Performance with Secondary Table Keys](#improving-read-performance-with-secondary-table-keys) - [Example: Exploring Read Access Performance with Internal Tables](#example-exploring-read-access-performance-with-internal-tables) @@ -3901,7 +3901,7 @@ ENDCLASS.

⬆️ back to top

-## Collecting Calues +## Collecting Values - You can use `COLLECT` statements, for example, to add the values of numeric components to the corresponding values in an internal table. - It is recommended that you use it mainly for internal tables with a unique primary key, especially hashed tables.