Dear All
Enhanced backward sheduling heuristic is choosing mode based on mode priority and free capacity.
My client requirement is to choose mode based on latest operation date, mode priority and free capacity.
What I need is a function module, method or some code which calculates end date for specific operations on specific mode (taking into account predecessor order, other orders, capacity etc).
So I need code where I can fill
- resource id,
- start date
- end date
- required capacity
and it should return
- latest date when order can start on this resource
Many thanks for your help,
Krzysztof Żak