In the following example, we will add a tip to the 'Individual Slip' radiobutton on the MB1C initial screen.
-
Go to the MB1C transaction in SAP.
-
open the 'SAPMM07M.E0400.sjs' script file, and enter the following code. Create the file if it does not already exist.
tip("R[Individual Slip]", "This is the Individual Slip radiobutton.");
-
Save the changes and refresh the SAP screen. It will now display as shown below: