Navigate to the VA01 Overview screen in SAP and open the 'SAPMV45A.E4001.sjs' script file. Create this file if it does not already exist.
The VA01 overview screen appears as follows:
To resize a native SAP table column with columnwidth, please do the following:
Resize the Material column in the All items table to 3 pixels. The code is as follows:
columnwidth("[All items, Material]", 3);
The screen will now appear as shown below::
To change the width to a different value, change the code as follows:
columnwidth("[All items, Material]", 15);
The resized column will appear as shown below: