on 2009 Oct 26 12:29 PM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.