Ansicht
Dokumentation

LTSK_TASK_SELECT_OPTIMIZE - Remove tasks that cannot be selected

LTSK_TASK_SELECT_OPTIMIZE - Remove tasks that cannot be selected

General Data in Customer Master   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function is called in the process of task selection in order to remove the tasks which have no chance of being selected, this process will improve the performance of the system by avoiding these tasks reprioritization.

The function may be called from 2 points, before route or LSD reprioritization . It depends whether the weight of the previous calculated values is enough to make sure the tasks to be removed don't have a chance to be selected.

Example

Task A with static priority 90, and task B with static priority 20, and the weight of the static priority is 60.

It means that even if in the next steps task B get priority 99, and task A get 0, task B will not be selected ,

(A : 90 * 0.6 + 0 * 0.4 = 54, B : 20*0.6 + 99 * 0.4 = 51.6 ), so further processing is not necesary.

Notes

Further information





Parameters

IT_LTKPL
IT_TASK_RSTYP_PRIO
I_LOCAT
I_TSK_LOW_LIMIT
SS_PRIO_WEIGHTS

Exceptions

Function Group

LTSK

ROGBILLS - Synchronize billing plans   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1193 Date: 20240604 Time: 013035     sap01-206 ( 30 ms )