cancel
Showing results for 
Search instead for 
Did you mean: 

Validation in Personal Data application of standard ESS

Former Member
0 Kudos

Hi expert,

I want put some validation on standard ESS personal data application.I have imported the DC and create project with the it.

But now I am unable to understand how to implement the validation. I want to put validation on First Name & Last Name as it is accepting Nos also.

I want this to accept only Characters.

Please teel me where and how to put the validation.

Please answer me as early as possible.

Thanks & Regards,

Aniruddha Bhattacharya.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

HI Aniruddha,

try using the regular expressions in Java for making these checks, thats the best way to check for only characters. You will get sample code for a Regex comparision.

Regards,

Poojith MV

Former Member
0 Kudos

Hi,

Thanks for your reply.

I have the code. My problem is not with the code. I am not able to understand where in standard code in Personal data application I need to write the validation code for First Name or Last Name.

Please suggest me where I need to put the code. Or Is it possible to do the validation part from BADI HRPAD00INFTYUI.

please help me.

Regards

Aniruddha