SAP ABAP IMG Activity /UI2/JAM_URL_MAP (Define URL Mapping)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2 (Application Component) SAP UI for Decoupled Innovations
⤷
/UI2/IMG (Package) IMG Activities

⤷

⤷

IMG Activity
ID | /UI2/JAM_URL_MAP | Define URL Mapping |
Transaction Code | /UI2/73000045 | (empty) |
Created on | 20140502 | |
Customizing Attributes | /UI2/JAM_URL_MAP | Define URL Mapping |
Customizing Activity |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | /UI2/JAM_URL_MAP |
Use
To meet a requirement not to expose internal proxy host or port names outside the firewall, you must define the mapping for the URLs that are sent as part of the notifications.
During the distribution of the notifications an implicit URL rewriting of backward references takes place, based on table HTTPURLLOC
.
Requirements
Standard settings
No entries are predefined by SAP.
Activities
- Run transaction
SE16
and call up tableHTTPURLLOC
. - Maintain table
HTTPURLLOC
as follows: - In the PROTOCOL field, enter the protocol that the external communication uses. For SAP Jam, this is HTTPS. Use SSL whenever possible.
- In the FOR_DOMAIN field, enter the external representation of the URL, for example, www.saptest.com.
- In the APPLICATN field, specify the same application ID as used in Customizing activity Define Application Settings
- In the HOST and PORT fields, enter the internal proxy information, for example, lcfsg2hd and 8080.
Notes:
- The
HTTPURLLOC
entries represent an inside to out mapping that corresponds to the outside to in mapping at your reverse proxy or web dispatcher. - You can also specify a default entry, with host and port set to *, if it is not possible to specify all application servers at design time (for example, due to virtualization).
- Only links to OData resources will be converted. The program will not convert UI links, nor parse the text segment (summary) of the notification.
- The exception handling is controlled by indicator Mapping Exception that is part of the Define Server Settings: If the indicator is set, an exception is raised when the URL mapping is not successful. This exception results in erroneous entries in the bgRFC queue.
Example
Specific server:
MANDT 000
SORT KEY 0004
PROTOCOL HTTPS
APPLICATN DEFAULT
FOR DOMAIN WWW.SAPTEST.COM
HOST LYXY245.WDF.SAP.CORP
PORT 8010
Default or fallback entry:
MANDT 000
SORT KEY 0005
PROTOCOL HTTPS
APPLICATN DEFAULT
FOR DOMAIN WWW.SAPTEST.COM
HOST *
PORT *
Business Attributes
ASAP Roadmap ID | 204 | Establish Functions and Processes |
Mandatory / Optional | 2 | Optional activity |
Critical / Non-Critical | 2 | Non-critical |
Country-Dependency | A | Valid for all countries |
Assigned Application Components
Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
---|---|---|---|---|
SIMG | /UI2/JAM_URL_MAP | 0 | U000000043 | SAP UI Integration - Social Media Collaboration Enablement |
Maintenance Objects
Maintenance object type |
History
Last changed by/on | SAP | 20140502 |
SAP Release Created in | 100 |