cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Server name / server port of SMICM

Former Member
0 Kudos

Hello

I have to call a web dynpro application

http://nap60.nalco.one.net:8042/sap/bc/webdynpro/sap/mt_order_app?IV_ACTIVITYTYPE=A&IV_EQUIPMENT=aaa....

From this url , nap60.nalco.one.net:8042 is hard coded right now.

We want to read it dynamically. Is there any parameter which can give me server name/ip, http port(SMICM) entries.

Pl can anyone suggest on this.

thanks,

Sharada

Accepted Solutions (1)

Accepted Solutions (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Sharada,

I was wondering, for which purpose you would like to read these data. Often, this is tried to build up new URLs. In case of Web Dynpro URLs, you could either the notation or call method cl_wd_utilities=>construct_application_url.

Best regards,

Thomas

Former Member
0 Kudos

Thanks alot.

I could generate url dynamically for web dynpro application.

thanks,

Sharada

Answers (0)