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

Reports

Former Member
0 Likes
239

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

1 REPLY 1
Read only

former_member189059
Active Contributor
0 Likes
212

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.