Do you have any question about this error?
Message type: E = Error
Message class: 0K - Messages for "General List Modules"
Message number: 549
Message text: Der Betragsfeld &1 besitzt keine Währung
The amount has not been assigned a currency.
Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.
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'.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
0K549
- Der Betragsfeld &1 besitzt keine Währung ?Get instant SAP help. Start your 7-day free trial now.
0K548
Das Mengenfeld &1 besitzt kein Mengeneinheit
Was verursacht dieses Problem? The quantity has no unit of measure assigned to it.Systemantwort Das System gibt eine Fehlermeldung aus und erlaub...
0K547
Feld &1 weist unterschiedliche Datentyp(&2) und IntTyp(&3) auf
Was verursacht dieses Problem? In the field catalog, data type &2 and internal type &3 were assigned to field &1. These types are not i...
0K550
Feld &1 hat im FCAT-INTTYPE einen falschen Wert &2
Was verursacht dieses Problem? A wrong INTTYPE has been specified in the field catalog. Internal types are: - S (= String) -> Data type: STRG - ...
0K551
Feld &1 hat im FCAT-DATATYPE einen falschen Wert &2
Was verursacht dieses Problem? A wrong DATATYPE has been specified in the field catalog. Data types are: - STRG -> Internal type: S (= String) -...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.