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

Screen Variant for all users

Former Member
0 Likes
1,109

Hi All,

I have created a Screen variant using SHD0 for a standard transaction with required column sequece and column length in a table control.

Also i saved in a Transport request and will transport it to required clients.

Now my requirement is that when ever any user executes the standard transaction, i want my screen variant as default for all.

Please guide,

Thanks in advance,

Subhani.

Resolved by self

3 REPLIES 3
Read only

Former Member
0 Likes
751

HI,

Check this link..

Read only

Former Member
0 Likes
751

Hi I did in this way,

Instead of creating a Screen variant from SHD0, i created a standard variant using SHD0, at run time it created screen variants one for each screen. I changed column sequence and column width according to my requirement. This standard variant become default and user independent. Then i transported to required clients.

Thanks,

Subhani.

Read only

Former Member
0 Likes
751

Resolved by self