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: 

Fb01 to f-43

Former Member
0 Kudos

Hi gurus,

I worked on a interface where I was required to create an accounting document for transaction fb01 using BAPI_ACC_DOCUMENT_POST, but now I got the new requirement where I need to modify that program and now the program should work for tcode 'f-43'and I didn't find much of the difference between these two transactions, can you please suggest me how to proceed and what all should I need to take care of.

Thanks

Rajeev Gupta

1 REPLY 1

JozsefSzikszai
Active Contributor
0 Kudos

hi Rajeev,

you have to take care, because F-43 posts vendor invoice (FB01 is able to post anything). There is another BAPI for vendor invoice: BAPI_ACC_INVOICE_RECEIPT_POST, you can try to use this one as well.

ec