cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Shopping Cart number in Subject

Former Member
0 Likes
133

Hi All,

We are using theStandard N-step approval workflow for approving/rejecting shopping carts. When a shopping cart is created or moved to the next approver an email is sent which says ' Approve Shopping cart of XXX of amount XXX' .

I want to add the Shopping cart number in the subject, but i donot find the task that is sending this email.

I found a task TS10008126 which sends the workitem to user inbox.

Is it possible for me to change the workitem text since this is a standard task/workflow ?

Please suggest.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi aarvi,

Implement the badi BBP_OFFLINE_APP_BADI. the methods MAIL_DATA_GET and MAIL_CREATE to cnange the Subject line to include the Sc #.

BR,

Deepti.

franz_feichtenschlager
Active Participant
0 Likes

Hello Aaarvi,

Reports RBBP_NOTIFICATION_OFFAPP or RSWUWFMLEC are generating the emails in SAPConnect.

Whichever one you use, you might want to make a copy of the report and check the code, that generates the Email.

Where the subject line is generated you will have to change the code to add/insert the SC number.

Regards,

Franz