Author Topic: Liquid UI - "clearscreen" command  (Read 2210 times)

Benjamin Dasari

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 95
    • View Profile
Liquid UI - "clearscreen" command
« on: September 19, 2017, 03:07:11 PM »
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!