Start of Content Area

TEXT_SYMBOL_COLLECT   Locate the document in its SAP Library structure

This function module returns a table that contains all symbols used in the text lines, which are transferred 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