Skip to Content
0
Former Member
Feb 09, 2011 at 05:32 AM

Debugging CIF -BADI -/SAPAPO/CURTO

868 Views

I was trying to debug the CIF and put a break point in the method CIF_IMPORT but it is not stopping at my break point.I am very new to APO and this is kind of first object i am working on. Here is the steps i did so far.

1. Create implementation to BADI /SAPAPO/CURTO

2. In method CIF_IMPORT, i put a break point.

Now i turned on the debugging mode by doing the below setps.

1.In SAP ECC, CFC2 - switched on the debugging

2. In APO, /SAPAPO/C4 - switched on Debugger

From ECC ( CFm1/CFm2), I transferred the data trhrough CIF and i am seeing the entry Queue in SMQ2 in APO.The status is NOEXEC. When i double click on that line, it is calling Function module : /SAPAPO/CIF_GEN_EVENT.

When i click on LUW for debugging, it is going through the SAP code but does not call my BADI implementation and even does not stop at the break point in my method.

Could anyone tell me what was wrong.

Thanks a Bunch.

Sunitha.