cancel
Showing results for 
Search instead for 
Did you mean: 

Add supplier-name to E-Mail notification

henning_abel
Participant
0 Kudos

Hi SRM-gurus,

in the E-Mail notification e.g. for a REVIEWER we'd like to not only see the positions with description, product, amount, unit etc. in the overview-table but also the supplier name of every position.

We tried to find this in Standardtask 10008212 and also in Workflow WS10000265, but didn't come to a result, yet.

Perhaps somebody has a hint for us.

Thanks in advance,

Henning

Edited by: Henning A. on Jun 25, 2008 2:26 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hallo Henning,

You have to make a small modification in RSWUWFMLEC or in RBBP_NOTIFICATION_OFFAPP, or implement the BADI BBP_OFFLINE_APP_BADI.Use the method "MAIL_CREATE" to create your custom specific mail body for the email. I would rather do a modification in RBBP_NOTIFICATION_OFFAPP (SRM5.0) or in RSWUWFMLEC (SRM 4.0).

may you change the form

PERFORM mail_recipients_get

TABLES lt_workitem_tab

lt_wi_recipient

USING ls_sel_params.

and let this function gives back the supplier name as well.

Afterwards in lo_message_create->execute you have to change the creation of the email text.

but this one is easy.

Best regards,

Beste grüsse

Daniel