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: 

Bapi for transaction FB60

Former Member
0 Kudos

Hi All,

I need bapi which can create document for transaction FB60 and later we can do the commit explicitly. we need to upload

*HEADER *

BESG-LIFNR, BKPF-BLDAT, BKPF-BUDAT, INVFO-WRBTR,

BKPF-BUKRS, BKPF-WAERS, BKPF-XBLNR, BSEG-MWSKZ,

BKPF-BKTXT, INVFO-ZFBDT, INVFO-ZTERM

LINE ITEM

BSEG-HKONT, BSEG-SGTXT, BSEG-WRBTR, BSEG-MWSKZ, BSEG-TXJCD, BSEG-KOSTL, BSEG-KSTRG,

BSEG-MATNR, BSEG-MENGE, BSEG-MEINS

i know one bapi BAPI_ACC_INVOICE_RECEIPT_POST but i am not able to pass the value of vendor as a header data on this bapi. please suggest.

Thanks,

Madhu

1 REPLY 1

Former Member
0 Kudos

I have one BAPI API_ACC_INVOICE_RECEIPT_POST, i think i hcan use this BAPI for my requirement but while posting the data i am getting errors :

1. Required field AMT_BASE was not transferred in parameter CURRENCYAMOUNT

2. Required field ACCT_KEY was not transferred in parameter ACCOUNTTAX

In the excel sheet these two fields data is not given, then how can i pass the values in these two fileds.

Please reply,

Thanks