
Use this method to change the text, icon, or quick info for a button.
CALL METHOD toolbar->set_button_info
EXPORTING fcode = fcode
icon = icon
text = text
quickinfo = quickinfo.
|
Parameter and Type |
Optional |
Meaning |
|---|---|---|
|
fcode TYPE UI_FUNC |
Function code of the button (used to identify the button - may not be changed) |
|
|
icon TYPE ICOPNNAME |
X |
New icon in the form '@XY@' |
|
text TYPE TEXT40 |
X |
New text for the button |
|
quickinfo TYPE ICONQUICK |
X |
New quickinfo text for the button |