Creating textboxes

In this example, we will create two large textboxes on the MM01 screen in SAP. TO demonstrate the process of creating new textboxes, please do the following.
  1. Go to the MM01 screen.
  2. Open the 'SAPLMMGM.E0060.sjs' script file, and enter the following code. Create the file if it does not already exist.
    textbox([1,2], [10, 100],{" name":"z_text"});
    textbox([1,2], [10, 100],{" name":"z_totext"}); 
  3. Save the changes and refresh the SAP screen. It will now display as shown below: