cancel
Showing results for 
Search instead for 
Did you mean: 

Can SAP open System Measurement by IP address or physical host address ?

former_member612721
Participant
0 Kudos

Hello SAP Community,

Transaction USMM is used for System Measurement, and once in transaction /nUSMM, clicking on System Measurement, the system opens a URL via Web browser (similar like soamanager, dbacockpit, solman_setup, sm_workcenter etc..) :

https://<virtual_hostname>:<port>/sap/bc/webdynpro/sap/law3_wd_slat_main?TR=USMM2

I'd like to ask if it's possible to make the transaction /nUSMM-System Measurement open the URL with the IP address or physical hostname instead of virtual hostname, without changing the value of parameter icm/host_name_full.

Example:

https://<IP_address>:<port>/sap/bc/webdynpro/sap/law3_wd_slat_main?TR=USMM2

or

https://<physical_hostname>:<port>/sap/bc/webdynpro/sap/law3_wd_slat_main?TR=USMM2

Solutions such as "saving the link directly with IP address in browser bookmarks/favourites" are not ok. I'd like to open the URL only from SAPGUI via transaction usmm.

Does anyone have a clue about this?

Thanks,

Alex

Accepted Solutions (0)

Answers (3)

Answers (3)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Alex,

Web Dynpro ABAP applications should use Fully Qualified Domain Name, per SAP Note 1403326 - Exception CX_FQDN when starting WD ABAP applications.

You can also read SAP Note 654982 (URL requirements due to Internet standards).

Even though the SAP Notes are old, they are still valid.

Regards

Cris

jan_j_novak
Participant
0 Kudos

Hi,

You could probably play with some webdispatcher and/or HTTPURLLOC table

//Jan

former_member612721
Participant
0 Kudos

Nobody ? 😞