Do you have any question about this error?
Message type: E = Error
Message class: 0K - Messages for "General List Modules"
Message number: 548
Message text: Das Mengenfeld &1 besitzt kein Mengeneinheit
The quantity has no unit of measure assigned to it.
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 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'.
Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE
0K548
- Das Mengenfeld &1 besitzt kein Mengeneinheit ?Get instant SAP help. Start your 7-day free trial now.
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...
0K546
Hyperlink-Handle &1 in Ausgabetabelle für Spalte &2 existiert nicht
Was verursacht dieses Problem? A hyperlink handle was passed in the output table. However, this handle does not exist in the table IT_HYPERLINKS wh...
0K549
Der Betragsfeld &1 besitzt keine Währung
Was verursacht dieses Problem? The amount has not been assigned a currency.Systemantwort Das System gibt eine Fehlermeldung aus und erlaubt Ihnen...
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 - ...
Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.