Skip to Content
0
Jan 11, 2011 at 09:49 AM

Estimate reading result of a single register using RELEABL3

51 Views

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