Menu

SAP Function Module RS_VARIANT_CATALOG

Returns variant directory for a report in an internal table

The Function Module RS_VARIANT_CATALOG (Returns variant directory for a report in an internal table) 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_CATALOG
Short Text Returns variant directory for a report in an internal table
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
NEW_TITLE LIKE SPACE Title, if desired
REPORT LIKE RSVAR-REPORT Name of report for which variant is to be changed
VARIANT LIKE RSVAR-VARIANT SPACE Name of variant to be changed

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SEL_VARIANT LIKE RSVAR-VARIANT Name of variant chosen in list

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
NO_REPORT Program type other than '1'
NO_VARIANTS
REPORT_NOT_EXISTENT Report does not exist
REPORT_NOT_SUPPLIED No report name specified
VARIANT_NOT_EXISTENT Layout Does not Exist