Deleting
a pushbutton in a toolbar also disables the corresponding function key.
In
your case,
del
P[Display object]
disables
function code F2, and the SAP system handles a double click in a field as F2.
There
is an additional option in the del command
del
P[Display object] -keepfunctioncode
that leaves the F2
/ double click enabled and still deletes the toolbar button.
|