‎2008 Dec 09 11:09 AM
Dear all,
When executing tcode tbb1 accounting documents are created (can be found in tables bkpf and bseg). For some documents created however (with a specific gl_account), we want to create an extra document. Is there some user_exit, badi, BTE where the creation (bapi_acc_document_post) of this extra document can be called from?
I tried badi ac_document, but this is not a correct place, because this results in an infinite loop because of the fact that with every call to bapi_acc_document_post the badi ac_document is called.
Kind regards,
J.
‎2010 Jan 13 11:10 AM