cancel
Showing results for 
Search instead for 
Did you mean: 

Creating HTTPS Service in AS ABAP

Former Member
0 Kudos

Hi, experts,

I'm an ABAPer, I have a question that how can I create HTTPS service in AS ABAP?

I've created HTTPS service with transaction code SMICM, but system notices me each time

'WARNING: Your changes will be lost when you restart the ICM'. Does it need any more configuration

in R/3 system profile(RZ10)? Could you pls. show me the variable I should set even an example?

Thank you so much!

Best regards

David Hu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes

you have to activate parameters through RZ10 for activating HTTPS in AS ABAP

This should be the parameters

icm/server_port_1 = PROT=HTTPS, PORT=1443

Also make sure that parameter: icm/host_name_full = <hostname>.<dns> is also set

Refer to http://help.sap.com/saphelp_nw04s/helpdata/EN/56/2e453cabf4ef6fe10000000a114084/content.htm

for more detailed info,you would be able to start https service after setting this parameter.

Let me know of any issues

Rohit

Former Member
0 Kudos

HI,Rohit thank you for your reply and useful link!

Best regards

David Hu

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, you need to add a profile parameter in rz10

icm/server_port_xx setting it's value to PROT =HTTPS and PORT=$$

then https service will become permanant and ICM restart woudn't reset it.

thanks

Bhudev