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. All additions will be made to this file.
The VA01 overview screen appears as follows:
To hide a native SAP table column, please do the following:
Hide the Material in the All items table. The code is as follows:
columnsize("Material", 0);
The screen will now appear as shown below::