cancel
Showing results for 
Search instead for 
Did you mean: 

hi, how to develop application , matching of userid and password to backend

Former Member
0 Kudos

hi masters ,

, user have to give userid and password of back end sap system to see particular report. i mean there is a first view ( this first view muust not be first screen of portal ) with userid and password fields . after gave his id and password he can go to second view to see the particualr details .please suggest me about how to do custom bapi code and , in also webdynpro java how to develop .

i know about sso. in this concept i have to use through webdynpro java only. no need of sso concept here .

after giving the userid and password , those details must be match with backend sap database.if no one of userid and passwrod field is matching it has to show some error message. and in password field must be in encrypted letters .

Accepted Solutions (0)

Answers (1)

Answers (1)

monalisa_biswal
Contributor
0 Kudos

hi surya,

Use JCO api to create connection to the backend.

[JCO tutorial|http://www.apentia-forum.de/viewtopic.php?t=1962&sid=9ac1506bdb153c14edaf891300bfde25]

On the webdynpro screen you can ask users to enter login id and password. Use this information to create connection to backend using JCO.

Hope this helps!

Monalisa