2012 Sep 17 7:38 AM
Hi Experts,
What is the difference between v_zwstand and v_zwstndab of table EABL?
Arghya
2012 Sep 17 4:07 PM
Hi Arghya,
in V_ZWSTAND the real meter reading (as seen on the meter itself) will be stored. In most cases the V_ZWSTANDAB (the billed meter reading) will be the same. Sometimes when you need a little correction to the meter reading you could do it in V_ZWSTANDAB. But as mentioned in 99+% both field are equel.
Hope it helps,
Roland
2012 Sep 17 4:07 PM
Hi Arghya,
in V_ZWSTAND the real meter reading (as seen on the meter itself) will be stored. In most cases the V_ZWSTANDAB (the billed meter reading) will be the same. Sometimes when you need a little correction to the meter reading you could do it in V_ZWSTANDAB. But as mentioned in 99+% both field are equel.
Hope it helps,
Roland
2012 Sep 19 4:44 AM
Hey Roland,
Do you want to mean if I estimate the reading it will update V_ZWSTANDAB not V_ZWSTAND? It is not so..When I estimate the reading it updates both of the fields simultaneously...In our project there is a requirement where I have to store the reading what meter reader has seen from the meter..If it is estimated later on I must come to know about the estimated as well as the entered reading at any point of time...Can these fields be useful to achieve the same? Or I have to add 2 more Z-fields in EABL?
With regards,
Arghya
2012 Sep 19 8:45 AM
Hi Arghya,
now I see your challenge. If you use the standard fields you will some strange effects while creating the invoice. For example:
old V_ZWSTAND & VZWSTANDAB: 1000
new V_ZWSTAND: 2000
new V_ZWSTANDAB: 1990
it might look on the invoice like:
old reading = 1000
new reading = 2000
difference or consumption = 990 (because of difference between V_ZWSTANDAB(new) and V_ZWSTAND(old)
In your case you'll have to store the real readings in your Z-fields at the point when the readings are stored in SAP. Keep in mind the field N_ZWSTAND for the past-comma part of the reading.
kind regards
Roland