Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tcode TBB1

Former Member
0 Likes
507

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.

1 REPLY 1
Read only

Former Member
0 Likes
356

Closed