How to set a Parameter in a report as a password field? 18 September 2007 by sapabapcode.com Make a Screen invisible to achieve this. parameters: p_pass(20) type c. at selection-screen output. loop at screen.if screen-name = ‘P_PASS’.screen-invisible = ‘1’.modify screen.endif.endloop. Note : In ECC6.0 Password are case sensitive.