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: 

Suggest a BAPI for FBV1 transaction

Former Member
0 Kudos

Hi all,

We are unable to do BDC recording for transaction FBV1,

because screens are differing for posting key, document type,account number and tax code.

Kindly sugget a BAPI for FBV1 transaction or any other method for uploading data from excel file to FBV1.

Thanking you in advance.

Regards

Ravishekar Thallapally

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi,

you can try this BAPI BAPI_INCOMINGINVOICE_PARK

if it is not there in your system then try this..

MRM_INVOICE_PARK

regards

vijay

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Hi,

you can try this BAPI BAPI_INCOMINGINVOICE_PARK

if it is not there in your system then try this..

MRM_INVOICE_PARK

regards

vijay

0 Kudos

Why dont you try BAPI_DOCUMENT_CREATENEWVRS2.

Cheers

Ankur

Former Member
0 Kudos

You may be able to use 'PRELIMINARY_POSTING_FB01' or you could try transaction FB01 to park the documents with a BDC recording.

There is a function in the FB01 item overview to "Park document". If you debug this function you will see that fm 'PRELIMINARY_POSTING_FB01' is called. The document header and items are passed in t_bkpf and t_bseg respectively. Transaction 'FBR2' is passed to i_tcode.

Good luck!

Regards,

James Gaddis