SAP ABAP Data Element SSET (Start only via variant)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA (Application Component) ABAP Runtime Environment
     SBAC (Package) Kernel Objects
Basic Data
Data Element SSET
Short Description Start only via variant  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type RDIR_FUNC    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long  
Heading  
Documentation

Definition

If you select the "Start Using Variant" field, a user can only start this report using a variant.

Dependencies

This field is only useful with programs that can be executed (reports).
If selected, at least one variable has to be created for the report so that it can be executed.

"Start Using Variant" is only checked when you execute reports directly using transactions in the ABAP Workbench (Object Navigator, ABAP ABAP Variants, ABAP Editor, ABAP program execution, transaction maintenance).
Furthermore when a report transaction is created for the report, this report transaction has to be linked to a variant.

However, "Start Using Variant" does not offer runtime protection to prevent the user from executing

  • the report using SUBMIT <report_name>
  • the report transaction using CALL TRANSACTION

without variants.

History
Last changed by/on SAP  19950209 
SAP Release Created in 700