2015 May 29 6:07 PM
Hi gurus,
Is there any event that would allow me to change the main and sub transaction an interest document is going to be posted with?
Thanks!
Mario
2015 May 29 10:21 PM
Hi Mario,
You can use event 2045 which is called during posting of an interest document.
Thanks,
raju
2015 May 29 6:27 PM
2015 Jun 01 10:13 PM
would this cause any inconsistencies? since you will be changing to a main and sub that are not related to the internal main and sub used for the interest process.
2015 May 29 10:21 PM
Hi Mario,
You can use event 2045 which is called during posting of an interest document.
Thanks,
raju
2015 Jun 01 10:12 PM
2015 Jun 02 8:55 AM
Hi Mario,
FI-CA Events are meant for customer-specific logic to be added during the execution of Business Transactions. So, yes, Event 2045 can be used.
I wouldn't change the Main Transaction though. There might be some program code in the system that assumes Main Transaction 0040 is for Interest.
You could configure a new Sub-Transaction for Main Transaction 0040, and use that in your program logic in Event 2045.
Regards,
Ivor
2015 Jun 02 1:29 PM
Hi Ivor,
Why does this event has the flag 'Customer Module Not Permitted' ?
2015 Jun 02 4:01 PM
Hi Mario,
As per the Standard SAP functionality for FQEVENTS, if the 'customer module not permitted' flag is set for an event, then during the triggering of that event any installation\custom specific FM is not being triggered, irrespective of the fact that that the custom FM is activated or not.
Having said the above, this flag only comes into picture if the additional function indicator is not set for the particular event.
If the additional function indicator is set (as in this event 2045 as well), so the System will not consider the "Customer Module Not permitted Indicator"
Hope it clarifies.
Thanks,
Amlan
2015 Jun 02 8:51 PM
2015 Jun 02 11:33 PM
You could also try event 1104 (Document: Substitution in Interest Item).
cheers
Paul