SAP TABLES

ms/http_enable_handler SAP Parameter attribute - Enable/disable HTTP handler routines called by message server








ms/http_enable_handler is a SAP Parameter attribute which is used to control Enable/disable HTTP handler routines called by message server information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

ms/http_enable_handler profile paramerter attributes


Parameter Name: ms/http_enable_handler
Description: Enable/disable HTTP handler routines called by message server
Default Value: 1
Parameter Type ( See IF_PARAMETER_TYPES): Boolean(BOOL)
Restriction Values:
Parameter Unit:
Parameter Group: MsgServer
CSN Component: BC-CST-MS
System-Wide parameter: No
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation


This parameter can have the following values: 1 : HTTP request handler in ICF is to be called 0 : HTTP request handler in ICF is not to be called The message server calls a number of HTTP request handlers in the ICF to collect information about HTTP load balancing and the distribution of HTTP requests. To do this, it sends a URL which contains /default_host/sap/public/icf_info/urlprefix or logon_groups to an application server. If an HTTP request handler does not exist or has errors, it is marked as having errors. If this HTTP request handler is to be called again later, this parameter must be dynamically set to 1 again.


See SAP Parameter Documentation for full SAP documentation for this profile parameter.