cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation Popup at Review step in Address ESS through WDJ

Former Member
0 Kudos

Hi Experts,

I have to implement a popup window after the edit step while changing the Address data in HR ESS. Popup window has two buttons "Yes" or "No".

Based on the button clicked I have to navigate. If "Yes" the go to next screen (Review) and if "No" remain in the same screen (edit).

Currently deployed BP ESS 1.41 SP10.Portal 7.0.

Can anyone help me on how to achieve this? Thanks in advance!

rgds,

Kirtiman

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

does anyone have any idea regarding this?

Former Member
Former Member
0 Kudos

you need to setup NWDS to download the webdynpro, modify it and redeploy it with your changes.

I wouldn't advise it, it's a big hassle and it's much easier to upgrade to EHP5 or higher and use the webdynpro's for ABAP. Those are easy to enhance

Former Member
0 Kudos

Hi andy,

thanks for your response. we have to implement it using web dynpro java only.

It will be really helpful if you can tell where to make the changes (show popup window). What I think is that cancelling the navigation after clicking on review button and showing the popup is the only option. Do you have any idea regarding it?

thanks!

Former Member
0 Kudos

Yes thats right, in the onEvent method you can implement this functionality.

For this you have to copy the sap code to ur name space and have to add this new popup feature.

Former Member
0 Kudos

Hi yuga,

I have done it but one problem is that if I remove some mandatory field and clicking on the review button, it is not checking and not showing the errors rather going to review screen without validation(becoz I cancelled the navigation.)

Do you know how to restart the event loop so that the mandatory field validation can be checked again?Thanks!