cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate to external URL in response to an FPM event

0 Kudos

Hi all

Im in process of making design changes to the ESS address application which uses FPM & webdynpro.

like when the user clicks the radio button for effective date on the edit screen for Address updates application. I need to pop up /open a window which is a URL to another application . where I make changes & close it.

I have the option of making it an FPM event like when the user clicks review button . instead of when he selects the radio button which i assume is not an FPM event

can somebody provide me a sample code to do this.

any advice will be appreciated

thanks

Prasad Badal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prasad,

In FPM, all predefined events are constants like EVENT_ADD, EVENT_SELECT...etc so you can define your own events.

When the user selects then raise your event.

If you need any more info then get back to me....

Cheers....

Satya

[Pls reward points if this is useful]

Former Member
0 Kudos

Hi Satya,

I have made a few changes to an ESS application wherein the FPM event EVENT_SELECT is called. This event is called whenever I click a button. Sometimes this event is not getting triggered. Any Idea?

Regards,

Mathan