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: 

Estimate reading result of a single register using RELEABL3

former_member301120
Active Participant
0 Kudos

Hello to all,

we want to estimate the reading result of a special register to a definite date.

For this we call report "RELEABL3" in a background task:


 SUBMIT (co_releabl3)
    WITH equnr EQ l_equnr
    WITH zwnnummer EQ i_mtr_est-register
    WITH adatsoll EQ i_mtr_est-mrdateforbilling
    WITH timevar EQ ''
    WITH select2 EQ '1'
    WITH process EQ 'ESTI'
    WITH wmode   EQ '2'
    with e_direct EQ 'X'
    AND  RETURN.

We also pass the register to be estimated, but all registers are estimated. Is there a way to obmit this?

We only want to estimate a single register not all registers of the device.

Thanks for your advice.

Christian

1 REPLY 1

former_member301120
Active Participant
0 Kudos

Hello I've found my fault.

The parameter was named wrong:

zwnummer instead of zwnnummer

Regards Christian