Skip to Content
0
Former Member
Jun 24, 2009 at 09:28 AM

Need help regarding user checks.

83 Views

Dear gurus

I have made an appraisal program. in this program checks has been made on sy-uname and kostl.

The problem im facing is that we have a user id with multiple logins

meaning

TECHTPF2 is a user id and it is being used in

1) Technical Department

2) Power House.

3) Utility and Maintenance.

I want to make an another check

if sy-uname eq 'TECHTPF2'.
   "Here i want to prompt a window asking for a user name and password. This user id and password is defined by me".
endif

Plus this coding has to go under the form section.

please guide me,