Dear Experts,
we are facing an issue when running the optimizer in TM. After selecting a FU and a vehicle resource and running optimizing planning (selected entries only), there are short dumps created under category MESSAGE_TYPE_X.
In a deeper analysis we find out that the system is failing during the call of function /SAPAPO/CRES_TIMESTREAM_CREATE and there is a missing parameter IS_RES_HEAD
The values that are being passed onto the function module are the following, including the missing is_res_head according to the dump:
In debug mode we find that ls_resheadpl is properly populated also by the previous method.
Nevertheless is_res_header is a structure that is actually not present in the function module /SAPAPO/CRES_TIMESTREAM_CREATE itself and therefore not supported when fed. The dump is then occurring.
We are using SAP TM 110 with SP 8. There is probably a mismatch between the Function module and the method that is calling it.
Has someone experienced the same already?
Thanks for support