‎2007 Aug 08 7:08 PM
I have one selection screen field which is meant for only display what will You do?
‎2007 Aug 08 7:20 PM
HI ,
Write this code.
parameters : p_matnr like mara-matnr.
initialization .
loop at screen.
if screen-name = 'P_MATNR'.
screen-input = 0.
modify screen.
endif.
endloop.
‎2007 Aug 08 7:19 PM
Sandeep if these are interview questions you may not be qualified for the job.
‎2007 Aug 08 7:20 PM
HI ,
Write this code.
parameters : p_matnr like mara-matnr.
initialization .
loop at screen.
if screen-name = 'P_MATNR'.
screen-input = 0.
modify screen.
endif.
endloop.