cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging a delta download

Former Member
0 Kudos

Hi,

I want to debug a client delta modification in order to see the hardcode functionality. I tried setting a breakpoint in BUPA_MWX_BDOC_DOWNLOAD_R3A FM (mapping module in CUSTOMER_MAIN object. See R3AC1 tcode).

Then, I modified a R3 customer but the breakpoint seems not to work. The modification is correctly updated in CRM system, so the delta is working ok.

Does anyone know how to debug this process?

Thanks in advance

Regards

Javier

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Javier,

Here is what you do.

1. Go to SMQR and De-Register all the queues.

2. Change R3 customer.

3. Goto SMQ2. You shall find a queue entry for this customer.

4. Double click on this entry. You shall see that this entry has status ready.

5. Again double click on the queue name.

6. Now select this entry and click on Debug LUW button.

7. In the debug mode, put breakpoint at your FM.

8. This should now stop at your FM.

Do let me know and kindly reward points if this helps.

Regards

Kaushal

Former Member
0 Kudos

Hi Javier,

Could you please close the thread if your problem is solved.

Best Regards,

Kaushal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello!

I'm try to make this instruction and when i select 'Debug LUW' system is not run debug mode.

When i make mistake?

Thanks!

Former Member
0 Kudos

Hi,

If RFC user is selected as Batch user, then debugger will not stop, it should be dialog user.

Regards,

pbpf4u