cancel
Showing results for 
Search instead for 
Did you mean: 

Master / Detail Fiori App with second window, with responsive refreshing of the content

0 Kudos

Dear SAPUI5 experts,

I have classical master / detail Fiori App using “SplitApp”.

In the master view I have list of invoices, in the detail view I have the invoice- details.

Now it would be great to have a second browser-window, where simultaneously will be shown the image of the invoice itself. So when I navigate in the first window, in the master list on another invoice, there will be refresh not only in the detail view, in the first window, but also the image will be changed in the second window.

Is it basically possible to implement something like that? To generate a second window and control it from the first one?

If yes, do you have some hints for me, what to do in order the extend my current Master / Detail Fiori App?

Every idea is highly appreciated!

Thanks a lot and best regards!

Valentin

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Rohit,

Yes, you are right, basically I am looking for a way to get 3. panes.

And yes, I know the sap.f.FlexibleColumnLayout control.

The think here is, that in order to use sap.f.FlexibleColumnLayout control I have to partially rewrite the whole app. And neither am I so good SAPui5 developer, nor we have the time for it.

On the other side, the customer would appreciate to have the image in a separate Window, which has fix position on his monitor.

Last but not least I am looking for a way how to extend the existing application, without risking to damage that, what is very stable today.

Any other ideas?

Rohit, once again thanks a lot!

rohit_singhal
Active Contributor
0 Kudos

Hi Valentin,

If I understood your question correctly, you are basically looking for a way to get 3 panes.

Master Pane: Invoice List

Detail Pane: Selected Invoice Details

Third Pane: Image/Related content.

This requirement can be fulfilled by using sap.f.FlexibleColumnLayout control. This navigation container has 3 panes. Demo link.

Best Regards,

Rohit