cancel
Showing results for 
Search instead for 
Did you mean: 

QM-Report error

Former Member
0 Kudos

Hi All,

I have developed one query report by using QALS, QAMV and QASE table and the output field i am getting is not up-to the mark. The target value, upper tolerance, lower tolerance limit and measured value shown in the output is not in proper format, why is it so..?

I have attached screenshot of result recording value and output query report. Please guide me if i am somewhere wrong

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Santosh,

Target value, upper limit ... etc are stored as a floating point number in QAMV table (Type F).

Then you have to add additional fields with ABAP Type "P" for each F type fields in your infoset and
write a simple code to get value to new field.

As an Example,

NEW_FIELD_NAME = QAMV-SOLLWERT .

Mahesh.

former_member42743
Active Contributor
0 Kudos


I'm not sure what you mean?  The data is stored in the table as I would expect it.  It's up to you to format it for your report.

What exactly are you looking for?  You need to elaborate some.

Craig