2011 Jan 11 9:49 AM
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
2011 Jan 13 7:26 AM
Hello I've found my fault.
The parameter was named wrong:
zwnummer instead of zwnnummer
Regards Christian