cancel
Showing results for 
Search instead for 
Did you mean: 

Logon to SAP via Web application server instead of SAP logon Pad

Former Member
0 Kudos

Hi Experts,

I am new to this Web Dynpro ABAP forum. I have a requirement when in I need to create a web link in order to logon to my SAP using Web application server insead of SAP logon Pad. I searched different forums about this but, ended up in finding none because some people say we need to work with transaction SICF and some say we need to know the host and port name in order to achieve this. I am totally confused.

Is this something we can achieve thru web dynpro abap or thru BSP's or thru transaction SICF or thru host/port name?

I would appreciate if anyone could help me in suggesting/guiding in this.

Thanks in Advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I understand that your application does not want to connect to the SAP system via the conventional SAPGui.

Alternate way is as you mentioned, is using the ITS integrated into the Web Application server.

The SAPGui for HTML can be accessed via http:

http://<fully_qualified_hostname>:<http_port>/sap/bc/gui/sap/its/webgui

Details: http://basishowto.blogspot.com/2011/07/how-to-activate-webgui-on-sap-server.html

Hope it helps.

Regards,

Srikishan

Former Member
0 Kudos

Thanks Srikishan. It got it. Points awarded.