report zicon .
type-pools: icon.
selection-screen begin of block b1 with frame title text-001.
parameters: p_check.
selection-screen comment 40(20) icon1.
selection-screen end of block b1.
at selection-screen output.
* Write pushbutton text
write icon_configuration as icon to icon1.
concatenate icon1 'Your Icon' into icon1
separated by space.
-------------------------------------------------------------
report zicon .
type-pools: icon.
selection-screen begin of block b1 with frame title text-001.
selection-screen begin of line.
selection-screen comment 1(17) fld_lab.
selection-screen comment 18(5) icon1.
parameters: p_check.
selection-screen end of line.
selection-screen end of block b1.
at selection-screen output.
write icon_configuration as icon to icon1.
fld_lab = 'This is the label'.
start-of-selection.
-------------------------------------------------------------------------
No comments:
Post a Comment