!--a11y-->
Definition
The component TXT_SYMBOLS describes the text elements of the query. The text elements are available as a table made up of RRX_TXT_SYMBOLS rows.
Structure
The text elements have the following structure (only the most important components):
|
Component |
Description |
|
SYM_TYPE |
Type of text element ‘V’ for variable ‘F’ for filter value ‘C’ for general text element |
|
SYM_NAME |
Name of the object With variables this is the variable name, with filters it is the filter characteristic, and with general text elements it is the name of the element. A list of the names of the general text elements is stored under Text Elements. |
|
SYM_FS |
Follow-on record number A text element can be distributed over several rows, for example, in intervals. This field gives you the row number of a component within a text element. If SYM_FS=0, the text element is a new text element. |
|
SYM_BEGIN_GROUP |
New group within a text element
Groups are usually separated by semicolons (;) |
|
SYM_CAPTION |
Name of the text element |
|
SYM_VALUE |
Value of the component of the text element |