Hi All,
I have a field street5.When In display mode I have written the following code to have it in read-only mode.
Similarly when creating it is in Editable mode.
Above conditions work fine.
But when in change mode the field still displays as Read-only mode.
How to make it Editable mode..Sy-ucomm not showing any function code.
On Click of Edit Mode:
Field still shows Display mode. What needs to be done to have it in Editable mode
Code:Select query check whether data in table. If data is there I am displaying as 'Display only mode". When I go to change mode same code is executed,how to restrict it?