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

Default Variant for Txn.

Former Member
0 Likes
610

I have made two Variants

VAR1 and VAR2 for txn. ME28 i want that whenever USER1 open that txn by default VAR1 values will come and same for USER2 :- VAR2 will come by default

user doesn't have to select from the Variant Window it will come be default user wise.

how can it be possible ?

abhishek suppal

I have made two Variants

VAR1 and VAR2 for txn. ME28 i want that whenever USER1 open that txn by default VAR1 values will come and same for USER2 :- VAR2 will come by default

user doesn't have to select from the Variant Window it will come be default user wise.

how can it be possible ?

abhishek suppal

3 REPLIES 3
Read only

Former Member
0 Likes
541

same thread

Read only

Former Member
0 Likes
541

Hi,

Create the variants as U_username1 and U_username2.

Whenever user1 executes the transaction, he will get only his selection screen.

U_ is user specific variant declaration.

Regards

Subramanian

Read only

Former Member
0 Likes
541

hi,

You can create a Transaction variant for that one, but there is a only 1 transaction variant can create for a transaction code. godo SHDO and create the variant for that trnasaction.

Regards

Sudheer