Scroll Bars (Control Element) 

Scroll bars inform the user that there is more information available than displayed on the current screen. The user can view the hidden portions of the available information.

Illustration

Horizontal scroll bar

Purpose

Scroll bars can refer to an entire window as well as to parts of a screen such as tables or lists. They are to be used in the following cases:

Appearance

Structure

Scroll bars consist of the following parts:

Design Guidelines

Scroll bars should extend over the entire height or width of the area to be scrolled.

Implementation

The platform-specific appearance is used for scroll bars.

Use/Functionality

A window can have vertical and horizontal scroll bars. They can only be operated with the mouse. You can scroll as follows:

You can also scroll vertically screen by screen using the keys "Previous page" ( F22 or PgUp), "Next page" ( F23 or PgDn) or pushbuttons in the work area.

Other scroll options (first/last page, next/previous page) are offered with the function keys F21 - F24 (or corresponding scroll keys on the keyboard) and the scroll arrows in the standard toolbar which are to be operated with the mouse.

Technical Notes

Scroll bars are made available by the Basis Department.

General

If the current window size is smaller than the screen size, horizontal or vertical scroll bars are activated automatically.

ABAP/4 Lists

Scroll bars are activated automatically in ABAP/4 lists. They are active if the list exceeds one screen page (depending on the window size).

Step Loops

In step loops, scroll bars can be activated manually. The following requirements are necessary to do this:

In all other cases, usually no scroll bars appear.

Cross-References