cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Form

Former Member
0 Kudos

Dear Expertise

I am working on webdynpro Login form.

I have created a login page and save the data or records in Database table Z-table.

Now, my requirement is to validate login credentials at the time of login .

I should be able to login until valid details are entered that are in Z-table.

Can anyone help me in this Scenario?

I will be thankful to you.

Regards

varun

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193460
Contributor
0 Kudos

Hi Varun,

     Webdynpro uses the default SAP login authentication which is a proven solution. Webdynpro application uses the same SAP user credentials. Please let us know why would you want to deviate from the standard solution ?

Regards,

Tashi

Former Member
0 Kudos

Hi

Actually my requirement  is when i will be entering login details for my  page.

I have save some entries already in Z-table.

so, it should validate that i am filling login detail which is already in z-table.

There's no requirement to play with standard ones.

Help.

Regards

varun

former_member193460
Contributor
0 Kudos

Hi Varun,

     Need to elaborate more ..

i presume you will be prompted with the standard authentication (unless you  have the user credential in the ICF node), then you require one more custom login screen which enforces the user to provide login details?

The provided details are checked against the entries in ztable?

please give a precise descripton of your requirement so that the community members can contribute..

Former Member
0 Kudos

Hi

I have the requirement

I have created a  normal login page which has fields as

usr_id and password

plus i have created a button of new user as well

through this button , i have saved records in database in Z-table already .

Now,  when i will login in first page with userid and password , it should go to new page until an unless it matches record with my Z-table.

Problem lies where to code about login validation .

i have created a MAIN and view1.

there are so many methods.

help.

Regards

varun

former_member193460
Contributor
0 Kudos

On you login screen, i suppose you have a button "login"(or any other name), this button will also have an action handler. you would need to write your validation code inside that method.

Regards,

Tashi