The Function Module RS_VARIANT_TEXT (Returns text for a variant) is a standard Function Module in SAP ERP and is part of the function group SVAR within the package SLDBV.
Function Module | RS_VARIANT_TEXT |
Short Text | Returns text for a variant |
Function Group | SVAR |
Package | SLDBV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ALL_VARIANTS | LIKE | SPACE | Texts for All Variants of the Report | |
CURR_REPORT | LIKE | RSVAR-REPORT | Report Name | |
LANGU | LIKE | SY-LANGU | Language in which text is to be displayed | |
VARIANT | LIKE | RSVAR-VARIANT | Variant name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
V_TEXT | LIKE | VARIT-VTEXT | Variant short 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_TEXT | No text found |