cancel
Showing results for 
Search instead for 
Did you mean: 

accessing portal login details in R3

Former Member
0 Kudos

Hi ,

I have the following situation . I have to give the customer , access to the data which is corresponding to his account only . The customer logs into the portal and will access the data through a transaction iview from the R3 screen . The R3 screen appears immediately after the customer login . This is basically a query screen where he will enter some query parameters and submit the same to R3 system which will fetch the result based on the query .Now how do I pass the login details of the customer to R3 as and when the customer logs into the portal .The R3 system should know immediately after the login that it has to display the data related to this cutomer account only and not of other customers , after the customer runs the query ? Please advice .

Regards

Deepak Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Deepak

frst of all which login method u use UIDPW or SAPLOGONTICKET to login into R3 From portal.

if SAPLOGONTICKET than portal and R3 User is same.

if UIDPW than make sure that u mapped portal user to coressponding R3 User.

now about user data it's all upon that Role attached to that user in R3 system.

means u restricte the user to view other user data in R3 with authorization will same affect in Portal.

regards,

kaushal

Former Member
0 Kudos

Hi Kaushal ,

The situation is somewhat like this .The client has not bought many user id's for R3 and not all user id's of portal can be mapped to user id's in R3 system . There will be a case where a single user id in R3 is mapped to many user id's in portal .So the solution suggested by you won't apply in that case . We have a customer number (KUNNR)field in R3 where we may get some help . We create the user id for portal user which is the same as his KUNNR in R3 .Now what I want is ,as and when he logs in with this id , the R3 system while fetching the data , should validete against this number and show the records coresponding to this number only , thus restricting him to only his account . Please let me know if you have a solution on these lines .

Regards

Deepak Singh