Does anyone know why substitution rules are not triggered on document reversals (FB08).
For example, the following substitution rule is created:
1] Substitution rule prerequisite: GL=100000 AND debit entry
2] Substitution rule: Transaction type = 01
In this case, the transaction type field is properly substituted with 01 on the document posting
However, if the document is subsequently reversed (via FB08), the transaction type remains as 01 even though the following substitution rule is created:
1] Substitution rule prerequisite: GL=100000 AND credit entry
2] Substitution rule: Transaction type = 02
Note: adding tcode=FB08 in the prerequisite also doesn't work.
Has anyone successfully triggered a substitution rule on a document reversal?