Hi all, i have a question
i'm fighting with consultant about this issue.
We have a order type (ZRI0) with many Order Reasons, for a specific order reason (Z30) i want to change the default Shipping Point (VBAP-VSTEL)from V_TVSTZ-VSTEL (FAM1) to V_TVSTZ-VSTE1 (FAM2)
the customization of table TVSTZ is that FAM1 is the default Shipping Point and FAM2 is the Manual Shipping Point
So i asked an user exit that for the specific order reason changes Shipping Point to V_TVSTZ-VSTE1 (FAM2)
they say it's impossible , they can modify only exit MV45AFZZ FORM userexit_move_field_to_vbap
i tried to modifying exit MV45AFZZ FORM userexit_save_document but nothing change, it seems that the customizing overwrites our modifications.
So the question is : where can i insert this modification on document saving?