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

Posting KEY - BAPI_ACC_INVOICE_RECEIPT_POST

Former Member
0 Likes
567

I need to do a repair in program

RPR_AMEX_BTA_TO_FI

- Determine G/L Account for Vendor

- Change posting Key 31->50 / 21->40

The std program uses FM BAPI_ACC_INVOICE_RECEIPT_POST which I will use too but where in the parameters do I find the POSTING KEY???

!!!!Reward

I need to do a repair in program

RPR_AMEX_BTA_TO_FI

- Determine G/L Account for Vendor

- Change posting Key 31->50 / 21->40

The std program uses FM BAPI_ACC_INVOICE_RECEIPT_POST which I will use too but where in the parameters do I find the POSTING KEY???

!!!!Reward

1 REPLY 1
Read only

Former Member
0 Likes
406

Look at the documentation in transaction BAPI ==>Accounting - General==>Accounting Interface==>AcctngInvoiceReceipt==>Reverse

This is the documentation for BAPI_ACC_INVOICE_RECEIPT_POST that will reverse an invoice and create the vendor posting key of 31 and the GL posting key of 50.

Iwan