‎2021 Feb 03 1:03 PM
Hello Experts,
Can you please let me know how to debug BPMON email functionality via ABAP as we need to do some custom modification. Thanks.
‎2021 Feb 03 3:12 PM
I would say: "like any other ABAP program". But you probably miss some technical knowledge how to do that on big unknown programs. You could do an ABAP trace to see the ABAP programs involved. Or even the SQL trace with collection of ABAP stack. Probably the email functionality uses CL_BCS and CL_DOCUMENT_BCS. When you debug, maybe you need to activate the Update Debug, because it's frequent that the email is sent from the Update task. When the debug arrives in the update task, add a "statement breakpoint" on the procedure you have previously identified.
‎2021 Feb 16 10:19 AM
Hi Expert,
Need Test suit case to debug Tcode BP_MON transaction for Alert notification as normal debugging its not working. Thanks.