Skip to Content
1
Former Member
Jul 19, 2007 at 01:28 AM

Push Button not working

471 Views

hi,

the pushbutton i created doesnt works.help me in this issue.the codings are,

SELECTION-SCREEN PUSHBUTTON /1(10) EXECUTE USER-COMMAND EXEC.

INITIALIZATION.

EXECUTE = 'PUSH'.

IF SSCRFIELD-UCOMM = 'EXEC'.

  • even tried with sy-ucomm = 'exec' not working.

PERFORM PRINT.

ENDIF.

FORM PRINT.

WRITE:/ 'TEST PRINT'.

ENDFORM.