cancel
Showing results for 
Search instead for 
Did you mean: 

Change Mail description for Email Notfication to SUS

Former Member
0 Kudos

Hi,

I am trying to change the Mail Description in Function Module BBP_SUS_NOTIFICATION_SEND. I see a BADI for doing the same on line 233.

The code is as follows:

CLEAR: lv_maildescription.

CLASS cl_ex_bbp_sus_mail_descr DEFINITION LOAD.

CALL METHOD cl_ex_bbp_sus_mail_descr=>if_ex_bbp_sus_mail_descr~setmaildescription

CHANGING

cv_maildescription = lv_maildescription.

IF lv_maildescription IS INITIAL.

lv_maildescription = text-001.

ENDIF.

I was going through the below thread:

I am new to BADIs. Any help on how I need to go about the BADI?

TIA,

Prabhakar

Accepted Solutions (1)

Accepted Solutions (1)

khan_voyalpadusman
Active Contributor
0 Kudos

hi,

yes there is one badi available.

1 ) transaction se18

2) enter badi name as BBP_SUS_MAIL_DESCR.

3) click display

4) menu --> implementation --> overview --->

here you have to create your own implementation and write the code in the method

SETMAILDESCRIPTION for changing the text according to your requirements

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Khan and Disha. It solved my problem. I awarded points to each of u.

Thanks,

Prabhakar

Former Member
0 Kudos

Hi,

See these foll related threads for more info:

BR,

Disha.

<b>Pls reward points for useful answers.</b>