cancel
Showing results for 
Search instead for 
Did you mean: 

HAP_DOCUMENT_BODY

Former Member
0 Kudos

Hi All,

I want to post some validation in the tab Individual Targets and it should trigger when i click continue or save button. Continue is in the component HAP_MAIN_DOCUMENT. And the tab is in HAP_DOCUMENT_BODY. If any of you have worked on these can give me aidea about where to trigger this messages it would be good.

Thanks,

Koushik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Koushik

The best way for you to find where to apply the change, is to do this:

1) launch the WD and when you see the button(s) you want to apply the change, do a CTRL+Click on top of it.

It will show you a popup with technical information of that button

2) having this technical information, you now know exactly where is this button located. What is the exact WD, View, Container, Button ID, etc...

3) Having located the Button, all you have to do now is go to the view layout where that button is stored and check this buttons properties. You will need to see what method is triggered on the property onaction

4) Now that you know what method is called, all you need to do is to enhance that method (post exit section) and apply your validations there.

Kind Regards

/Ricardo Quintas