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

BAPI_ACC_DOCUMENT_POST

g_lacroix
Explorer
0 Likes
1,038

Hello,

I have to change the Posting key (bschl) when the document is posted. As this field doesn't exist, I have created the SMD/CMOD of EXIT_SAPLACC4_001 (smod ACBAPI01) as note oss 487722 with extension1. All are activated.

I have filled the table extension1.

I have put a Break-point in order to see if the abap pass into the user exit for checking and to be sure. But it doesn't stopped here.

Does somebody know what I have to do in order that the

BAPI runs ?

best regards

genevieve

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
697

Hi,

Check the where used list for the exit..Then put a break point before the user exit is called..

Thanks,

Naren

2 REPLIES 2
Read only

Former Member
0 Likes
698

Hi,

Check the where used list for the exit..Then put a break point before the user exit is called..

Thanks,

Naren

Read only

Former Member
0 Likes
697

check and see if it stops at any of the other bapi. I think the BTE part of the note has to be implemented for you requirement BAPI_ACC_DOCUMENT_POST. Do check if it stops at the below BAPI's

BAPI_ACC_BILLING_CHECK AcctngBilling

BAPI_ACC_BILLING_POST AcctngBilling

BAPI_ACC_EMPLOYEE_EXP_CHECK AcctngEmplyeeExpnses

BAPI_ACC_EMPLOYEE_EXP_POST AcctngEmplyeeExpnses

BAPI_ACC_EMPLOYEE_PAY_CHECK AcctngEmplyeePaybles

BAPI_ACC_EMPLOYEE_PAY_POST AcctngEmplyeePaybles

BAPI_ACC_EMPLOYEE_REC_CHECK AcctngEmplyeeRcvbles

BAPI_ACC_EMPLOYEE_REC_POST AcctngEmplyeeRcvbles

BAPI_ACC_GOODS_MOVEMENT_CHECK AcctngGoodsMovement

BAPI_ACC_GOODS_MOVEMENT_POST AcctngGoodsMovement

BAPI_ACC_INVOICE_RECEIPT_CHECK AcctngInvoiceReceipt

BAPI_ACC_INVOICE_RECEIPT_POST AcctngInvoiceReceipt