nolabel

The nolabel option for inputfields deletes the onscreen label.

The nolabel option removes the field's onscreen label. The syntax is as follows:

{"nolabel":true}

Examples

To demonstrate the nolabel option, please do the following:

  1. Open the Easy Access script file (SAPLSMTR_NAVIGATION.E0100.sjs) and enter the following code. Create the script file if it does not already exist.

    inputfield([4,5], "Inputfield Test", [4,20], {"name":"inpfld_1","size":20});
  2. Save the changes and refresh the SAP screen.

  3. The screen now appears as follows:



  4. To demonstrate the nolabel option, re-open the script file and add the nolabel option as shown below:

    inputfield([4,5], "Inputfield Test", [4,20], {"name":"inpfld_1","size":20, "nolabel":true});
  5. The screen now appears as follows: