Show TOC

TEXT_SYMBOL_COLLECTLocate this document in the navigation structure

Use

This function returns a table containing all symbols contained in the text lines passed in the table parameter LINES. For each symbol, the table specifies how often it occurs in the text.

The table is sorted in ascending order by symbol names.

Function call:

          
CALL FUNCTION 'TEXT_SYMBOL_COLLECT' TABLES LINES = ?... SYMBOLS = ?...
            

Table parameters:

LINES

Enter the table whose text lines you want to search for symbols.

Structure: TLINE

SYMBOLS

The table contains the names of all symbols used in the specified text. The system enters these names without the escape symbol &.

Structure: ITCST