hi all:
i'm new abap developer. imeet aproblem with the radiobox, it is appear in the screen checked but i'm cleared it by the code and it is not unchecked.
(i.e. data: radio1(1) type c,
radio2(1) type c.
at the process before screen output.
module scrout out.
.................
endmodule.
module scrin input.
clear: radio2.
radio1 = 'x'.
endmodule.
///////////////
the problem with me is why not radio1 only appear checed ??
plz help me.
thanx.
Suneela.