SAP ABAP Message Class 0K Message Number 549 (Amount field &1 does not have a currency)
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 549  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Amount field &1 does not have a currency
Help Document

Diagnosis

The amount has not been assigned a currency.

System Response

Procedure

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

The field CFIELDNAME of the field catalog should be assigned the value of a field in your internal table which contains the currency for the row.
Example:
data: begin of itab occurs 0,
amount type de_amount,
my_curr type de_curr,
end of itab.
lt_fcat-fieldname = 'CURRENCY'.
lt_fcat-qfieldname = 'MY_CURR'.

You can enter the currency directly in the field CURRENCY of the field catalog. This currency is then valid for all rows.
Example:
lt_fcat-currency = 'DEM'.

Procedure for System Administration

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