‎2007 Jul 16 4:03 AM
My Basic List should contain <b>Download</b> button if user clicks on that button it should call some selection-screen2 to enter file path with some initialization and if click on execute button it should display output as Downloaded.... and if click on back button it should return to the selection-screen and if click on back it should return to the basic list output if click on back return to the first selection-screen .
selection-screen1 --> basic list --> selection-screen2 --> secondary list
and vice versa if user clicks on back button.
can anyone give code for this
and also i want to know How to assign some variant as default selection-screen.
thanks & regards
‎2007 Jul 16 4:24 AM
answer to your second question...
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 list of implementations if there are any.