cancel
Showing results for 
Search instead for 
Did you mean: 

The debugger doesn't pass by my program and routine while create message

Former Member
0 Kudos

Hello ,

I created a category of message "YDIL' for sending email in purchase order. in transaction NACE.

After i create a program and a form entry_YDIL to receive the triggred action of sending email .

I went to ME22n => I CHOSED A purchase => Messages  => category( YDINL )  -  type of support (8 )  -lang(FR)

I saved the message and the status of message is green (ok)  but i have make a break point in my form created but the debugger didn't passe bby it .

Thnak's for your help .

View Entire Topic
former_member209818
Active Contributor
0 Kudos

Hi

For your message, there are additional settings... you need to select "Send Immediately". If this option is selected then, it will start the processing immediately while saving the PO and stop at breakpoint. but is you select the processing mode as "Send with Own Transaction", then it will be processed using Background scheduled program and will not stop at breakpoint.

- harshad

Former Member
0 Kudos

Thanks,

In fact , someone has solve the problem, but with execution by job , he make in the nace the first choice ( execution by job) and in me22n he make 1- by job after you must execute transaction me9f .

But  you say immediat and it didn't work.

Thanks

former_member193464
Contributor
0 Kudos

Activate Update debugging and system debugging  inside debugger settings and save . and then do the processing , also put an external break point .