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: Aucune devise dans la zone de montant &1
The amount has not been assigned a currency.
Le système émet un message d'erreur et ne vous permettra pas de poursuivre cette transaction tant que l'erreur n'est pas résolue.
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'.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
0K549
- Aucune devise dans la zone de montant &1 ?Get instant SAP help. Start your 7-day free trial now.
0K548
Aucune unité pour la zone de quantité &1
Quelle est la cause de ce problème? The quantity has no unit of measure assigned to it.Réponse du système Le système émet un message d'erreur ...
0K547
Zone &1 présente type de donnée (&2) et type interne (&3) différents
Quelle est la cause de ce problème? In the field catalog, data type &2 and internal type &3 were assigned to field &1. These types are ...
0K550
Valeur &2 erronée pour zone &1 dans FCAT-INTTYPE
Quelle est la cause de ce problème? A wrong INTTYPE has been specified in the field catalog. Internal types are: - S (= String) -> Data type: ST...
0K551
Valeur &2 erronée pour zone &1 dans FCAT-DATATYPE
Quelle est la cause de ce problème? A wrong DATATYPE has been specified in the field catalog. Data types are: - STRG -> Internal type: S (= Stri...
Cliquez sur ce lien pour rechercher tous les messages SAP.