‎2006 Nov 09 12:25 PM
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
‎2006 Nov 10 3:51 PM
Hi,
Check the where used list for the exit..Then put a break point before the user exit is called..
Thanks,
Naren
‎2006 Nov 10 3:51 PM
Hi,
Check the where used list for the exit..Then put a break point before the user exit is called..
Thanks,
Naren
‎2006 Nov 10 9:23 PM
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