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!