Hi all,
when i click a button the next button must be visible. so i wrote a code like this.
MODULE user_command_9000 INPUT.
CASE sy-ucomm.
WHEN 'CL1'.
LOOP AT SCREEN.
if screen-group1 = 'G1'.
screen-active = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
endcase.
next button is not visible.
please tell a solution
Edited by: sivakumar87 on Feb 10, 2011 5:34 AM