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

selection screen variant

Former Member
0 Likes
1,477

Hi

i have a selection a selection and i saved a variants for selection screen how to set the default variant for selection scree,

how to know whether the badi MB_MIGO_BADI is implemented or not

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
849

Use the fm: RS_VARIANT_CONTENTS to get the values of the different values in the screen.

move those values to screen fields in the INITIALIZATION event.

Go to se19 and press f4. Click on the information system button. Give the badi definition name and press enter.

YOu would see a lsit of implementations if there are any.

Regards,

Ravi

4 REPLIES 4
Read only

p291102
Active Contributor
0 Likes
849

Hi,

Go through this example.

selection-screen begin of block b1 with frame.

parameters: p_table(30) type c default 'T001'.

selection-screen end of block b1.

Thanks,

Shankar

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
849

Hi

At the time of creating transaction for the developed program using se93

we can pass the default variant.

Regards,

kumar

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
849

Hi,

For a program u can use this syntax..

Submit <programname> USING SELECTION-SET variant <variant name>.

Cheers,

Simha,

Read only

Former Member
0 Likes
850

Use the fm: RS_VARIANT_CONTENTS to get the values of the different values in the screen.

move those values to screen fields in the INITIALIZATION event.

Go to se19 and press f4. Click on the information system button. Give the badi definition name and press enter.

YOu would see a lsit of implementations if there are any.

Regards,

Ravi