Entering content frame

Function documentation GET_FIELDSET_LAYOUT Method Locate the document in its SAP Library structure

Use

The GET_FIELDSET_LAYOUT method specifies the arrangement of several related input fields using the <fieldset> tag.

Features

The <fieldset> tag is used to group related input fields in a Web application. This allows the browser to optimize the display and navigation and display specific contents on the screen simultaneously.

Values

Values

Short Description

notSupported

<fieldset> tag is not supported by the device.

ignored

<fieldset> tag is ignored, the input fields are displayed below one another.

beneath

The input field groups are displayed below each other.

beneathWithIndent

The input field groups are displayed below each other, and the input fields are indented.

sideBySide

The input field groups are displayed side by side.

Interface IF_CLIENT_INFO

Leaving content frame