Hello abap gurus.
We have a solution for change-pointers in material master.
Everything works fine except from one specific material...
When I debug (in update mode) I can see that function MATERIAL_WRITE_DOCUMENT is called with import variable NO_CHANGE_POINTERS = 'X'.
My problem is that the function is called from a dynamic statement...in program RSM13000 and FORM VB_CALL_FUNC
PERFORM (VBFUNC) IN PROGRAM (TFDIR-PNAME) USING VBID.
Where is NO_CHANGE_POINTERS = 'X' set ??
Please advice.