cancel
Showing results for 
Search instead for 
Did you mean: 

External access to FLP

fibonacci1288
Explorer
0 Kudos
695

Hello Experts,

we have implemented a new FLP on S/4 which is reachable over the LAN as like:

https://<MyLocalHost>:44300/sap/bc/ui2/flp?sap-client=100&sap-language=EN

Now i would map these with an external adress to like:

https://<MyExternalHost>:44300/sap/bc/ui2/flp?sap-client=100&sap-language=EN

Do i just need to involve our network administrators to do so or are those mappings including work on SAP-side?

Hope you can provide me with some informations.

Best regards,

Volkan

Accepted Solutions (0)

Answers (1)

Answers (1)

Isaías
Product and Topic Expert
Product and Topic Expert

Hello Volkan,

I believe it depends on what kind of Fiori apps are in use.

If you have webdynpro apps, or apps that launch a transaction at the S/4, then Fiori needs a system alias which will be used to generate the URL for the app. In this case, having two entry points would not be possible, or would require a lot of extra work.

If you can make your internal users access Fiori using the external host as well, then everything is simpler :-).

Your network team enables the external access using "MyExternalHost", they also make the external host work within the LAN, and then you just need to adjust the SM59 destinations related to Fiori to point to the external host instead of the internal one.

Regards,

Isaías

fibonacci1288
Explorer
0 Kudos

Hello Isaias,

thanks for your response.

We are using Fiori-Apps, WebDynPro-Apps and Transactional/Analytical-Apps aswell.

We have now mapped the external host to internal host with the corresponding port. The WebDynPro-Apps are trying to get the internal host as reference and didn't work on the external link. Seems we need to do a lot of work i guess or do you have any other suggestions? 🙂

Isaías
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Volkan,

You are welcome :).

The easiest solution would be for your infrastructure / network team(s) to make the external link to work at the internal network too (make the internal DNS servers respond with the internal IP address when the external address is queried).

After that, adjust the references at the Fiori frontend system (these would be HTTP destinations of type "H" at the transaction SM59). Make all references go through the external link.

Regards,

Isaías