on ‎2020 Feb 19 12:39 PM
Hi SAP Community
My customer has the SAP MyTimesheet App on S/4 HANA. They have the requirement or would like to implement the function that the user receives a notification e-mail if his times are rejected by the project manager. Currently there is only a notification that is displayed on the portal. Is that possible and can anyone give me a rough idea of how this can be implemented? Is there any documentation or instructions in this regard?
Best regards,
Blazenko
Request clarification before answering.
Hi Blazenko ,
where are you approving / rejecting timesheet if in My Inbox App you can implement your logic in
/iwwrk/badi_wf_before_upd_ib badi for its workitem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Balzenko,
if its approved in My Inbox they made an implemenatation /iwwrk/badi_wf_before_upd_ib badi.check .
go to se18 -> badi -> /iwwrk/badi_wf_before_upd_ib badi.check-> implementation -> and you will see on the right ehancenment implementations for approval scenarios. find your enhancement for timesheet and go to enhancement and in /IWWRK/IF_WF_WI_BEFORE_UPD_IB~BEFORE_UPDATE method you can write your mail. according to decision key
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.