cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Routing /n/UI2/FLP to the Web Dispatcher URL for SAP Fiori Launchpad

SAPSupport
Employee
Employee
0 Kudos
3,197

When opening Fiori Launchpad via /n/UI2/FLP,  how to configure it to open the Web Dispatcher URL.


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Kudos

You can configurate an entry in table HTTPURLLOC, which is used to determine the protocol, host and port when the ABAP system generates URLs. 

1. Start transaction HTTPURLLOC.
2. Click the "Display/Change" button to enable editing.
3. Click the "New Entries" button to create a new entry.
4. Maintain the settings
- In the "APPLICATN" field, enter the value "/sap/bc/ui2/flp".
- Fill in the desired values for the host and port.
5. Click the save button to save your changes.

You may refer to KBA "3288477 - How to maintain table HTTPURLLOC?" for detailed guidance.

 

**Important Considerations:**

- Once you add a filter in the HTTPURLLOC table, it applies to all requests originating from that ICF service. Therefore, modifications to this table should only be made in cases of extreme necessity.

- Transaction /n/UI2/FLP is intended for testing purposes and to launch the default Fiori Launchpad. It is typically not provided to end users or redirected. To use a redirected URL, you can simply paste the URL into the web browser.

Answers (0)