cancel
Showing results for 
Search instead for 
Did you mean: 

Link in Rejection Email

Former Member
0 Kudos

Hi Experts,

When a Approver rejects a Shopping Cart, i am sending an email.In that email i wnat to send a link using which the user can login and directly open the shopping cart in change mode.

How do i create that Link?

Runal.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

you can send hyperlink in the rejection mail

check the following procedure

1)go to the control tab in the send mail step

2)double click on the task TS99900233

3)click on the description tab

< < A HREF = "http://www.sdn.sap.com">

www.sdn.sap.com

</A> >

Edited by: sateesh kumar on Sep 16, 2009 2:28 PM

Former Member
0 Kudos

Thnks sateesh, but it is not a send mail step and the Task used in TS10407929.

former_member185167
Active Contributor
0 Kudos

Hello,

How are the rejection mails being sent? Extended notifications? RSWUWFML2? It is a mail isn't it, not a workitem?

So you know how to change that URL such that it would end up in Change mode? Does the URL reference a method or a transaction name?

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

Just search this forum and you will get your answer. You need to use HTML text for this.

Thanks

Arghadip

former_member185167
Active Contributor
0 Kudos

Hello,

You could send a workitem to the user and in addition to that use Extended Notifications to send an email to the user.

In that email will be a link to the object instance which will run the Default method when it's clicked on. As Default method you can use a method which goes to the shopping cart in change mode.

Or you could figure out how Extended Notifications manages to send a link like that and do it yourself.

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

Hi Rick,

Can you give me the method name which can be used for Shopping cart change mode tcode.

Radhika.

former_member185167
Active Contributor
0 Kudos

Hello,

I don't know if there is one, but if there isn't you could make your own and have it call the transaction for shopping cart change mode.

regards

Rick Bakker

Hanabi Technology

Former Member
0 Kudos

Hi Rick,

My issue is that the Rejection email has a URL which opens the shopping cart in display mode. We actually want it to be in change mode, hence we want to change the Link.

But when i check the task, i do not see any link in there. Task is TS10407929. This is an activity step which is called in backgorund which use the class CL_BBP_ACTION_NOTIFICATION_WF, method - SEND_PARAM_MESSAGE_WF.

Any clues from where is this URl coming in the mail??? How can i change that link?