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: 

Reimbursement for employee vendor from HR to FI posting using BAPI_ACC_DOCUMENT_POST.

arijitbarman
Participant
0 Kudos

Hi Abapers,

I have this requirement to develop. I need to post cell + local conveyance reimbursement of employee as vendor in FI document posting using BAPI_ACC_DOCUMENT_POST. I have used this BAPI previously for FB60 vendor posting and is working fine. Here I need to select details taken from infotype tables of HR and based on pernr FI posting will be done (Employee vendor number i am getting from table LFB1 based on pernr) using this BAPI. I am not sure what parameters I need to fill in the BAPI structures as there is no Tax Line Items. Even not sure whether BAPI_ACC_DOCUMENT_POST is the correct function module for HR-FI posting for employee vendor . Please someone help me on this as this is my first assignment on HR-FI posting. Any Link with code or logic will be appreciated.

Thank You.

2 REPLIES 2

raymond_giuseppi
Active Contributor
0 Kudos

Once employee vendors are created from HR to FI with PRAA, there are not much differences, just ask functionals for a correct tax code (one with zero%)

arijitbarman
Participant
0 Kudos

Thanks a lot Raymond. I think now i will be able to do it.