SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to know the Rate Fact level Run time operand values during billing run

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

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

0 Kudos

Thanks Sabine,