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.
-
Go to the MM01 screen.
-
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"});
-
Save the changes and refresh the SAP screen. It will now display as shown below: