Using Your Liquid UI Products > WS aka Web Scripts (Attended RPA for SAP)
Liquid UI - "clearscreen" command
(1/1)
Benjamin Dasari:
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!
Navigation
[0] Message Index
Go to full version