SAP table HTTPURLLOC (HTTP URL Location Exception Table)
SAP table HTTPURLLOC has 3 primary key fields being MANDT,SORT_KEY,PROTOCOL.
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 | ||
SORT_KEY | Sort/Search/Match Sequence (First Match Wins) | CHAR | 4 | 0 | LOC_SORTKEY | ||
PROTOCOL | Protocol for URL (TRANSLATE TO UPPER CASE) | CHAR | 8 | 0 | LOC_PROTOCOL | ||
APPLICATN | Application Key (BSP=/BSP/Namespace/Name) (*=wildcard&UPPER) | CHAR | 128 | 0 | LOC_APPLICATION | ||
FOR_DOMAIN | Target Domain, (* = Wildcard & UPPER CASE) | CHAR | 128 | 0 | LOC_DOMAIN | ||
HOST | Host Name with Domain | CHAR | 255 | 0 | LOC_HOST | ||
PORT | Port Number | CHAR | 6 | 0 | LOC_PORT |