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 in dialog program

Former Member
0 Likes
365

Can we create a screen variant on our own screen dialog program ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
300

hi,

Go to tcode SHD0 and create the screen variant.

then use in the program

data scvariant like shdsvci-scvariant.

call function 'RS_HDSYS_SET_SC_VARIANT'

exporting

progname = sy-repid

DYNPRO =

scvariant = scvariant

overwrite_scvariant = 'X'.

reward if helpful,

Regards,

preet

1 REPLY 1
Read only

Former Member
0 Likes
301

hi,

Go to tcode SHD0 and create the screen variant.

then use in the program

data scvariant like shdsvci-scvariant.

call function 'RS_HDSYS_SET_SC_VARIANT'

exporting

progname = sy-repid

DYNPRO =

scvariant = scvariant

overwrite_scvariant = 'X'.

reward if helpful,

Regards,

preet