cancel
Showing results for 
Search instead for 
Did you mean: 

Invoking standard WebDynpro using Hyperlinks in Notification Email

anit_srivastava
Explorer
0 Kudos

Hi Expert,

Suppose we are sending notification mail to recipients using our developed FPM WebDynpro component. In that email, we are having contents along with hyperlink. Now once one of recipients click at hyper link then particular view of standard FPM web dynpro should be displayed.

Please guide me how we can call standard view of the same SAP Dynpro.

Thanks

Anit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Anit,

You should create inbound plugs for the particular views and fire the plug based e.g on an input parameter.

Best regards,

Gabor

anit_srivastava
Explorer
0 Kudos

Hi Gabor,

Above requirement is completed only by passing URL parameters along with URL. As far as your reply is concerned, we do not need to define inbound plugs.

However thank your for your valuable opinion.

Thanks

Anit Srivastava

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you writing any code for email triggering using WDP-FPM?..if yes, can you please share the code .

Thanks

KH

anit_srivastava
Explorer
0 Kudos

Hi Katrice,

Yes, I have used FM: SO_NEW_DOCUMENT_SEND_API1 for purpose of sending email under the event AFTER_PROCESS_EVENT in component controller.

Thanks

Anit