cancel
Showing results for 
Search instead for 
Did you mean: 

want to trace the program sending mail with a PDF file.

Former Member
0 Kudos

I want to trace the program sending mail with a PDF file.

I set a break point in the program which is the driving program for a costmizing output type.

I created a output entry with a medium of simple mail and filled other infomation like mail address ....

after click on 'SAVE' , the mail was sent out, but it didn't go into the break point i set .

anybody tell me how to get the break point ? will be better let me know WHY & How ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You want to debug something which is processed in update task.

So what you have to do is type "/h" (without the " in the box where you type the transactioncodes) to activate debugging just before you hit the SAVE button.

When you come into the debugger (classic is the one i use) you select "Settings" then "Update debugging". This activates update debugging.

the program containing your breakpoint is processed in update task, so update debugging has to be switched on to get there. Otherwise, it will not stop there, as you already have experienced.

Let me know if it works now.

Grtz Marcel

Edited by: Marcel Leeraar on Dec 17, 2008 9:36 AM

Former Member
0 Kudos

Grtz Marcel,

Thank you very much!

Would you please let me know more about updating process and related knowlegde? I just want to know the essence of the issue.

Any link or document you can share ? thank again.

Answers (1)

Answers (1)

Former Member
0 Kudos

before saving saving swith on the debugger....

then in debugging screen in menu ..

settings -


>update debugger.

..press f8.

again settings -


>update debugger.

u will find ur break-point there...