cancel
Showing results for 
Search instead for 
Did you mean: 

Offline Approvals via Lotus Notes

Former Member
0 Kudos

We are currently implementing SRM 7.0.

We have configured off line approvals and the email content is sent correctly to Lotus Notes.

When the user clicks "Approve" in Lotus Notes, the approval email is not automatically sent to SRM. The user is presented with a second screen that requires them to press the "Send" button in Lotus Notes.

We have a few questions:

Is this the standard function? If yes, can this behavior be changed?

If this behaior cannot be changed, can we edit/add text to the blank Lotus Notes email?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member544585
Contributor
0 Kudos

Hi Samson,

When the approver clicks on one of the approval links (Approve or Reject), the e-mail program generates a reply e-mail. This is why they need to click Send. This is standard behaviour. Please refer to the SAP online documentation:

[Offline Approval|http://help.sap.com/saphelp_srm70/helpdata/EN/31/ec423b4ac8d506e10000000a11402f/frameset.htm]

Can you change this standard behaviour? I believe you can. One-click decision function is offered by SAP Consulting (most likely, for an additional fee). Refer to SAP Note 1166763:

[https://service.sap.com/sap/support/notes/1166763]

You can edit the text of both incoming and reply e-mails. For this, you need to implement BAdI BBP_OFFLINE_APP_BADI.

Cheers,

Serguei

Former Member
0 Kudos

Thanks to both of you for very detailed and timely answers

former_member598013
Active Contributor
0 Kudos

Hi Samson,

We are also experiencing the same issue in our SRM7.0. Can you please suggest us what needs to be done for this.

Do we need to implement a BADI: BBP_OFFLINE_APP_BADI. Waiting for your Reply.

Thanks in Advance.

Chidanand

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

It depends on how email client handles the mailto action in HTML form.

Outlook shows dialog box. I think this is related with some security setting in email client side.

This is received HTML email.

-


...

<FORM name=post_decision accept-charset=UTF-16

action=mailto:WF-Batch#EBP_GEN_REPLY# method=post encType=text/plain>

<TABLE>

<TBODY>

<TR>

<TD>

<!#EBP_GEN_MAILTO_BEGIN#>

To approve or reject directly from this

e-mail, click on one of the following buttons (allow program to send e-mail in background):

<INPUT type=hidden value=00F3D1395134D34D34D3BE3BE38E01512DB5DB5FBE name=TECH_INFO_A>

<INPUT type=submit value="Approve by e-mail" name=submit>

<INPUT type=submit value="Reject by e-mail" name=submit>

<INPUT type=hidden value=444244093D34D34D34EF8EF8E380544B6D76D7 name=TECH_INFO_R>

<!#EBP_GEN_MAILTO_END#>

</TD>

</TR>

</TBODY>

</TABLE>

</FORM>

...

-


Regards,

Masa