cancel
Showing results for 
Search instead for 
Did you mean: 

Counter reading in IK11

Former Member
0 Kudos

Hi,

I want to capture the value of Counter reading from the Transaction IK12. it is showing the structure in F1. I am not able to find the transparent table belong to this.

Is there any funtion module available to caprure this Counter reading (IK12) else in which table this value will be store.

Thanks,

Anil.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

I got the solution for this problem. Thanks for your valuable inputs.

I created a varialbe like this. p_cntrr TYPE rimr0-cntrc, and i pass this p_cntrr to FM 'FLTP_CHAR_CONVERSION_FROM_SI' as an importing .

Now i am able to retrive the CNTRR value as it is in the screen IK13.

Regards,

Anil.

0 Kudos

Hi Anil,

Try Function Module "MEASUREM_DOCUM_READ_LAST".

Pass on your Measuring Point as an import parameter.

Regards,

Karthik

Former Member
0 Kudos

Hi,

I got the solution for this problem. Thanks for your valuable inputs.

I created a varialbe like this. p_cntrr TYPE rimr0-cntrc, and i pass this p_cntrr to FM 'FLTP_CHAR_CONVERSION_FROM_SI' as an importing .

Now i am able to retrive the CNTRR value as it is in the screen IK13.

Regards,

Anil.

former_member187991
Active Contributor
0 Kudos

hi

Refer the following [thread|]

regards

thyagarajan

former_member187991
Active Contributor
0 Kudos

hi

Refer the following [thread|]

regards

thyagarajan

Former Member
0 Kudos

Hiii Anil,

Do you mean that you want to track the changed value of counter reading?

I am not understanding your requirement. Actually what you want??

Regards

Former Member
0 Kudos

In my requirement i want to extract the Measurement Documents from the transaction IK12 or IK13. In this there is a field called CNTRC - Counter Reading, this values iam not able to find from any table.

For CNTRC - Counter Reading is any function module available or do you have any idea that in which table these values are stored.

Thanks,

Anil.

Former Member
0 Kudos

Dear Anil

Have you checked iti in IMRG table? It is available in that table with Field CNTRR - Counter Reading.

The field you mentioned is in Structure & In table it is with Field name CNTRR.

Pl. check & Let me know your problem is solved or not.

Regards

former_member192718
Active Contributor
0 Kudos

Dear,

Please check the table IMRG and IMPTT.

Regads,

Kaushal Rai

Edited by: Kaushal Rai on Sep 26, 2008 4:14 PM

Former Member
0 Kudos

Dear Makarand,

As you said, the field CNTRR in the table IMRG is same as CNTRC.

In this table IMRG output value for the CNTRR is displaying as 1.8000000000000000E+05 which I check the same in IK13 is 50.

Is there any conversion routine for this.. i checked in the data element level, but no Routine is mention over there.

I found one Function Module for this, but not able to get the proper output... FM which may convert this is: FLTP_CHAR_CONVERSION_FROM_SI

do you know the input parameters of this FM.

Regards,

Anil.