cancel
Showing results for 
Search instead for 
Did you mean: 

How to display * in case of Mandatory field.

Former Member
0 Kudos

Hi All,

Could you let me know how do you determine which template needs to be changed to put * next to mandatory field. I am scanning BBPMAININT internet services in SE80 t-code but found more than 50 HTML templates and struggling to find the correct template so that i can put * next to my custom/mandatory Z field.

Please help in searching correct template and the place to put * thingy.

Any help in this regard will be rewarded with points.

Thanks,

~Ket

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ketan,

To find out the HTML Template in which you need to make the changes, go to the SRM WEB. Right click on the page where this * has to added. Then click on View Source. Here you will be able to find the template by searching for the field to which u want to add a *. See under which template field is present.

Go to SE80 and change the HTML Template found. To add the * in the template use the following line of code:

<font class="required">*</font>

Hope this helps.

Thanks,

Pradeep

Answers (1)

Answers (1)

Former Member
0 Kudos

If you need a very simple option, just add * at the last in the data element text of the customer fields.

Regards

Kathirvel