Intro

The split-screen layout is optimized for displaying and processing a list of items. On the left, users can quickly scan and navigate through the list. On the right, they see the details of the selected item, and can trigger related actions or edit the data.

Split-screen layout, Picture

Split-screen layout

Usage

Use the split-screen layout if:

Do not use the split-screen layout if:

Structure

Split-screen layout – Structure, Picture

Split-screen layout – Structure

Like all layouts, the split-screen layout is embedded in the shell bar of the SAP Fiori launchpad. From the header, users have access to the launchpad services, including the home page, search, settings, and help. Apps are embedded in the shell and have little influence over its features.

The split-screen layout is divided into two separate areas:

Both areas have separate app headers and footer bars with navigation and actions.

Split-screen layout – Two independent scrolling areas, Picture

Split-screen layout – Two independent scrolling areas

The split-screen layout has two independent scrolling areas: the master list area and the details area. To implement the split-screen layout, you can use the sap.m.SplitApp control.

Typical navigation within the details area, Picture

Typical navigation within the details area

The split-screen layout has two independent navigation containers. Drilldown capabilities and back navigation are supported in both the master list and the details area. For details on navigating in the master list, see the master list pattern.

In the details area, the user can drill down to the details of the main object within the app. Do not offer navigation to other apps from either of the split screen areas.

For example, the main item in the details area might be a shopping cart. A shopping cart contains multiple products. Within the details area, the user can navigate from the list of products in the shopping cart to the details for a single product. To navigate back to the shopping cart, the user clicks or taps the back arrow that appears at the top of the details area. In addition, apps should offer iterators (up/down arrows in the app header) to help users navigate more easily between products.

Drilldown and back navigation in the details area, Picture

Drilldown and back navigation in the details area

Responsiveness

Split-screen layout on a phone, Picture

Split-screen layout on a phone

Split-screen layout on a tablet, Picture

Split-screen layout on a tablet

Split-screen layout on a desktop device, Picture

Split-screen layout on a desktop device

On narrow screens for phones (or tablet devices in portrait mode), the master list and the details are split into two separate pages. The user navigates between the list and details, and can see all the available information for each.

The split-screen layout comes with built-in logic to respond to different device types, which reduces the development effort. This is an advantage over the full screen layout, which needs to be adapted manually by the app development team.

Split-screen layout with letterboxing on a desktop device, Picture

Split-screen layout with letterboxing on a desktop device

To further reduce the difference in width, you can make use of letterboxing to limit the maximum width of the app.

Examples

Reference App Manage Products

Reference app ''Manage Products'' – Product master list, Picture

Reference app ''Manage Products'' – Product master list

Reference app ''Manage Products'' – Product details, Picture

Reference app ''Manage Products'' – Product details

Reference app ''Manage Products'' on a tablet, Picture

Reference app ''Manage Products'' on a tablet

Reference app ''Manage Products'' on a desktop device, Picture

Reference app ''Manage Products'' on a desktop device

The reference app highlights how the user can navigate between the master list and the product details. The user selects a product in the master list and navigates to the product details. By selecting the back navigation, the user returns to the master list.

On a tablet, the master list and details can already be shown side by side. The user selects an item in the master list and it is displayed in the details.

However, when the tablet is turned into portrait mode, similar behavior occurs as on the smartphone. This time, the list can be called up from a menu in the top left-hand corner of the screen and it overlays the details area. The list disappears when the user makes a selection.

Split-screen layout on a tablet in portrait mode – The master list can be called by a menu button in the top left-hand corner, Picture

Split-screen layout on a tablet in portrait mode – The master list can be called by a menu button in the top left-hand corner

Resources

Elements and Controls

Implementation