SAP table HTTP_WHITELIST (HTTP Allowlist)

SAP table HTTP_WHITELIST has 3 primary key fields being MANDT,ENTRY_TYPE,SORT_KEY.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 MANDT
ENTRY_TYPE HTTP Framework - Filter Type for Valid URLs NUMC 2 0 HTTP_WHITELIST_ENTRY_TYPE
01 Portal CSS Theme URL
02 sap-exiturl
03 NWBC
10 Web Dynpro Resume URL
11 Web Dynpro Redirect URL
20 Redirect URL for SSO
21 Redirect URL for ICF Logoff
30 ClickJacking Framing Protection
40 Suite Redirect
99 Redirect (generic)
SORT_KEY CHAR 4 0
PROTOCOL CHAR 8 0
HOST SSTR 128 0
PORT NUMC 6 0
URL SSTR 255 0