Hi Nelson,
I am able to find how do we need to launch URL:
Launch UI via URL
You can launch a UI from a ByD/SoD tenant via URL using an inport of the respective UI.
For OWL-based UIs, the basic URL schema is as follows:
https://<hostname>.<domain>
/sap/byd/nav
?bo_ns=<URL encoded BO namespace like specified in the OBN in-port>
&bo=<URL encoded BO name like specified in the OBN in-port>
&node=<URL encoded node name like specified in the OBN in-port>
&operation=<URL encoded OBN operation like specified in the OBN in-port>
optional:
&object_key=<URL encoded BO instance key, for example UUID> (note: no "-" separator is allowed and all characters must be upper case)
&key_type=<BO instance type (GDT)>
¶m = <any additional flat parameter that is required by the OBN in-port>
Example:
/sap/byd/nav?bo_ns=http%3A%2F%2Fsap.com%2Fxi%2FAP%2FCRM%2FGlobal&bo=Opportunity &node=Root&operation=Open&object_key=00163E01041602DE83D9D26C367E44A1&key_type=APC_V_UUID
I don't know how do I find details about BO_NS, Node, Operation etc. mentioned above.
Regards,
Anil Poply