Do you have any question about this error?
Message type: E = Error
Message class: SY - ABAP/4 system messages
Message number: 376
Message text: Utilización de variables resultado locales en llamada control/automatiz.
You cannot use a local variable in a call to a control or automation
server.
For performance reasons, the system collects calls to front end
components, such as controls, in a queue and does not transfer them to
the frontend for processing until the so-called flush. These calls are
processed in the front end asynchronously to calls in the ABAP source
code. If local variables are used in calls to controls for including
the return values (for example the selected node of a tree), it is
possible that the local variable will not exist at the time of the
flush. It will not be possible to transfer the return value to the
variable.
It is highly unlikely that further processing will continue correctly
without return values. For safety reasons, further processing is
terminated.
Check your application for local variables that are used for return
values of control/automation calls.
El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.
Extracto de mensaje de error del sistema SAP. Copyright SAP SE.
SY376
- Utilización de variables resultado locales en llamada control/automatiz. ?Get instant SAP help. Start your 7-day free trial now.
SY375
Orden SPOOL (número &) enviada al archivo
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. ...
SY374
Orden SPOOL (número &) enviada a impresora SAP &
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. ...
SY380
El campo OVERFLOW en SCAN ABAP-SOURCE es demasiado pequeño para &.
¿Qué causa este problema? The effect of the SCAN ABAP-SOURCE command is to place character strings more than 30 characters long in an overflow fiel...
SY390
Falta autorización para llamar la aplicación OLE &1.
¿Qué causa este problema? User &V3& is not authorized to start the OLE application &V1& from the ABAP program &V2&.Respuest...
Haga clic en este enlace para buscar todos los mensajes de SAP.