SAP TABLES

abap/ext_debugging_possible SAP Parameter attribute - To restrict the usage of extern/HTTP debugging








abap/ext_debugging_possible is a SAP Parameter attribute which is used to control To restrict the usage of extern/HTTP debugging 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 .

abap/ext_debugging_possible profile paramerter attributes


Parameter Name: abap/ext_debugging_possible
Description: To restrict the usage of extern/HTTP debugging
Default Value: 0
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 0 2
Parameter Unit:
Parameter Group: Abap
CSN Component: BC-ABA-LA
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

You can use this profile parameter to restrict external/HTTP debugging for external sessions. Value 0 External debugging is allowed if the external user is a dialog or service user. Value 1 External debugging is allowed if the external user is a service user. Value 2 External debugging is not allowed for external users.

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