Moving 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. All additions will be made to this file.

The VA01 overview screen appears as follows:



Moving native SAP columns

To move a ntaive SAP table column, you must specify one of the following:

in either case, you can use either an actual string or a variable string to identify the label or the name of the table column. To move a table column, please do the following:

  1. Move the column labeled Material in the All items table to a new position within the table. The code is as follows:

    columnorder("[Material]", 5);
  2. The screen will now appear as shown below::