Hi Friends
i have two fields on selection screen and when user enter some value in one field and click on other field that field should become in display mode no input
how can we do that and it should happend without pressing Enter .
I have tried this but this will work only when u press Enter and not when u Click on field.
LOOP AT SCREEN.
*IF screen-group1 = 'FID'.
IF p_pernr IS NOT INITIAL.
if screen-name = 'PCHOBJID-LOW'
OR
screen-name = 'PCHOBJID-HIGH'.
SCREEN-INPUT = 0.
MODIFY SCREEN.
ENDIF.
ENDIF.
ENDLOOP.
Pls share your input on this.
Regards
Smeeta