The Function Module RS_VARIANT_EXISTS (Checks whether variant exists) is a standard Function Module in SAP ERP and is part of the function group SVAR within the package SLDBV.
Function Module | RS_VARIANT_EXISTS |
Short Text | Checks whether variant exists |
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 |
---|---|---|---|---|
REPORT | LIKE | RSVAR-REPORT | Report Name | |
VARIANT | LIKE | RSVAR-VARIANT | Variant name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
R_C | LIKE | SY-SUBRC | Return code (- 0 if variant exists) |
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 |
---|---|
NOT_AUTHORIZED | No authorization |
NO_REPORT | Report name - space |
REPORT_NOT_EXISTENT | Report does not exist |
REPORT_NOT_SUPPLIED | Report is not type '1' |