cancel
Showing results for 
Search instead for 
Did you mean: 

Launch SAPGui from iview?

Former Member
0 Kudos

Hello,

SAPGui is inatalled on each user box, we can launch the SAPGui thick client from an iview (to run on a seperate window).

How can I pass (R/3 logon) parameters to the SAPGui command line?

Thank you

AAAttar

eg:

would a batch file with saplogon then sapgui work?

DOS command prompt [CMD]

saplogon.exe -user=... -password=... -system=QAS123 -client=001 -tcode=session_mananger

SAPGui...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Aater,

Depending on your portal release, as well as the SAP R/3 Release you wish to connect to, you can also configure the portal and the R/3 system to use SAP Logon tickets.

Some dependencies exist like the userID in the portal need to be the same as in the R/3 backend system, as well as mentioned earlier the SAP R/3 release, you can see the documentation for this where Fillip mentioned above, look for SAP Logon tickets under security and decide which solution will suit your needs.

regards,

Ronald Meyer

Former Member
0 Kudos

Thanks Ronald and Fillip:

No SSO network LDAP. Portal will be reached from intranet. It will be authentication against R/3 users only. We are using EP6 SP2 on HP-UX. ITS is used for T-code based iviews. Currently on R/3 4.6c, production system will be mySAP ERP.

The SAPGui (iview) will serve as an interm solution, for the users, to get them to use the portal. How can I pass the R/3 the UID/Pwd to the SAPGui (to memick SSO) that will open thick client SAPGui.

Regards,

AAAttar

Former Member
0 Kudos

Hi Aater,

1. Create a (R/3) system for user mapping and define it's system alias.

2. Maintain your user mapping details.

3. Create a SAP Transaction iView that refers to the system alias, with GUI type "Win GUI".

You can look for more information about this in the applicable administration guide for your EP version on http://help.sap.com and search for "SAP GUI for Windows".

Regards,

Filip