‎2007 Jun 16 6:57 PM
how can we get *'s in the password field in selection-screen?
‎2007 Jun 16 6:59 PM
E.g: Consider parameter as P_INPUT
You need to write code in AT SELECTION-SCREEN OUTPUT.
LOOP AT SCREEN.
CHECK SCREEN-NAME = 'P_INPUT'.
SCREEN-INVISIBLE = 1.
MODIFY SCREEN.
ENDLOOP.
Reward if its useful