cancel
Showing results for 
Search instead for 
Did you mean: 

How to change text in table included in WF message

Former Member
0 Kudos

As part of the WF PO approval notification there is a table containing the PO contents.   How do we change the column text contained in that table?

Sandra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you talking about offline approval mail for PO?

if yes, you will have to implement the badi BBP_OFFLINE_APP_BADI to change the email content.

Regards,

Sushil.

Answers (1)

Answers (1)

Former Member
0 Kudos

This is what I found so far and will go down this path with the developers.   When /SAPSRM/OFFLINEAPPROVALsend is executed it executes a method IF_EX_BBP_OFFLINE_APP_BADI~MAIL_DATA_GET   that is in class

ZCL_IM__BBP_OFFLINE_APPRVL

It is in this method where we have previously made changes to the outgoing approval e-mail - but just the top part.   What I discovered while debugging is that there is an internal table that contains all the values for the entire text of the e-mail.   

I'll consider this closed.  

Thanks

Sandra