cancel
Showing results for 
Search instead for 
Did you mean: 

Master-Detail page and Single page in one app

Former Member
0 Kudos

Hi,

I am implementing master-detail approval app using SAPUI5. I have a login page that appears when there is no session. I want to know how to implement a full screen page in a master-detail page app. Once, the user logs in, he should be able to resume his old activity in the app.

P.S. I dont want to use a dialog box for this.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Senthil,

  Refer this: Approve Purchase Orders

And you can use multiple pages in a single view so you can design multiple pages in single view  as per your requirements

Refer this -page: SAPUI5 Explored

Refer this- nav container: SAPUI5 Explored

Regards

Sathish Mani

kedarT
Active Contributor
0 Kudos

Hi Senthil,

Try this:

In your component.js file instead of instantiating the AppView instantiate  the LoginView on the click on logon button(i hope you would have one) in the LoginView Controller using the Routing functionality navigate to AppView which will have the Master/Detail pages displayed.

Hope this helps.

Former Member
0 Kudos

Assuming the user is in a particular page and stays inactive for a long time.

The session is lost now. He clicks something and gets diverted to the login page.

Once, the user logs in, he should be able to resume his old activity in the app. How to achieve that? I don't see a back functionality implementation in SAPUI5.

kedarT
Active Contributor
0 Kudos

HI,

Are you embedding your application in Fiori LauchPad. If yes then i think launchpad shall take care of this.

Former Member
0 Kudos

This is for our custom app. I am not embedding in Launchpad.