2009 Mar 31 1:20 PM
Hi,
I am using the Rate Fact level runtime operands in one of the rate stru. While I use to execute the EASIBI (individual billing ) I want to know what was the value computed for the Runtime operands.
Or is there any other way I can debug (Test ) the rate and get to know the run time values of the operands.
With Regards,
Sunil
2009 Apr 02 8:45 AM
Hi Sunil,
the easiest way is:
Set a breakpoint in the FM (ISU_"NAME OF YOUR VARIANT") of the variant where you use the operand in your rate. The value of the operand is in structure X_OP.
Second way:
Use transaction EA00.
Settings -> general -> debugging on
Breakpoint at OPA*
Regards,
Sabine
2009 Apr 02 8:45 AM
Hi Sunil,
the easiest way is:
Set a breakpoint in the FM (ISU_"NAME OF YOUR VARIANT") of the variant where you use the operand in your rate. The value of the operand is in structure X_OP.
Second way:
Use transaction EA00.
Settings -> general -> debugging on
Breakpoint at OPA*
Regards,
Sabine
2009 Apr 02 12:44 PM