Prerequisites
- Products: Liquid UI WS, Liquid UI Server or Local DLL, Client Software
- Commands: tip()
Purpose
The article guides you on how to add tips to native SAP screen elements using tip(). Here, we are considering the Create Sales Order: Initial Screen as an example.
Syntax
tip("F[Screen Element]","This is a tip");
User Interface
//Create the file SAPMV45A.E0101.sjs inside your scripts folder for customizing Create Sales Order: Initial Screen.
//Now, add the Liquid UI script to the above file and save it.
Customization
- Log into SAP, navigate to the VA01 screen, and add the text “01, 02, or 03 only” as a tip for the Division input field using the tip().
//Creates tip command for the division input field tip("F[Division]","01,02, or 03 only");
- Refresh the SAP screen, then you will see a symbol next to the field. The defined tip message will display when the mouse hovers over it, as shown in the image below.