Created by Jerry Wang, last modified on Aug 26, 2014
DATA: host TYPE string,
port TYPE string.
CALL METHOD cl_http_server=>if_http_server~get_location
EXPORTING
server = cl_bsp_runtime=>server
IMPORTING
host = host
port = port.
首先用c call 得到当前application server使用的是HTTPS protocol:

https 对应的server name存放在table httpurlloc中:

