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 or module function for transaction FV70 ?

Former Member
0 Kudos

I want to create a document by FV70 but i don't want to use batch input process.

Is there any BAPI or module function for transaction FV70 ?

Thxs,

Pedro

3 REPLIES 3

Former Member
0 Kudos

Try using these functions

BAPI_INCOMINGINVOICE_PARK

MRM_INVOICE_PARK

MRM_PARKED_INVOICE_ACCDATA

g2pulak
Explorer
0 Kudos

You can use BAPI_ACC_DOCUMENT_POST with DOC_STATUS to the structure DOCUMENTHEADER as 2 and then post the parked document in FBV0.

Refer Snote 2092366.

0 Kudos

Hi Pulak,

How to post the parked document using abap code.

which BAPI and what at are the parameters to be considered?

Thanks,

Ahamed