Do you have any question about this error?
0K
›
0K548
Message type: E = Error
Message class: 0K - Messages for "General List Modules"
Message number: 548
Message text: Aucune unité pour la zone de quantité &1
The quantity has no unit of measure assigned to it.
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 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'.
Extrait du message d'erreur du système SAP. Copyright SAP SE.
0K548
- Aucune unité pour la zone de quantité &1 ?Get instant SAP help. Start your 7-day free trial now.
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 ...
0K546
Handle hyperlien &1 dans table d'édition pour colonne &2 non existant
Quelle est la cause de ce problème? A hyperlink handle was passed in the output table. However, this handle does not exist in the table IT_HYPERLIN...
0K549
Aucune devise dans la zone de montant &1
Quelle est la cause de ce problème? The amount has not been assigned a currency.Réponse du système Le système émet un message d'erreur et ne v...
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...
Cliquez sur ce lien pour rechercher tous les messages SAP.