Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to debug notification email functionality in solman 7.2

Former Member
0 Likes
1,065

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.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
0 Likes
923

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.

Read only

Former Member
0 Likes
923

Hi Expert,

Need Test suit case to debug Tcode BP_MON transaction for Alert notification as normal debugging its not working. Thanks.