‎2008 May 19 6:54 AM
Hi,
Can anyone tell me how to debug the user exit EXIT_SAPLIPW1_001 with the transaction CO01?
‎2008 May 19 7:00 AM
Hard code the break point in that include of the function module.
break-point.
regards,
Madan.
‎2008 May 19 6:58 AM
keep a breakpoint in the exit, then it automatically starts into debug mode when ever user exit triggers.
Try it..
‎2008 May 19 6:58 AM
Hi,
enter /h before saving, in debug mode click (on menu) settings - update debugging and press F8. Another debug screen will appear. Set break-point at function module EXIT_SAPLIPW1_001 and press F8.
Cheers.
...Reward if useful.
‎2008 May 19 7:00 AM
Hard code the break point in that include of the function module.
break-point.
regards,
Madan.
‎2008 May 19 7:06 AM
Hey,
Use sy-uname to put break points in UserExit.
Ex:If sy-uname = 'pdevabat'.
breakpoint.
endif.
Note: if u doesnt use above condition then ur client system may work in debugging mode.
Edited by: Prince on May 19, 2008 8:07 AM