The Function Module RS_CHANGE_CREATED_VARIANT () is a standard Function Module in SAP ERP and is part of the function group SVAR within the package SLDBV.
Function Module | RS_CHANGE_CREATED_VARIANT |
Short Text | |
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 |
---|---|---|---|---|
CURR_REPORT | LIKE | RSVAR-REPORT | Report name | |
CURR_VARIANT | LIKE | RSVAR-VARIANT | Variant name | |
ONLY_CONTENTS | LIKE | |||
VARI_DESC | LIKE | VARID | Structure for variant description |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OBJECTS | LIKE | VANZ | Transfer structure for variant display | |
VARI_CONTENTS | LIKE | RSPARAMS | Table with names and contents of selection options/parameters | |
VARI_SEL_DESC | LIKE | RSVDESC | Attributes of individual select options in variants | |
VARI_TEXT | LIKE | VARIT | Text table of variant |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ILLEGAL_REPORT_OR_VARIANT | Incorrect report or variant name |
ILLEGAL_VARIANTNAME | Invalid variant name |
NOT_AUTHORIZED | No authorization |
NOT_EXECUTED | Not executed |
REPORT_NOT_EXISTENT | Report does not exist |
REPORT_NOT_SUPPLIED | Report is not type '1' |
SELECTIONS_NO_MATCH | Type of length of selection does not exist |
VARIANT_DOESNT_EXIST | Variant does not exist |
VARIANT_LOCKED | Variant locked |