Application Development 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: 

Problem with ITS login.

Former Member
0 Kudos

Hi all,

I am stuck up developing an ITS application.

I want to get the user loging in by his employee number(PERNR) in the application.

Now, I want to validate the PERNR as well as to retain that Name and number in the whole application.

Ex. I am entering PERNR in the first screen, press "Submit".

Now the Welcome page appears which displays some instructions, Also I want to display the Name of Employee on the top saying "Welcome <Employee Name>".

Also I want to retain the PERNR and name in the whole application.

Can somebody please help me ?

Some sample code would be appreciated.

Reward points... Don't worry.

Thanks in advance,

Hemant.

2 REPLIES 2

Former Member
0 Kudos

Well, you can't logon using a personnel number, but you can crate a screen with personnel number on it and use a a generic logon from SM59. Then in the application, do your validation, etc.

Rob

0 Kudos

Thanks Rob,

I am doing the same. I have created a screen, which taken the PERNR, and then I proceed with the application using that PERNR.

Regards,

Hemant.