Removing native SAP columns

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 remove a native SAP table column, please do the following:

  1. Remove the Material in the All items table. The code is as follows:

    columnwidth("[All items, Material]", 0);
  2. The screen will now appear as shown below::