cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot debug outbound queue

Former Member
0 Kudos
773

Hi Experts,

I am trying to replicate BP (customer) from CRM to ECC. I am taking the aid of the following blog [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/8705] [original link is broken] [original link is broken] [original link is broken];. I have followed all the steps specified till step 6.

My problem is that when I click on F8 after selecting the function module CRM_UPLOAD_TRIGGER, I do not enter into debug mode. Alternatively I tried placing and external breakpoint in the same function module. It still does not enter into debug.

I also tried to place a break point in function module CRM_UPLOAD_AFTER_MAP_HANDLER on the line before the function module is called. My debugger stops at that breakpoint, but it does not enter the function module. It just takes me to the next line after the function module with sy-subrc = 0.

Can anybody suggest what might be going wrong. Points will be awarded generously.

Regards,

Abdullah

View Entire Topic
0 Kudos

The only way I know is if you have a user exit, you could place an infinite loop and try debugging the relevant process from SM50.