on 2016 May 23 4:02 PM
Hi all,
i have requirement where when user deletes line item in a srm po, i need to send alert , need to trigger a URL with approver details and PO num.
could you please share any method which is triggered on click of order after deletion of line items.
Thanks in advance.
Request clarification before answering.
HI Venu
What does it mean by an alert ?
You can try to code in BBP_DOC_SAVE_BADI and see if any items is deleted then send an email to the approver which can contain the link
Alerts and notification from SAP std only works when the approval is triggered .. also you can restart the approval workflow which would automatically send it back to approver .
Regards
Vinita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi vinita,
yes, i need method which is triggered when approval process started for a user.
basically i need method which is called when work item added for user (for ex cart created and waiting for his/her approval ) and work item deleted(rejected cart or cart deleted or forwarded the cart) for that user.
i cant go with bbp_doc_save_badi as this badi will trigger multiple times..
Hi venu
PLease check the below link if they help to fix your issue ?
Regards
Vinita
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.