‎2007 Jun 25 10:18 AM
i developed module pool screen wuth two fields & button these two feilds must act as a user id & password which is prededined in program how could it possible very urgent requirement plz help me
‎2007 Jun 25 10:25 AM
‎2007 Jun 25 11:55 AM
In PBO of that screen
we have to do the following things
(Let PASSWD is the name of password field on screen)
loop at screen.
if screen-name = 'PASSWD'.
screen-invisible = 1.
modify screen.
endif.
endloop.
Regards,
Ranjit Thakur.
<b>Please Mark The Helpful Answer.</b>