Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

variant

Former Member
0 Likes
553

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

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

4 REPLIES 4
Read only

Former Member
0 Likes
523

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

Read only

0 Likes
522

No Suma Its Not Helpful

Read only

Former Member
0 Likes
522

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

Read only

0 Likes
522

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.