cancel
Showing results for 
Search instead for 
Did you mean: 

Adding custom validation to the fields in custom configuration

Former Member
0 Kudos

Hi all,

I have requirement where validation must be done to some fields in the custom configuration of the change request screen in MDG. can anyone tell me how to do that one.

Thanks in advance,

Pazhaneraajaa.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member219747
Participant
0 Kudos

Hi Pazhaneraaja,

Please use class CL_USMD_CR_GUIBB_GENERAL_DATA, method PROCESS_EVENT for all ur custom validations.

Regards,

Mrityunjai

former_member187452
Contributor
0 Kudos

You can do the validation in the Feeder class of the UI configuration.

Former Member
0 Kudos

hi bharat,

can u pls tell me how to do that one.

Former Member
0 Kudos

Hi ,

Please check USMD_RULE_SERVICE badi . There is method called check_entity there you could add any validation .