cancel
Showing results for 
Search instead for 
Did you mean: 

Standard field mandatory validation

0 Kudos

Hello to All

Currently we are using SAP SRM 7.0.

We have to remove  mandatory(State = Required) for one of the input filed, for this I have written the code in pre-exit, but it has been remove only Red mark * infront of Input field, after that, when we trying to save other data, still it is asking me enter the required value.

Can any one suggest on this issue.

Thanks & Regards,

Kamal

Accepted Solutions (0)

Answers (1)

Answers (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Kamal,

By setting input field's state = normal , we would turn off the mandatory behavior.

If its still not working, the message is coming from custom logic or required fields are maintained through customizing table.

Check out for logic which raises error message for required fields and you would be able find out if any customizing table is involved in this.

Hope this helps you.

Regards,

Rama

0 Kudos

Hi Rama

Thanks for your input.

Is there a way to find the customizing table for the standard field?

Regards,

Kamal

ramakrishnappa
Active Contributor
0 Kudos

Hi Kamal,

Either you need to approach functional consultant for help or find out the where used list of DATA element of standard field and find out the customizing table form the suggested list.

Also, you need to debug it until it reaches error message, so that you would come to know how the error message is being raised. i.e. either custom table or some other way

Regards,

Rama