cancel
Showing results for 
Search instead for 
Did you mean: 

Actual Intent of System Recommendations

timkudla
Participant
0 Kudos

Hi community,

how I can access Fiori standard applications, such as "System Recommendations", directly, instead of using the FLP in standalone mode?

When calling a self developed application I can use an URL like the following:

https://[host]:[port]/sap/bc/ui5_ui5/sap/[application]/index.html

but what is the corresponding equivalent for "System Recommendations" (SM_CM_SYSREC)?

Thanks in advance!


Accepted Solutions (0)

Answers (1)

Answers (1)

former_member235383
Active Participant
0 Kudos

Hi Tim,

If you are refering to the following Fiori Library app and you are using the standard Intent:

https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F1354')/W18

You can use the URL as bellow:

https://[host]:[port]/sap/bc/ui5_ui5/sap/[application]/index.html#Action-UISMMySAPNotes

In general for opening an intent based application directly you may add in the end the #<SemanticObject>-<Action> so for example for opening a specific FLP app the URL would be like:

https: //<host>.<domain>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?sap-client=<Client>&sap-language=<language>#Intent

Thanks & best regards,

Konstantia

timkudla
Participant
0 Kudos

Thank you for your detailed answer, but my problem is that applications such as "System Recommendations" does not include an own "index.html".
I'm wrong in assuming that the initialization of Fiori apps is carried out by the FioriLaunchpad.html?

former_member235383
Active Participant
0 Kudos

Yes, most of standard Fiori apps they use Fiori Launchpad's index.html, they do not include an index.html(you can check it in se80 for the BSP app) the app is loaded into the ComponentContainer of the FLP using JS-based navigation (hash navigation).

You can check the following Demo Kit link to get an idea about the app's files: https://sapui5.hana.ondemand.com/#/topic/28b59ca857044a7890a22aec8cf1fee9.html