‎2010 Jul 05 7:57 AM
Hi Experts,
I am developing a program to manuat post cost allocation, and the posting using FM BAPI_ACC_MANUAL_ALLOC_POST is successful with message 'Document is posted under document number XXXX'
However - when I want to view the posting using Tcode KB15N or check in table COBK - i am unable to find XXXX Document number posted.
Do you know how to check if it is really posted ?
Thanks in advance.
CW
‎2010 Jul 05 8:12 AM
Dear,
Are you commiting after BAPI call?
You need to call a FM BAPI_TRANSACTION_COMMIT for commiting explicitly after a BAPI call.
Thanks and Regards,
‎2010 Jul 05 8:12 AM
Dear,
Are you commiting after BAPI call?
You need to call a FM BAPI_TRANSACTION_COMMIT for commiting explicitly after a BAPI call.
Thanks and Regards,