Do you have any question about this error?
Message type: E = Error
Message class: OL - Workflow object types: Run-time system
Message number: 380
Message text: El parámetro del módulo de funciones & tiene una referencia al Dictionary
You have assigned a parameter from a function module to the method
parameter. A field or structure from the ABAP/4 Dictionary is assigned
to the parameter as a data type reference. However, the current method
parameter is an object reference.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Assign the same data type reference to both the method parameter and
the function module parameter or implement a conversion of the method
parameter into the type of the function module parameter in the method
before the call of the function module.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
OL380
- El parámetro del módulo de funciones & tiene una referencia al Dictionary ?Get instant SAP help. Start your 7-day free trial now.
OL379
El parámetro del módulo de funciones & es un parámetro &
¿Qué causa este problema? You have assigned a function module parameter to the method parameter. However, there are other direction attributes to c...
OL378
El módulo de funciones & no tiene el parámetro &
Mensaje autoexplicativo Dado que SAP cree que este mensaje de error específico 'se explica por sí mismo', no se ha proporcionado más información. ...
OL381
El parám. del módulo de funciones & hace referencia a la estruct./campo &
¿Qué causa este problema? You have assigned a parameter to the method parameter from a function module to which a field or a structure from the ABA...
OL382
El módulo de funciones & no se puede llamar remotamente
¿Qué causa este problema? The method is part of an SAP API. However, the assigned function module cannot be called remotely and can therefore not b...
Haga clic en este enlace para buscar todos los mensajes de SAP.