Moving fields

In the following example, we will re-position the 'Sales Organization' field on the initial VA01 screen. However, we will not re-position the field label.

  1. Go to the VA01 screen in SAP. It appears as follows:


  2. Open the VA01 script file (SAPMV45A.E0101.sjs) and enter the following code. Create the file if it does not already exist.
    pos("F[Sales Organization]", [5,30], {"value":true});
  3. Save your changes and refresh the SAP screen.

The VA01 screen now appears as shown below. Note that the field and the field label have both moved to the new position on the screen.