Hi,
The account determination for a goods issue movement(643) needs to be modified FOR CERTAIN INSTANCES e.g. the flow of goods outside of a certain country from a certain country. So we want to retain current account determination for 643 and change only for particular scenarios.
The only way account determination can be influenced is by the account modification key against the movement type in transaction OMWN.
Function module MR_ACCOUNT_ASSIGNMENT reads table T030, however it does not facilitate any modification of account determination(via account modification key) except for WRX and PRD (with limitations).
Would it be PRUDENT to insert dynamic enhancement points in this module or slightly before it is called so that we can change the account determined? If we implement within standard SAP design we would have to copy movement type 643 (as the account mod key is against the movement type). We are trying to avoid the ripple effect caused by creating a whole new movement type.
Thanks in advance..