‎2008 Feb 05 3:51 PM
Hi guyz,
when i go through some the threads ...der were saying variant is stored in system variable slset...but when i actually debug the program the variant is stored in rsvar-variant....plz advise
regards
‎2008 Feb 05 3:56 PM
Hi,
System variable sy-slset will store the variant.
<REMOVED BY MODERATOR>
Thanks,
Suma
Edited by: Alvaro Tejada Galindo on Feb 5, 2008 10:57 AM
‎2008 Feb 05 3:56 PM
Hi,
System variable sy-slset will store the variant.
<REMOVED BY MODERATOR>
Thanks,
Suma
Edited by: Alvaro Tejada Galindo on Feb 5, 2008 10:57 AM
‎2008 Feb 05 3:57 PM
‎2008 Feb 05 4:28 PM
Transaction variants are variants for the transaction where in you can customize a transaction as per you needs you can hide some fields, you can give some initial values to the fields and most importantly you can create new transactions using transaction variants. SHDS is the transaction to create transaction variants.
Where as Screen variants are just supplying data to a screen and storing that data so that you can use that data to execute the program any time
Steps :-
Transaction SHD0 - Create a variant for the required transaction bychanging the layout through hiding fields and screens.
Transaction SE93 - Create a variant transaction (e.g. for VA02 you canname it as ZA02). Next allocate the transaction variant to this varianttransaction.
Create and change the Zxxx area menu with the new transaction variant. In this way, the user does have to remembers any extra transaction codes.
In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate asstandard variant)
An example for using transaction variant (restricting the field displayfor CO11N - Goods movement) :-
If you want to restrict changes to the fields in Goods movement forone group of users.
1. Create a transaction variant for CO11N
2. Create a new transction code for the transaction variant and assign an authorization object to it
3. Divide the users into this two transaction code. Those who can change the field using CO11N. For those that have limited
field change, give them the authorizationfor ZCO11 (this is a new transaction code you have to create).
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 5, 2008 3:54 PM
‎2008 May 09 7:25 AM
Hi,
Currently in my system, all the users are able to see all the variants in T-code /SAPAPO/SNP01..what if I want to restrict 1 user to just 1 variant..is it possible?
Pls. help.
Thanks,
Saba.