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: 

Logging to SAP via email?

Former Member
0 Kudos
206

Team,

Is it possible to click (on a link) in the body of email to log on to SAP or get a Log on Pad?

For example, when I send an email from SAP I want the user to click and be able to log on to SAP; OR at least get the log on pad.

Any help is appreciated...

Thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos
128

This can be achieved by implimenting SNC. this would act as <b>Single Sign On</b>

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0a/0a2e0fef6211d3a6510000e835363f/content.htm">SNC</a>

<a href="http://www.erpgenie.com/sapgenie/docs/SAP%20SNC%20CONFIGURATION.pdf">AN ONE STOP GUIDE TO CONFIGURE SNC SAPROUTER</a>

How to integrate that with email. not sure how..

Amandeep

11 REPLIES 11

Former Member
0 Kudos
128

Hi,

Yes this is very much possible.. for this we create the URLs which calls the server.. And the user is prompted to enter password and then he logs on..

Thanks and Best Regards,

Vikas Bittera.

**Reward if useful**

0 Kudos
128

Vikas,

What is the sample code/urls which calls the server...

I want to know what urls can be passed in the body of email for the user to click on

Thanks

Former Member
0 Kudos
129

This can be achieved by implimenting SNC. this would act as <b>Single Sign On</b>

<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/0a/0a2e0fef6211d3a6510000e835363f/content.htm">SNC</a>

<a href="http://www.erpgenie.com/sapgenie/docs/SAP%20SNC%20CONFIGURATION.pdf">AN ONE STOP GUIDE TO CONFIGURE SNC SAPROUTER</a>

How to integrate that with email. not sure how..

Amandeep

0 Kudos
128

Amandeep,

My SAP log on users are within network... Not outside the network...

I want to know how they can sign on to SAP?

Thanks

0 Kudos
128

SNC can be implimented within in the Network. Once you are logged in to the Network/PC, you don't have to logon again to SAP. A <b>.dll</b> file communicates against the domain controller and authenticates the users to logon to SAP.

Amandeep

0 Kudos
128

Currently, all our users logon to SAP via logon pad... Can I send them a link in email which upon clicking logs them to SAP; OR I have to implement SNC?

0 Kudos
128

Can be achived both ways, your choice. if you want the users to enter password and IDs again then you give live with providing link to <b>sal</b> file, if not u should impliment SNC..

How about calling <b>C:\Program Files\SAP\SapSetup\setup\SAL\SapLogon.sal</b> file from the local PC as a hgyperlink in the email body. this wil call the SAP GUI.

Amandeep

Message was edited by:

Amandeep Bal

0 Kudos
128

Amandeep,

This is exactly what I am looking for...However,

C:\Program Files\SAP\SapSetup\setup\SAL\SapLogon.sal it does not show in the email body as hyperlink... it comes as text...

Any suggestions.

0 Kudos
128

Try this

file:///C:\Program Files\SAP\SapSetup\setup\SAL\SapLogon.sal

Amandeep

<i><b>Reward Points for each helpful answer :)</b></i>

0 Kudos
128

Amandeep,

I don't have the path file:///C:\Program Files\SAP\SapSetup\setup\SAL\SapLogon.sal

My path is

file:///C:\Program Files\SAP\FrontEnd\SAPgui

But somehow it is not working and window pops up saying ...

I thnk I am getting close ...

Will reward full points...

0 Kudos
128

The flollowing path worked.

file:///C:\Program Files\SAP\FrontEnd\SAPgui\saplgpad.exe

Points awarded...