SAP TABLES

wdisp/permission_table SAP Parameter attribute - Text file describing the URI permission table (SAP Web Dispatcher)








wdisp/permission_table is a SAP Parameter attribute which is used to control Text file describing the URI permission table (SAP Web Dispatcher) 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 .

wdisp/permission_table profile paramerter attributes


Parameter Name: wdisp/permission_table
Description: Text file describing the URI permission table (SAP Web Dispatcher)
Default Value:
Parameter Type ( See IF_PARAMETER_TYPES): String(STRING)
Restriction Values:
Parameter Unit:
Parameter Group: WebDisp
CSN Component: BC-CST-WDP
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

In the same way as for SAProuter, you can maintain a table for SAP Web Dispatcher that defines which URLs and protocols are accepted and which are rejected. If there is no permission table for SAP Web Dispatcher (default setting), every URL is forwarded. The syntax is the same as for saprouttab: P = permit, D = deny, S = secure (HTTPS only) # = Comment, followed by the URL. Wildcards (*) are only permitted at the start or at the end. As with SAProuter, the first-match principle applies, that is, if an entry that matches the URL is found in the table, the system does not keep searching in the table.
Example

# SAP Web Dispatcher test permission table
P /sap/bc/test.cgi
D *.cgi # don't allow execution of CGI programs
P /sap/bc/cachetest
P /sap/bc/public/*
P /sap/bc/ping
D /sap/bc/*
D *

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