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: El campo de cantidad &1 no tiene ninguna unidad de medida
The quantity has no unit of measure assigned to it.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
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'.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
0K548
- El campo de cantidad &1 no tiene ninguna unidad de medida ?Get instant SAP help. Start your 7-day free trial now.
0K547
El campo &1 muestra diferente tipo de datos(&2) y tipo interno(&3)
¿Qué causa este problema? In the field catalog, data type &2 and internal type &3 were assigned to field &1. These types are not identi...
0K546
Progr.ctrl.hiperenlace &1 en tabla de salida p.columna &2 no existe
¿Qué causa este problema? A hyperlink handle was passed in the output table. However, this handle does not exist in the table IT_HYPERLINKS which w...
0K549
El campo de importe &1 no tiene ninguna moneda
¿Qué causa este problema? The amount has not been assigned a currency.Respuesta del sistema El sistema emite un mensaje de error y no le permitirÃ...
0K550
El campo &1 en FCAT-INTTYPE tiene un falso valor &2
¿Qué causa este problema? A wrong INTTYPE has been specified in the field catalog. Internal types are: - S (= String) -> Data type: STRG - C (= ...
Haga clic en este enlace para buscar todos los mensajes de SAP.