Menu

SAP Function Module TEXT_SYMBOL_SETVALUE

SAPscript: Set value of a symbol

The Function Module TEXT_SYMBOL_SETVALUE (SAPscript: Set value of a symbol) is a standard Function Module in SAP ERP and is part of the function group STXE within the package STXD.

Technical Information

Function Module TEXT_SYMBOL_SETVALUE
Short Text SAPscript: Set value of a symbol
Function Group STXE
Package STXD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NAME LIKE Symbol name
REPLACE_SYMBOLS LIKE ' ' Replace symbols in value immediately
VALUE LIKE Symbol value
VALUE_LENGTH LIKE SY-TABIX 0 Symbol value length

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.