Menu

SAP Function Module RS_VARIANT_EXISTS

Checks whether variant exists

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.

Technical Information

Function Module RS_VARIANT_EXISTS
Short Text Checks whether variant exists
Function Group SVAR
Package SLDBV
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

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'