cancel
Showing results for 
Search instead for 
Did you mean: 

debugging the user exit in ECC

Former Member
0 Kudos

hi

we have enabled ATP check in system. when we create a sales order in ECC the call goes to SCM and it creates the purchase requisition in ECC. we need to capture this purchase requisition number somewhere when we create the sales order. we figured out several user exits that are called during CIF transfer for example in ECC system

EXIT_SAPLCPUR_001

EXIT_SAPLMEPI_001

EXIT_SAPLMEPI_002

EXIT_SAPLMEPI_003

EXIT_SAPLMEPI_004

EXIT_SAPLMEPI_005

EXIT_SAPLMEPI_006

EXIT_SAPLMEPI_007

but when i put a session/external break point nothing happens. it does not stop. any suggestions

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you put breake point in CIF it will not go to debugging but that Queue will get in to error SMQ1 or SMQ2 from there you need to further de-bugg.

rgds,

Vinayak.

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are trying to set the breakpoint inside the user exit FM ,then the breakpoint will be caught only if an active project exists.

Try putting a breakpoint outside the user exit FM at some statement.

Also when you get into the debugger, activate the "update debuggeR"

Hope this helps!