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: 

Backbilling

Former Member
0 Kudos
199

Does anyone knows what is the diference between this two function modules and what are the purpose of them ??

Best Regards

Miguel

ISU_DPC_IZWST_VIA_SIM_GET

and

ISU_DPC_IZWST_STANDARD_GET

1 ACCEPTED SOLUTION

amit_sharma1
Advisor
Advisor
0 Kudos
148

Hi Porto,

Both these Function modules are called inside the FM:

"ISU_TRIGGER_BILLING_EXECUTE" based out of some conditions (I'll come to this later)

But first defferentiation on these 2:

1. It works on the simulation mode as it's not expected that EABL contains all the meter reading of all the meters, so a simulation is carried out.

2. It works on the exact meter readings in table EABL.

Now as promised , coming to the conditions of calling this:

Now the first one gets called when

"Billing Does Not Estimate Value Deleted by Individual Report"

In all the rest cases

Billing Estimates Value from Meter Reading Unit

Billing Estimates Value Changed by Mass Report

Billing Estimates Value Changed by Individual Report

The second FM is used.

I hope this will help.

Best regards,

Amit

View solution in original post

1 REPLY 1

amit_sharma1
Advisor
Advisor
0 Kudos
149

Hi Porto,

Both these Function modules are called inside the FM:

"ISU_TRIGGER_BILLING_EXECUTE" based out of some conditions (I'll come to this later)

But first defferentiation on these 2:

1. It works on the simulation mode as it's not expected that EABL contains all the meter reading of all the meters, so a simulation is carried out.

2. It works on the exact meter readings in table EABL.

Now as promised , coming to the conditions of calling this:

Now the first one gets called when

"Billing Does Not Estimate Value Deleted by Individual Report"

In all the rest cases

Billing Estimates Value from Meter Reading Unit

Billing Estimates Value Changed by Mass Report

Billing Estimates Value Changed by Individual Report

The second FM is used.

I hope this will help.

Best regards,

Amit