Hi All,
I would like to check if the certain characteristics value is been used by certain functional location.Thus, I will perform checking on table AUSP by using the object number, class name and characteristic name.
The field value I would like check in table is AUSP - ATFLV. However this field in stored in data type: floating point (16).
I've created the simple report program to retrieve the value of field (ATFLV). However, the output i get is as below in floating point value. The char value i entered in tcode: IL02 is as "110000740109". How I can checking this value in AUSP table? Kindly advise. Thanks.
SELECT * FROM ausp INTO table l_test
WHERE objek = '?0100000000000002884' .
LOOP AT l_test.
WRITE l_test-ATFLV.
ENDLOOP.
Output result:
0.000000000000000E00 0.000000000000000E00 0.000000000000000E00 1.100007401090000E11