‎2007 Feb 28 10:18 AM
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
‎2007 Feb 28 10:38 AM
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
‎2007 Feb 28 10:27 AM
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
‎2007 Feb 28 10:28 AM
Hi
At the time of creating transaction for the developed program using se93
we can pass the default variant.
Regards,
kumar
‎2007 Feb 28 10:31 AM
Hi,
For a program u can use this syntax..
Submit <programname> USING SELECTION-SET variant <variant name>.
Cheers,
Simha,
‎2007 Feb 28 10:38 AM
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