2011 Mar 18 6:07 AM
Hi all,
I am working on F!CA event 295, copied standard function module and created as Z_FI_295_MULTIPLE_NSF.
Here i am updating business partner using function module BUPA_IDENTIFICATION_CHANGE, after calling BUPA_IDENTIFICATION_CHANGE if i use BAPI_TRANSACTION_COMMIT then only record is updating otherwise record is not updating. But as per function module documentation we shouldn't use BAPI_TRANSACTION_COMMIT.
Could you please anybody tell me how to use commit work in FQEVENTS.
Thanks,
Rami
2011 Apr 04 5:09 AM
Hello,
You definitely should not use BAPI_TRANSACTION_COMMIT in an FQEVENT. As the documentation says, it may lead to inconsistencies by saving data at the wrong time.
If you are really sure that event 285 doesn't save BP changes, I suggest that you raise an OSS Note.
No 'commit work' should be required.
We don't use that 285 event at our site, so unfortunately I can't confirm that it works for us.
good luck!
Paul Bakker
2011 Apr 04 5:09 AM
Hello,
You definitely should not use BAPI_TRANSACTION_COMMIT in an FQEVENT. As the documentation says, it may lead to inconsistencies by saving data at the wrong time.
If you are really sure that event 285 doesn't save BP changes, I suggest that you raise an OSS Note.
No 'commit work' should be required.
We don't use that 285 event at our site, so unfortunately I can't confirm that it works for us.
good luck!
Paul Bakker