How To Debug Fox Formulas in BPC 10.1 Unified
How To Debug Fox Formulas in BPC 10.1 Unified
2) When we run the planning function ABAP debugger stops at this break-
point
3) However, this debugging is very complex as SAP ABAP shows the system
generated code in each step along with our FOX code which makes
debugging difficult.
8) After starting the script the ABAP debugger creates a layout which will
now only be restricted to your FOX code, the standard ABAP calls,
functions etc. will be triggered in the back-ground and not shown on the
screen
9) This FOX debugging is now similar to any normal ABAP debugging which
as mentioned above will be restricted to only your code
10) You can now use several features in the debugger. You can set
break-points, move forward by a single step, or jump to the next break-
point. You can also display the current block values again, show
messages, choose which (Fox) variables should be displayed, display the
reference data for the current block, and toggle the display for the plan
data in order to show the entire records (not just the characteristics that
are to be changed).