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: 

Etimated reads are recording as zero or whatever is previous read.

former_member230043
Participant
0 Kudos

Hi friends,

Hope you all had a great new year time.

while doing estimation, reads are recording as zero for new installation, or whatever is previous reads.

Please advise.

Thanks

Veer

14 REPLIES 14

former_member230043
Participant
0 Kudos

Hi,

just want to add more information.

I have done all setting like - general weighting key - 05 in rate(operand) and in register group,

minimum portion% - 100% in rate, previous period - in installation, periodic consumption as 3300 ,but its recording read as zero

Thanks

0 Kudos

Hi Veer,

There could be standard genuine reason(s) why the estimation is zero, please check for any customer exits during your estimation process. It also depends on your Installation structure and estimation scenario.

Also, I suggest you to debug your estimation process, place break-point beginning and end of the function module ISU_REGISTER_EXTRAPOLATION - at the end check for values in Export parameters:

Y_ZWSTERW

Y_BEGIN_PROGINTERVALL

Y_ENDE_PROGINTERVALL

Y_COMP_BY_EABL

Y_COMP_BY_PERVERB

Y_COMP_BY_REFVAL

Y_COMP_BY_CUSTOMER

Y_TYPE_OF_EXTRAPOLATION

These values will give you more insight on how the estimation is calculated and then tells you whether its based on MR History or Periodic Consumption or from customer user-exit.

Thanks,

Srini

0 Kudos

Hi Veer,

put weighting procedure as "Linear weighting" & then try , also check your installation is not in the disconnection state for the date your are estimating.

Regards

Manoj

0 Kudos

Hi Srini,

Please accept my apologies for delay,

The reason of delay is I am not so great in Debugging so all these days I was learning and drilling

down the tips and tricks of  debugging, finally came with the result( Please see the above screen shot) as advised by you.

I am not sure that I did it correctly or not, please guide me below are steps that I had followed for above debugging.

1- In se 37, put the FM suggested by you, click display, select first line and set break point.

2- then in  Tcode EL28 put installation - select first blank MRO  - put   /H in command  - estimate the read and before save hit the enter  and it landed me in debugging screen in the FM wherein I had set the break points.

3- execute it one by one(using f5) in Desktop3 and  double click the field suggest by you.

Please correct me if I have done it wrong and what is the meaning of these output value.

Thanks

Veer

0 Kudos

Hi Manoj,

I have already done testing with these changes but same result.

Thanks

Veer

0 Kudos

Hi Veer,

Thanks for sharing the screen-shot. Can you also place the break-point at the end of the FM i.e. last statement before ENDFUNCTION and execute EL28 until that point to see those export parameters I mentioned. Please remember that this FM calls recursively so you might get this break-point multiple times depending on the installation structure, observe the parameters each time.

Are you getting this zero estimation for all the installations? in your example Installation have you checked for any Disconnection Periods?

Thanks,

Srini

0 Kudos

Hi Srini,

Please find above screenshot this is taken after putting break point in the starting and end point of FM.

Request you to please check suggest.

Thanks

Veer.

0 Kudos

Hi Veer,

Thanks for this, as you can clearly see that the estimation was based on MR History because the parameter Y_COMP_BY_EABL = 'X' and also the estimation was carried out for only one day 01.01.2015 (

Y_BEGIN_PROGINTERVALL and Y_ENDE_PROGINTERVALL are same date) - this is the root cause of why you getting estimation as zero I believe.


Can you check your MR History for this Device from EL31? Also please check the date you mentioned in EL28 for estimation and the previous read/installation date?


Thanks,

Srini

Former Member
0 Kudos

Hi Veer,

There must be some pop up screen error, while you press estimation button using EL28, could you please share it and also can you please let me know the Installation date  (with MR Reason 21) and the previous read date.

It will be great if you can show the meter read history display using EL31 t-code

Thanks,

Mohammad.Q

0 Kudos

Hi Mohd,

No Pop up or error message is coming during estimation.

Installation read is - zero and this is the only read as new connection(new installation)

Thanks

Veer

monis_shakeel
Active Participant
0 Kudos

Hi Veer,

Since this is only for new installations, could be a possibility that this has something to do with period consumption. Is the period consumption maintained as 0 ?

You could also possibly explore in this dimension as well.

Regards,

Monis Shakeel

0 Kudos

Hi Monis,

Below is the my register data

thanks

Veer

former_member230043
Participant
0 Kudos

Hi All,

The issue has been fixed.

Thanks for all your support and effort.

Thanks

Veer

0 Kudos

Hi Veer,

What was the exact issue?

regards

Manoj