2006 Feb 16 8:54 AM
Hi,
is there an easy way to assign a user-specific report variant without modifying the report or create own transactions. For example by assigning the report variant somehow to the user-parameter?
Thanks for your help,
Andreas
2006 Feb 16 8:57 AM
Hi,
Maybe you could play with the GET PARAMETER ID ...
Or maybe you could create a program that start the real program after selecting the default variant of the user. After you call the program with this variant.
SUBMIT REPORT01
VIA SELECTION-SCREEN
USING SELECTION-SET 'VARIANT1'
USING SELECTION-SETS OF PROGRAM 'REPORT00'
AND RETURN. Rgd
Frédéric
2006 Feb 16 8:56 AM
2006 Feb 16 8:57 AM
Hi,
Maybe you could play with the GET PARAMETER ID ...
Or maybe you could create a program that start the real program after selecting the default variant of the user. After you call the program with this variant.
SUBMIT REPORT01
VIA SELECTION-SCREEN
USING SELECTION-SET 'VARIANT1'
USING SELECTION-SETS OF PROGRAM 'REPORT00'
AND RETURN. Rgd
Frédéric