Entering content frame

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

Use

The GET_BACK_HARD_WIRED method provides information on whether the Back function, which calls the last page visited, can be executed with a fixed key or has to be defined and programmed with a soft key.

The individual device types provide the user with varyingly customized keys for operating the application. Not all WAP-enabled devices have a fixed key for the Back function.

With a Soft Key, which is displayed by a label in the menu bar at the bottom of the screen, you can assign a function to a key. The function is assigned to the key using the WML tag <do> and executed by pressing this key.

The WML code for assigning the Back function to a key is:

<do type="prev" label="Back">
<prev/>
</do>
.

The GET_BACK_HARD_WIRED method returns a Boolean value. The platform-specific value for "True" means that the Back function is assigned to a key. In this case, the <do> tag is not required.

Interface IF_CLIENT_INFO

Leaving content frame