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: 

FM to Park a FI document(G/l account)

Former Member
0 Kudos

HI everyone,

I am working on creating a UI in ABAP Webdynpro to park FI accounting documents. I found the transactions to park the documents is fbv1, 2 and 3 are for creating, editing and display. I want to do the same UI from ABAP webdynpro.

Please let me know the function module or BAPI to create/edit a parking accounting document instead of posting.

I have tried to find one but could find. if anyone know and have used it. Please help.

Thanks

Anu

4 REPLIES 4

mvoros
Active Contributor
0 Kudos

Hi,

if you enter two words BAPI and FBV1 into google then you can get couple of FMs which might help you. You can start with BAPI BAPI_INCOMINGINVOICE_PARK. Also if you enter a string "BAPIPARK" into SE37 and search for FMs you get this BAPI.

Cheers

Former Member
0 Kudos

I have searched everywhere and couldn't find the right one, that's why i have posted this question expecting that someone who used it might just tell immediately.

It would be good if someone who has worked with any FM or BAPI that parks the accounting document.

Former Member
0 Kudos

Please use FM - PRELIMINARY_POSTING_FB01, You can find more details on SDN about how to use this FM to park the FI document. There is no BAPI for FI Park document.

Former Member
0 Kudos

PRELIMINARY_POSTING_FB01 PRELIMINARY_POSTING_FB01