abap/force_local_update_task

Short text

Redirect requests to “asynchronous update task with immediate start” to local update task.

Parameter Description

In normal system operation, update task requests are processed asynchonously by the ABAP system’s update task service. As an alternative, ABAP applications can choose (via the ABAP statement SET UPDATE TASK LOCAL) to process update task requests for immediate start by the local update task, i.e. synchonously and within the user’s session at the time of the COMMIT statement. Other update requests (e.g. for delayed execution) are still handled asynchronously.

With the special parameter setting abap/force_local_update_task=1, all update task requests for immediate start are handled as if the ABAP application had chosen SET UPDATE TASK LOCAL.

Parameter Unit

Fixed values:

0 means no redirection, asynchronous update task is used as requested by ABAP programs.
1 means that all requests to “asynchronous update task with immediate start” are processed as local update task.

Default Value

0

Who is permitted to make changes?

SAP

Values allowed

0, 1

You May Also Like

Leave a Reply?