Wednesday, 27 March 2013

Change Button Text Dynamically

   LOOP AT SCREEN.

    IF screen-name 'GV_BUTTON' .

      gv_button 'Darling ' .
      MODIFY SCREEN.
    ENDIF.

  ENDLOOP.



gv_button is the button name created in screen.
We have to check the checkbox for output in program tab in buton attributes.

No comments:

Post a Comment