Skip to Content
0
Former Member
Dec 23, 2007 at 10:58 AM

radiobox problem

26 Views

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.