cancel
Showing results for 
Search instead for 
Did you mean: 

How to display Highlighted TEXT Message in FIORI Launch Pad.

vijay_kumar49
Active Contributor
0 Kudos

Hello Friends,

I need some help on “How to display Highlighted TEXT Message in FIORI Launch Pad” as per below screen shot.

Kindly let me know process of Steps.

Regards

Vijay

vijay_kumar49
Active Contributor
0 Kudos

Hello Friends,

I implemented solution given by Karthik/Krishna in DEV Box. Its working fine. Thanks for your help

Solution:-

Go to Fiori system-> type se80-> under MIME repository-> under SAP arc-> Public-> BC-> UI2-> Logon-> right click template_logon.html-> download it in your desktop ->append below code under logon div tag.

<div id="LOGIN_PAGE"
class="sapUiSraLoginView sapMPage @sys_login_height_class"
onload="@sys_icf_cookie_check ()">FIORI  System will be
down from 28-Mar-17 2.00 PM IST TO 29-Mar-2017 6.00 AM IST(for Example)</div>

upload and replace the same under Logon folder.

  • But when I do same scenario in QA and PRD system getting below error message.

And We wrote message to SAP and given below reply

Modifying the Login page is questionable,
a) The user is not logged on yet ( the login page is a public paged served before logon). Thus the user may be now know.
b) Tamperign with this page is always security criticial.


A better solution working now, with no modification would be to
a) Write A Fiori Plugin ( a component configured and loaded via a TM Shell-plugin ) .
When this component is loaded ( = after logon), fire a request to read flash messages from a custom build service ).
When the request returns, bring up a model ui5 popup showing the notification. (alternatively, have a custom header extension to show a button to click on or similar).

Can you please help me how to implement this or any other option to implement this.

Regards

Vijay

Accepted Solutions (0)

Answers (4)

Answers (4)

vijay_kumar49
Active Contributor
0 Kudos

Hello Friends,

I implemented solution given Karthik/Kiran in DEV system. Its working fine.

Solution:-

Go to Fiori system-> type se80-> under MIME repository-> under SAP arc-> Public-> BC-> UI2-> Logon-> right click template_logon.html-> download it in your desktop ->append below code under logon div tag.

<div id="LOGIN_PAGE"
class="sapUiSraLoginView sapMPage @sys_login_height_class"
onload="@sys_icf_cookie_check ()">FIORI  System will be
down from 28-Mar-17 2.00 PM IST TO 29-Mar-2017 6.00 AM IST(for Example)</div>

upload and replace the same under Logon folder.

  • But when I do same scenario in QA and PRD system getting below error message

  • Then wrote this issue to SAP. They are given below solution

Modifying the Login page is questionable,
a) The user is not logged on yet ( the login page is a public paged served before logon). Thus the user may be now know.
b) Tamperign with this page is always security criticial.

A better solution working now, with no modification would be to
a) Write A Fiori Plugin ( a component configured and loaded via a TM Shell-plugin ) .
When this component is loaded ( = after logon), fire a request to read flash messages from a custom build service ).
When the request returns, bring up a model ui5 popup showing the notification. (alternatively, have a custom header extension to show a button to click on or similar).

I am not understand how to implement SAP Note Solution Or any alternative essay way to solve above issue.

Please help me.

Regards

Vijay

vijay_kumar49
Active Contributor
0 Kudos

Karthik and Kishore Thanks for reply.

I have one question here. Whenever server is up, again i need to download and remove the content whatever i added before under <div> tag and upload.

From HTML Side

is it possible to set timer to remove the content after (example: 2 or 3 hr's)

Or

If i used ODATA Service. how to import the service into this application.

kammaje_cis
Active Contributor
0 Kudos

I would suggest to copy the current login page into a new one and make your changes there. Next set your new login page as the login page for Fiori. This blog gives lots of pointers. But you seem to need dynamic content in the login page based on server outages. You need to decide where to get that content from and if getting that content requires authentication.

karthikarjun
Active Contributor
0 Kudos

Simple, Go to Fiori system-> type se80-> under MIME repository-> under SAP arc-> Public-> BC-> UI2-> Logon-> right_click template_logon.html-> download it in your desktop ->append below code under logon div tag-> <div id="LOGIN_PAGE" onload="@sys_icf_cookie_check ()"> HI TYPE YOUR TEXT HERE </div> -> upload and replace the same under Logon folder.

regards,

Karthik A