The Function Module TEXT_SYMBOL_PARSE (SAPscript: Parse symbol) is a standard Function Module in SAP ERP and is part of the function group STXE within the package STXD.
Function Module | TEXT_SYMBOL_PARSE |
Short Text | SAPscript: Parse symbol |
Function Group | STXE |
Package | STXD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LINE | LIKE | TLINE | Line with symbol | |
START_OFFSET | LIKE | Position where symbol begins |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONTINUE_OFFSET | LIKE | Position where symbol ends | ||
SYMBOL_CONDENSED | LIKE | Option: Blank | ||
SYMBOL_DECIMALS | LIKE | Option: Places behind decimal point | ||
SYMBOL_DECREMENT | LIKE | Option: Decrease counter value by 1 | ||
SYMBOL_DICTLEN | LIKE | Option: Dictionary length | ||
SYMBOL_EXPONENT | LIKE | Option: Exponent | ||
SYMBOL_FILLCHAR | LIKE | Option: Fill character | ||
SYMBOL_INCREMENT | LIKE | Option: Increase counter value by 1 | ||
SYMBOL_LDATE | LIKE | Option: Local date formatting | ||
SYMBOL_LENGTH | LIKE | Option: Output length | ||
SYMBOL_NAME | LIKE | Symbol name | ||
SYMBOL_NOCONVERT | LIKE | Option: Conversion routine | ||
SYMBOL_NOINIT | LIKE | Option: Initial value | ||
SYMBOL_NOSIGN | LIKE | Option: Sign | ||
SYMBOL_NOZERO | LIKE | Option: Leading zeros | ||
SYMBOL_OFFSET | LIKE | Option: Offset | ||
SYMBOL_RIGHT | LIKE | Option: Right-aligned | ||
SYMBOL_SEPARATOR_THOUSAND | LIKE | Option: Thousands separator | ||
SYMBOL_SIGNLEFT | LIKE | Option: Sign to the left | ||
SYMBOL_SIGNRIGHT | LIKE | Option: Sign to the right | ||
SYMBOL_TEXT1 | LIKE | Option: Preceding text | ||
SYMBOL_TEXT1_LENGTH | LIKE | Length of preceding text | ||
SYMBOL_TEXT2 | LIKE | Option: Subsequent text | ||
SYMBOL_TEXT2_LENGTH | LIKE | Length of subsequent text |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_SYMBOL | No symbol |