The Function Module GET_TEXTSYMBOL (SAPscript: Determine text symbol value) is a standard Function Module in SAP ERP and is part of the function group STXV within the package STXD.
Function Module | GET_TEXTSYMBOL |
Short Text | SAPscript: Determine text symbol value |
Function Group | STXV |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LANGUAGE | LIKE | SY-LANGU | SY-LANGU | |
LINE | LIKE | |||
START_OFFSET | LIKE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONTINUE_OFFSET | LIKE | |||
LENGTH | LIKE | |||
NAME | LIKE | |||
OPTIONS | LIKE | |||
SUM | LIKE | |||
VALUE | LIKE | |||
VALUE_LENGTH | LIKE | |||
VALUE_RAW | LIKE |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.