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: El campo de importe &1 no tiene ninguna moneda
The amount has not been assigned a currency.
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 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'.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
0K549
- El campo de importe &1 no tiene ninguna moneda ?Get instant SAP help. Start your 7-day free trial now.
0K548
El campo de cantidad &1 no tiene ninguna unidad de medida
¿Qué causa este problema? The quantity has no unit of measure assigned to it.Respuesta del sistema El sistema emite un mensaje de error y no le pe...
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...
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 (= ...
0K551
El campo &1 tiene en FCAT-DATATYPE un valor falso &2
¿Qué causa este problema? A wrong DATATYPE has been specified in the field catalog. Data types are: - STRG -> Internal type: S (= String) - CHAR...
Haga clic en este enlace para buscar todos los mensajes de SAP.