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: 

vaildation of username and password

Former Member
0 Kudos

hello everyone,

actually i trying to bulid an online examination application using abap language i have designed log-in screen in module-pool programing

soo is there anyone  who can help me in vaildating  the username and password .

username and password are stored in ztable

2 REPLIES 2

Clemenss
Active Contributor
0 Kudos

Hi Akash,

good idea in times of single-sign-logon 🙂

Password in ztable must be stored encrypted - read a bit about encryption and decryption. If it's not as easy as expected, hire a professional or better find a workaround (i.e. users already logged into system must pass specific authority checks)

Regards Clemens

Former Member
0 Kudos

hi clemens li,

Actually I am b-tech student started working on abap few months back

i thought to make it for my final year project.

since i am student i can't hire anyone

thanks for the advice.

is there any other way to do it.