Application Development 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: 

EXTENSION1 in BAPI_ACC_DOCUMENT_POST

Former Member
0 Kudos

Hi Guys.

I know this has been posted before, but I still can't seem to find a solution.

I am filling the table EXTENSION1 in BAPI_ACC_DOCUMENT_POST and the user_exit ZXACCU15 has been activated. I have a break-point in my exit, but it seems that the exit is not even being performed. I have created a project and activated it in CMOD but the exit is still not being executed. Do I have to activate the BADI or something?

Thanks and regards.

David.

2 REPLIES 2

Former Member
0 Kudos

Better to copy From to BAPI_ACC_DOCUMENT_POST to ZBAPI_ACC_DOCUMENT_POST and do the modification,

here just pass what ever variable to extension,

I had one requirement to create sales order ,in sales order we have custom fields

we copied and updated data.

Former Member
0 Kudos

Hi.

I sorted out my requirement using BAPI_ACC_GL_POSTING_POST. For some reason, this BAPI can see the User_Exit.

David.