I have a requirement where in when user selects a file using file open dialog, the appropriate
radio button should be selected programatically based on file type. For ex. if user selects '.csv' file the
radio button 'CSV' should be selected automatically & the screen should get refreshed. Now I need to know how the screen should be repainted.
Do the necessary coding at
AT SELECTION SCREEN ON p_file.
Depending upon this select the radio button.
Add a comment