Do you have any question about this error?
Message type: E = Error
Message class: SY - ABAP/4 system messages
Message number: 376
Message text: Use of local result variables when calling control/automation
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.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SY376
- Use of local result variables when calling control/automation ?Get instant SAP help. Start your 7-day free trial now.
SY375
Spool request (number &) sent to archive
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SY374
Spool request (number &) sent to SAP printer &
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SY380
OVERFLOW field in SCAN ABAP-SOURCE is too small for &
What causes this issue? The effect of the SCAN ABAP-SOURCE command is to place character strings more than 30 characters long in an overflow field. F...
SY390
You are not authorized to call the OLE application &1
What causes this issue? User &V3& is not authorized to start the OLE application &V1& from the ABAP program &V2&.System Respo...
Click on this link to search all SAP messages.