cancel
Showing results for 
Search instead for 
Did you mean: 

defining as required field

Former Member
0 Kudos

Hi!

Is there any way to define an input field as a required field.

reagards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can set the state property of the inputField to required. There must be label for your inputField. For this label set the labelFor property to the ID of your inputField.

This will work surely.

thanks & regards,

Manoj

Answers (3)

Answers (3)

Former Member
0 Kudos

u have to follow these steps.

1)go to prperties of the inputfield

2)change the state prperty from normal to required.

3)go to the Inputfield label propertyies

4)give the id of inputfield to the 'labelfor' property of the label

Then it's working.

Former Member
0 Kudos

You do not specify the transaction codes to make these changes. I am looking to make a field in the customer master not required. Can you provide the tcodes generally used to make these changes?

Former Member
0 Kudos

Hi,

set the state property of the inputfield to

<b>state required</b>

Create a validating action to validate if some conditions are to be met.

Regards

Ayyapparaj

former_member720137
Active Participant
0 Kudos

Hi

Yes its possible... there is a property of Input Field called as "Status", select required in it..

Then it will come as Required Field with an Asterisk.

Regards

Puneet