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: 

Create Bill Simulation based on 2 meter readings

Former Member
0 Kudos
240

Dear experts;

Is it possible create a billing simulation based on 2 meter readings (current and previous)which is not stored in a system yet ?

Or is it possible to create a bill based on just consumption ?

Is there any function module which we can use ?

Kindly let me know your suggestions.

regards;

Sagar

1 REPLY 1

Former Member
0 Kudos
156

Hi Sagar

Have a look into function ISU_SIMULATION_PERIOD_BILL. It might be possible to utilise the input parameters:

  • X_MAX_IEABL
  • X_MAX_IEABLG

To provide meter readings to the billing simulation (both parameters are internal tables).

Another option could be the parameter X_BI_MDATA_IF. Have a look through the structure and you will find:

  • X_BI_MDATA_IF-INST-IEABL
  • X_BI_MDATA_IF-INST-IEABLG
  • X_BI_MDATA_IF-INST-USE_EABL_BI

Yep

Jürgen