‎2007 Nov 26 6:11 AM
Hi Guys,
I have a query in <b>HIDE</b>, This is up gradation project 4.5B to ECC 6.0, but in the 4.5B it is working fine,When it come to the ECC 6.0 it is giving error like " you can not use <b>HIDE</b> for a read only field.
This is my statement: "HIDE ICON_DISPLAY_MORE", please suggest me, is this statement correct?
Thanks,
Gourisankar.
‎2007 Nov 26 6:31 AM
‎2007 Nov 26 6:31 AM
‎2007 Nov 26 6:41 AM
HI Muthurajan,
I am not understand your statement, Can you please elaborate?
Thanks,
Gourisankar.
‎2007 Nov 26 6:56 AM
Try executing this program....
you can understand...
data: sym type ICON_D value '@1E@'.
START-OF-SELECTION.
FORMAT HOTSPOT.
WRITE / 'ShowIcon'.
HIDE: sym.
AT LINE-SELECTION.
WRITE: sym.
And if i am not wrong, i hope you want to hide the "Display more" icon in the Select-options input. If that case, then use NO-EXTENSION keyword.
Could you please tell me the exact requirement, why you want to hide that icon?