Hello,
My question is regarding creating a Custom tile for a new Custom UI5 application created and deployed to S/4HANA Cloud. Tutorial related to this topic is here: https://developers.sap.com/tutorials/abap-custom-ui-generate-tile.html
Custom UI5 application needs a few parameters to be passed via URL. But, I couldn't find any documentation on how I can setup a Custom Tile for the UI5 application with parameters. Is it possible?
The closest option I could see is by using Custom Tiles, but that needs a full qualified url and not a relative path. Since the server name can change when transporting objects from Dev->QA->Prd, I can't hardcode a server name in the url path.

Thanks