Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

pasward

Former Member
0 Likes
490

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

2 REPLIES 2
Read only

Former Member
0 Likes
441

hi,

Refer to this related thread .. might be of some help

Regards,

Santosh

Read only

Former Member
0 Likes
441

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>