... there is no possibility to create new allocation. 5) Allocation is deleted, so we can now recreate it with new values. Firstly we need to reload again operation data to memory with CP_CC_S_OPR_PROVIDE_BY_MTK ...
...
data: f_mtk_ident type czcl_mtk_type.
data: ft_capp_opr type standard table of capp_opr.
data: fs_opr_class_data type opr_class_data.
data: f_error type cpcc_message_type.
* objects for loading ...
... it's time to set deletion indicator in MAPL ('CP_CC_S_DELETE_BY_MTK') and in PLKO ('CP_CC_S_DELETE_BY_TSK'). At the end we have to save the changes with 'CP_CC_S_SAVE' and ...