How to debug an EXIT function in SEM

Question: Hi Gurus,
WE have an exit function in our planning area. And we need to debug.
So, I have setup a breakpoint in the function module and executed the planning function.

But, it won't stop at the breakpoint and the function gets executed completely.

One may suggest that, why can't you debug the Func. module directly.

The problem is that we have to pass 17 parameter values to generate the bug. Instead of that we can run against a level, it will take all those parameters automatically.

I really appreciate your help.

Thanks
- Gary

Answer:
HI,

You have to write the following instruction:

BREAK "user". where "user" is the user that execute the button associated to the exit function.

Best regards,

Javier

Answer:
Hi Javier,
Thanks a bunch.
- Gary
Copyright ?2007 - 2008 www.jt77.com