Hi experts,
when I try to save the data of a planning function in the cube, this error occurs:
MOVE_TO_LIT_NOTALLOWED_NODATA
Assignment error: Overwriting a protected field.
The error occurs in the code of a function module in this istruction:
ASSIGN COMPONENT '/BIC/ZIC_KATR6' OF STRUCTURE xs_chas TO <categp>.
<categp> = zv_categp.
Endif.
Have you some ideas?