Purpose:
The clearscreen command deletes all screen objects on the current SAP screen.
This is particularly useful when preparing a given screen for a custom appearance as in the case of a Mobile application.
The syntax is as follows:
clearscreen();
Options:
The clearscreen command does not take any options.
Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: SAPLSMTR_NAVIGATION.E0100.sjs // SAP Easy Access
----------------------------------------------------------------------------------------------------------------------------------------------
// Clears and displays blank screen
clearscreen();
See attachments for code samples!