cancel
Showing results for 
Search instead for 
Did you mean: 

Don't want to use WebDynPro URL in email notofications to approvers?

former_member194142
Participant
0 Kudos

Hello

I have developed a WebDyn Pro ABAP application, the generated URL is as below

http://abcdevw1.xx.yyy.com//sap/bc/webdynpro/sap/z_Sales_Order?iv_order_id=US-000152&iv_process=1&sap-language=EN

( Same link of above  - http://abcdevw1.xx.yyy.com//sap/bc/webdynpro/sap/z_Sales_Order??iv_order_id=US-000152&iv_process=1&s... )

We are developed a iView for this application and the SAP Portal link looks like bleow

https://sapportal4-dev.na.xom.com/irj/portal/https://sapportal9-dev.xx.yyy.com/abchttps://sapportal4-dev.na.xom.com/irj/portal//portal/

Workflow sends email notifcations to approvers with the link into their outlook inboxes, well, so that approvers clicks that links directly and the approvers get into their (Single Sign On is available) order and approves it.

This application is not yet went to PRD

Even though we developed the iView of SAP Portal, until now, we developers are using/testing our application by using the above said WebDynPro generated URL

But, now, we are getting into real time, meaning, the workflow has to send the actual SAP Portal link to the approvers email notofcations into their outllok inboxes, pls. let me know

1) How can we achieve this?

2) How can i include the sales order ID in the portal link (as shown in red part)? Same cased with How can i include the Process ID in portal linnk

3) With that order ID only, the WebDynpro knows/imports the sales order # then, WDA opens that order in browser, so, do i need to change any existing code in WDA?

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

After creating iview in portal, copy that iview link and concatenate the sale order number to that URL.

Now in your web dynpro component use get_data method of wd_event to read url parameters.  check this thread for more details:  http://scn.sap.com/thread/1607816

And for hiding the URL, send mail in html format. using

<a href="your portal link along with so number"> Click here to approve </a>

Also check my article for reference : How to integrate Wed Dynpro ABAP in Portal

hope this helps u.,

Thanks & Regards,

Kiran

former_member194142
Participant
0 Kudos

Hello Kiran, Thank you

I have gone thru your wiki, pls. check my other thread,

http://scn.sap.com/thread/3215259

Pls. help me by answering your inputs

Thank you

Answers (2)

Answers (2)

former_member194142
Participant
0 Kudos

Any help pls?

Thank you    

former_member194142
Participant
0 Kudos

Any help pls?

Thank you

former_member194142
Participant
0 Kudos

Any help pls?

Thank you

former_member194142
Participant
0 Kudos

Any help pls

Than you