2007 May 15 7:25 AM
In module pool program the screen has three radio buttons.On selecting a radio button the other disabled screen elements should be enabled without any other user command .Just on clicking the radio button the other screen elements should be activated
Thanks in advance
2007 May 15 7:39 AM
you must use a fcode for your radiobutton.
compare field RAIFP3-XNANL in tcode ABT1N
A.
In module pool program the screen has three radio buttons.On selecting a radio button the other disabled screen elements should be enabled without any other user command .Just on clicking the radio button the other screen elements should be activated
Thanks in advance
2007 May 15 7:39 AM
you must use a fcode for your radiobutton.
compare field RAIFP3-XNANL in tcode ABT1N
A.
2007 May 15 7:59 AM
While creating the screen,u give the function code for the radio button ...
In the PAI of that screen.
If sy-ucomm = 'Fcode of that radio bbutton'.
loop at screen.
if screen-name = 'xyz'.(give all the screen names which u want to activate)
screen-active = '1'.
modify screen.
endif.
endloop.
endif.
Cheers,
Ravi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |