Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Benjamin Dasari on September 19, 2017, 03:07:11 PM

Title: Liquid UI - "clearscreen" command
Post by: Benjamin Dasari 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!