break-point in fox code

Question: Hello,

I would be grateful if you can let me know how to use the 'break-point' statement in fox code.

I used it and the resulting screen was an ABAP screen and I did not know how to proceed from there.

Can anyone please help?

Thank you,

Sam

Answer:
Hi Sam

With the help of break-point u can debug the code and internal logic. The ABAP screen that the system generates is the same as debugging of ABAP.

In case u r a functional person (like me) show the screem to ur ABAPer he will be able to explain u much better.

Chirag S

Answer:
You can't debug the FOX formula itself.
As you found it out, breakpoint is giving you the underlying abap.

However, what you can do is to use the "message" instruction with variables, and then do a "execute with trace" to see the content of variables

If you are not familiar with the instruction
message e001(zc) with variable_name_1
ask an abaper to explain it to you

Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.

Answer:
Thanks a lot for your time and response.
Copyright ?2007 - 2008 www.jt77.com