2006 Jul 07 7:59 PM
Hi there,
Can I set a Parameter in a report as a password field?
Thanks,
Alexandre Nogueira
2006 Jul 07 8:04 PM
Yes, you can, here's how.
report zrich_0001.
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.
Regards,
Rich Heilman
2006 Jul 07 8:04 PM
2006 Jul 07 8:09 PM
2006 Jul 07 8:09 PM
2006 Nov 17 1:04 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |