cancel
Showing results for 
Search instead for 
Did you mean: 

Validating the data in ESS Address Application

former_member214868
Participant
0 Kudos

Hi,

We are using ECC 6.0 Ehp3. Portal version is 7.0.

We are using the standard DC called essusaddr to maintain the employees communication information.

The DC details are as follows.

Component:

VCPerAddressUSDetail_13

View:

DetailView_13.

In the Contact Information, We have options to enter the phone numbers and i need to do the custom validation there.

When i open the above Component and View, I am unable to see the Review and any other buttons in the view.

I need to write the validation logic on Click of Review button. I am struck now as i am unable to see the buttons there in the view.

Could anybody please let me know where these buttons will be availabel and where i need to put the validation logic.

Thank you very much for your response.

-Urmi

Accepted Solutions (0)

Answers (2)

Answers (2)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

all the validation is done in the backend

check in CL_HRPA_UI_CONVERT_0006*

Former Member
0 Kudos

urmi

it is difficult to answer the question in terms of your approch but you can certainly write validation using a badi already available in ERP. the badi can be searched using se18 and the name is HRPADinftydb*.

to answer this question from dynpro angle it simportant to understand the core issues which probably would need nwdi setup which unfortunately i donot have.

thanks

barin

former_member214868
Participant
0 Kudos

Hi Barin Desai,

Thanks for your reply. I will ask my ABAP team to look into...

Anyway I would like to know from where the error handling is happen and the messages are coming from.

For example, if we enter the phone number of not 7 digit after the Area code, after clicking review, its throwing the erorr message that, Phone no shold be 7 digit.

I am completely clueless as there is no action buttons visiable in webdynpro DC and their correponding action methods.

Where to write the validations?.

I assume lot of forum members might have worked on these kind of requirement, and request you to share their approches.

-Urmi