cancel
Showing results for 
Search instead for 
Did you mean: 

Result recording entries

Former Member
0 Kudos

Dear Gurus,

I want to do result recording as 0.020.But my user requirement is that while doing recording he will enter the value as .020 or 0.02 or .02 and the system should automatically pick the zero before and after decimal places(i.e. 0.020).While result recording in result column system automatically picks zero before and after decimal places but in original value column reading is saved as .02 only and same value is saved in QASE table.Is there any table in which the entry done as .02 or 0.02 or .020 is saved as 0.020 or how can i solve this problem.These readings are used in Z- reports also.

Regards

Amit

Accepted Solutions (1)

Accepted Solutions (1)

former_member186399
Active Contributor
0 Kudos

Hello

Sorry Missed the Function module,

BAPI_INSPOPER_GETDETAIL

Regards

gajesh

Former Member
0 Kudos

Hi Gajesh,

Thanks for your reply.

Regards

Amit

Answers (1)

Answers (1)

former_member186399
Active Contributor
0 Kudos

Dear Amith,

Please use this Function module for getting the result in the way you need.

Steps

1) Go to Se37

2) input the FM and execute

3) Do the entry in the following manner

INSPLOT 010000002300 (enter the inspection lot number)

INSPOPER 0010 (operation number )

READ_INSPPOINTS X ( Pass 'X')

READ_CHAR_REQUIREMENTS X

READ_CHAR_RESULTS X

READ_SAMPLE_RESULTS X

READ_SINGLE_RESULTS X

READ_CHARS_WITH_CLASSES X

READ_CHARS_WITHOUT_RECORDING X

RES_ORG (blank)

CHAR_FILTER_NO (enter 1) 1

CHAR_FILTER_TCODE QE11

MAX_INSPPOINTS 100

INSPPOINT_FROM 000000

HANDHELD_APPLICATION (blank)

Execute

4) You will get the results in TABLES & Values

5) Go to CHAR_RESULTS click on the 1 entry against the Result tab. You will get the value in MEAN_VALUE in the format you need

6) If you have done single recording you will get the results in SINGLE_RESULTS