cancel
Showing results for 
Search instead for 
Did you mean: 

Launch dialogue box after logon to Fiori launchpad

Former Member
0 Kudos

Hi All,

Is it possible to "do something" in launchpad right after user has logged on. Show him a Dialogue box and ask for entering some details(Feedback, reason for login). Just some small interaction with the user before user starts his "real" work.

I have gone through some links in SCN but not found the exact process.

Please help me in this.

Thanks & Regards,

Satya

saurabh_vakil
Active Contributor
0 Kudos

You can also consider implementing the required functionality that you want to be executed once the launchpad loads using a plugin component.

Accepted Solutions (0)

Answers (4)

Answers (4)

ronak_pandya
Explorer
0 Kudos

Hello,

can can you please let me know what exact solution did you applied for this.

kammaje_cis
Active Contributor
0 Kudos

A launchpad plugin is ideal for this requirement.

Read more about this here . There is a Web IDE template as well for this now.

Joseph_BERTHE
Active Contributor
0 Kudos

Look at this link : Extending the Launchpad

Sharathmg
Active Contributor
0 Kudos

Yes. You can extend the standard launchpad application to include a dialog box for the purpose.

Did you check on the extensibility of standard Fiori screens/apps.

Regards,

Sharath

Former Member
0 Kudos

Hi Sharath,

Thanks for your response.

I have checked the extendibility of standard fiori launchpad login page, but I could not find much clarity on this and got to know that login page will be called from ABAP program /UI2/CL_SRA_LOGIN but I don't have an idea how to enhance this.

Can pls suggest the BSP application name which can extend the standard login page?

I want to enhance the fiori login page.

Thanks & Regards,

Satya

Sharathmg
Active Contributor
0 Kudos

Yes. Thats is the standard ABAP class to start the logon page. You can have your custom class for the purpose.

Then, provide your custom class in place of the standard class and the frameowrk should open your custom class.

You duplicate the CL_SRA_LOGIN program and insert your code in it. Replace the config in SICF for login page with your duplicate class name. That should work.

Regards,

Sharath