Using Your Liquid UI Products > WS aka Web Scripts (Attended RPA for SAP)

Liquid UI - "windowsize" command

(1/1)

Benjamin Dasari:
Purpose:
Re-size or re-position popup windows in SAP.
The windowsize command is used to re-size or re-position onscreen popup windows in SAP.

The syntax is as follows:
   windowsize([startRow, startCol, width, height]);
   
NOTE: The windowsize command does not take any options.   

Liquid UI Code:
----------------------------------------------------------------------------------------------------------------------------------------------
Script File Name: RSM04000_ALV_NEW.E2000.sjs
----------------------------------------------------------------------------------------------------------------------------------------------
// "/o" - Session Popup
windowsize([15,4,80,12]);

See attachments for code samples!

Navigation

[0] Message Index

Go to full version