cancel
Showing results for 
Search instead for 
Did you mean: 

Need to add a Pop Up in Portal before calling an WD application

Former Member
0 Kudos

Dear All,

I've a requirement to display a pop up message with 2 buttons 'YES' and 'NO' before calling an application for Candidate Profile in portal.

The standard Webdynpr application is 'HRRCF_A_CANDIDATE_PROFILE_INT' and I need to call a pop up message for this. Any best possible solution ??

Currently, I've created a custom Webdynpro component for pop up message. But when I run this in Portal Iview, it does work. However the above standard application doesn't show up in portal iview. If you can guide me in this, then please suggest otherwise any better solution to this query is also accepted.

Thanks,

Itishree.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Itishree,

The way you have choosen, is the right one..

Please do the following process..

1) create a custom WDC, and in the view embedd a popup.

2) write handlers methods to Yes and NO buttons on the popup.

3) For those handler methods, Under 'YES' call the other WDA, in this case the Standard WDA.

4) Create a WDA for the custom WDC.

5) Link the Custom WDC, and its WDA to the portal.

NOTE: In the method handler 'YES', do call this method.

call method cl_wd_utilities=>construct_wd_url.

Hope it solves the problem or is clear abt the steps involved in it.

I have done the similar ones earlier and got reslolved.

Good day!

Regards,

SHashikanth. D

Former Member
0 Kudos

Hi Shashikanth,

After applying these changes testing from portal side is failing.

Can you please guide me? Need further assistance on this.

Itishree.