SAP ABAP Message Class 0K Message Number 548 (Quantity field &1 does not have a quantity unit)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ALV (Application Component) SAP List Viewer
     SLIS (Package) Generic list types
Attribute
Message class 0K  
Short Description Messages for "General List Modules"    
Message Number 548  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Quantity field &1 does not have a quantity unit
Help Document

Diagnosis

The quantity has no unit of measure assigned to it.

System Response

Procedure

In the field catalog, maintain either the field QFIELDNAME or the field QUANTITY for the field &1 of your internal table.

The field QFIELDNAME of the field catalog should be assigned the value of a field in your internal table which contains the unit of measure for the row.
Example:
data: begin of itab occurs 0,
quantity type de_quan,
my_unit type de_unit,
end of itab.
lt_fcat-fieldname = 'QUANTITY'.
lt_fcat-qfieldname = 'MY_UNIT'.

You can directly enter the unit of measure in the field QUANTITY of the field catalog. This unit of measure is then valid for all rows.
Example:
lt_fcat-quantity = 'ST'.

Procedure for System Administration

History
Last changed on/by 20140121  SAP 
SAP Release Created in