Message type: E = Error
Message class: FL - Function Builder messages
Message number: 370
Message text: EXPORTING parameters are not allowed in the update task
You defined export parameters for an update function module, but this
is not allowed.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Delete the export parameters from your update function module.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message FL370, which states "EXPORTING parameters are not allowed in the update task," typically occurs when you are trying to use an EXPORTING parameter in a function module or method that is being called within an update task. In SAP, update tasks are designed to handle database updates asynchronously, and they do not support the use of EXPORTING parameters because the context of the call is not available in the same way as it is in a dialog task.
Cause: The primary cause of this error is the attempt to pass parameters using the EXPORTING keyword in a function module that is being executed in an update task. Update tasks are meant for operations that do not require immediate feedback or return values, and thus they do not allow for parameters to be returned to the calling program.
Solution: To resolve this error, you can take the following steps: Remove EXPORTING Parameters:
Get instant SAP help. Sign up for our Free Essentials Plan.
FL361
Use quotation mark for the value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
FL360
& not allowed as parameter name
What causes this issue? Certain key words like "IMPORTING", "EXPORTING", "EXCEPTION", etc. cannot be used as names for ...
FL371
CHANGING parameters are not allowed in the update task
What causes this issue? You have defined CHANGING parameters for an update function module.System Response The system issues an error message and wi...
FL372
Reference parameters are not allowed in the update task
What causes this issue? You have defined a reference parameter for an update function module. However, only value parameters are allowed in update fu...
Click on this link to search all SAP messages.