Hi Amol,
Write your code in PF STATUS module .
loop at screen.
if aufk-aufnr is not initial.
if screen-name = 'aufk-aufnr'.
screen-input = 0.
modify screen.
endif.
endif.
endloop.
Hi Amol,
Write your code in PF STATUS module .
loop at screen.
if aufk-aufnr is not initial.
if screen-name = 'aufk-aufnr'.
screen-input = 0.
modify screen.
endif.
endif.
endloop.