cancel
Showing results for 
Search instead for 
Did you mean: 

Access SAP on browser

Former Member
0 Kudos

Hi experts,

I have newly installed ECC 6.0 on Linux machine on Oracle 10G.

and want to know how can i access sap in browser instead on SAPGUI.

Regards,

vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check in tcode SMICM if the HTTP is active on defined port.

Next check in tcode SICF, if the gui service is active. Path: /default_host/sap/bc/gui/sap/its/gui

Activate it. Then from your browser open below link for SAP Gui in HTML:

http://<full_qualified_domain_name>:<http_port_number>/sap/bc/gui/sap/its/webgui?sap-client=<xxx>

Or, if you right click on the webgui service from SICF and select 'Test Service', above link opens.

Regards,

Srikishan

Former Member
0 Kudos

Thanks for reply.and want to know no need to install other s/m in server or clinet.

and what is <full_qualified_domain_name> and <http_port_number> ???

nicholas_chang
Active Contributor
0 Kudos

Hi Vivek,

eg of FQDN & HTTP port:

http://yourERPServerName.itsDomain:80XX where XX is your instance number.

Hope it helps,

Nicholas Chang

Former Member
0 Kudos

what is its domainname.

SID-DEV

hostname--devbasis

instance-00

then where i defined domain name???

ecc 6.0 installed on RHEL5.3.

Please suggest.

REgards,

Former Member
0 Kudos

Hi,

Perhaps in your ABAP system SAPGui, you could check the below parameters to know the FQDN:

SAPLOCALHOSTFULL

icm/host_name_full

Use RZ11 tcode to know the values.

Also, did you try to 'Test Service' for the webgui service in SICF? If this opens, you could check the full hostname there.

Regards,

Srikishan

Answers (1)

Answers (1)

0 Kudos

Hi,

U can use SAP GUI for HTML.

regards