cancel
Showing results for 
Search instead for 
Did you mean: 

Showing transaction screen directly without showing login page using webgui

Former Member
0 Kudos

Hi,

I want to show transaction ip03 in new window on click of link in my java application. i am using following link for this

[http://ps4909:8000/sap/bc/gui/sap/its/webgui?~transaction=*ip03%20RMIPM-WARPL=17]

it is working fine but initially it shows login page and after passing login information it navigates to specified transaction page.

Can i pass login information as parameter to URL or in some other way so that user can see transaction page directly

Is there any way to accomplish this?

Thanks

Arati

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arati,

You have several options to do what you want. You can use SSO (Single Sign On), so you have to sign in only first time and with user mapping access all systems.

Another option is pass user&password (security risk) as url parameters:

- sap_user

- sap_password

- sap_config_mode = true

Last one, you can define an ITS service (using SICF transaction) and configure authentication options on "Logon data" tab.

Hope this helps,

Iván.

Answers (0)