cancel
Showing results for 
Search instead for 
Did you mean: 

SC table in email notification

Former Member
0 Kudos

Hi All,

Once we create a SC, an email notification is sent by WF task TS40007953 to the approver.

The email notification contains the text content from task description + a table of SC item details.

We need to remove this table and display line item details in simple text.

From where is the table being appended to the email, which code appends this table to the email notification.

Thanks,

Prabhakar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This is appended in report  /SAPSRM/OFFLINEAPPROVALSEND search for text c_table_begin .

You can remove the table by implementing badi BBP_OFFLINE_APP_BADI method IF_EX_BBP_OFFLINE_APP_BADI~MAIL_DATA_GET

Regards,

Sushil.

Former Member
0 Kudos

Hi Sushil, Thank you for the reply. If we need to do this simplification only for some emails ie. some approvals of SC/PO, how do we know that it is SC or PO, in the BBP_OFFLINE_APP_BADI, or is there any other BADI we could use? Regards, Prabhakaran

laurent_burtaire
Active Contributor
0 Kudos

Hello,

for method MAIL_DATA_GET, check changing parameter CS_EVENT-OBJECT_TYPE.

Regards.

Laurent.