How to activate and define HTTP, HTTPS, SMTP ports in any SAP R/3 system
Hello All;
In many cases you will need to activate, and define your http, https, and smtp ports. To do that you can check the following steps:
Run the t-code RZ10, and choose your profile, then click on extend maintenance, then click on change
2- Create the following four parameters:
Parameter Namerz10 |
Parameter Value |
icm/server_port_0 |
PROT=HTTP,PORT=80$$ |
icm/server_port_1 |
PROT=SAPHTTP,PORT=80$$,PROCTIMEOUT=60,TIMEOUT=60 |
icm/server_port_2 |
PROT=SMTP,PORT=25$$,PROCTIMEOUT=120,TIMEOUT=120 |
icm/server_port_3 |
PROT=HTTPS,PORT=52$$,PROCTIMEOUT=15,TIMEOUT=15 |
To create the above parameters in RZ10 click on create button at the top of the screen.
In the next screen add the four parameters one by one with the value for each parameter.
Note that you can choose your own time out, and proc time our or you can go with the default values suggested by the system
After providing the parameter name and value click on save to save your changes.
Go back to the initial screen of RZ10, and click save:
You will prompt with a message that you need to restart your SAP service in order for your changes to be activated.
Click on Continue:
Now go and restart your SAP service.
Then go to SMICM transaction and click on edit –> service
If you did not define the HTTP, HTTPS, SMTP at the system yet then at the same screen you exist now click on service create.
After your three ports creation you should be able to see the following:
Now in order to activate the three ports in SMICM you need to run the t-code “STRUST”
On the left hand side of the screen right click on each file, and then choose create. after that you should be able to see a green color next to each one as you can see in the following screenshot:
Now go back to run the t-code “SMICM” –> Goto –> Services.
Click on the first one “HTTP” then Service –> Activate.
Click on the second one “SMTP” then Service –> Activate.
Click on the first one “HTTPS” then Service –> Activate.
Now you should be able to see a green check next to each port:
Hope this was helpful
Best Regards
~Amal Aloun
Thanks, very helpful!
is the connection secure? Can I use SSL or HTTPS for these type of connections?
What about the speed of respond time?
Thank you very much
Nice one Amal !!! Very helpful document.
Dear Nitesh;
Thank you for your comment
Best Regards
~Amal Aloun
Nice Document
Thanks
Amit
Thank you Amit
do I need to open that port also? let say for https is 44300...must it be open from the OS level?
Try to do the configuration on the sap level first as mentioned, and test it. It should work.
if it did not work with you then check the port if it is opened or not on the OS level
Thanks for the detailed explanation!!!
excellent boss
resolved issue,
Thanks a lot
I have performed the steps mentioned by you. However when I launch nwbc, it shows as certificate error.
Hi Binod,
Get the certificate signed by a CA Authority and import it in PSE of system .
Regards
Irshad Akram
good doc
It throws error (or warning) while setting parameters:
is it correct?
How to use 443 ? I need this port to be activated but SMICM showed inactive
Regards