option 1.
CALL FUNCTION 'TH_GET_VIRT_HOST_DATA' EXPORTING protocol = 1 virt_idx = 0 * LOCAL = 1 IMPORTING hostname = server port = port EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3 .
option 2:
server_port with the same mechanism.
<%=request->get_header_field('~SERVER_PORT')%>.
Regards
Raja
Message was edited by: Durairaj Athavan Raja
Add a comment