cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug the exit EXIT_SAPLCSLS_002 during CFM2?

kirankerudi
Active Participant
0 Kudos

Hello Experts,

I have gone through all the SCN posts. But, none of them have been answered.

I checked Debug EXIT_SAPLCSLS_002. But I could not find it useful.

Can any one please explain how can I debug the CIF data within this exit?

Thanks and Regards,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

kirankerudi
Active Participant
0 Kudos

Hi Gomathi,

Thanks for the reply. I am using CFM1 and from there this user exit should be called.

I tried to '/h' debug the code from 'Start' in CFM2. From there I tried putting the breakpoint at function module 'CIF_SL_DOC_SEND'. The exit is called within this FM.

I have tried this in my Sandbox. Let me try it in Development and close the thread once it works.

Regards,

Kiran

former_member182332
Participant
0 Kudos

Hi Kiran,

Thanks! Update me with the status of your testing

BR

Gomathi

kirankerudi
Active Participant
0 Kudos

Hi Gomathi,

As explained above, I tried in development as well. I was able to debug this way.

I don't think it would be called in update task because I continued debugging from 'Sart' in CFM2.

Hope this answers my question. I am closing the thread.

Thanks,
Kiran

Answers (1)

Answers (1)

former_member182332
Participant
0 Kudos

Hi Kiran,

This exit will be triggered during the update task and thus you have to activate the "update" debugging. Once you save the sales order and activate the debugger you have to go to the debugging settings and activate the update debugging. If the update debugging was activated you press F8 once and the update task should appear. Here you can set the BP at EXIT_SAPLCSLS_002 and then you can check your modifications.

Br

Gomathi