‎2006 Sep 22 10:11 PM
Friends,
I am using a BAPI for posting an accounting document. I want to check the posting in simulate mode, the same way we check before the actual documents are posted.
Is there a way that i can use bapi to see the simulated run?
thanks
Bill
‎2006 Sep 22 10:13 PM
Hi,
When you call the BAPI once it is done, Don't do commit work for simulation..
Thanks,
Naren
‎2006 Sep 23 5:17 AM
Hi,
You can use the BAPI for parking a accounting document and check the parked document in the system. In this way you can see the document before posting.
Regards,
Anish Thomas
‎2006 Sep 23 6:59 AM
Hi Nalinikanth,
The posting through the bapi is done only after the BAPI_TRANSACTION_COMMIT.
If you dont call the commit bapi, till then you can simulate the posting of accounting document
Regards
Arun