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_INCOMINGINVOICE_CREATE

Former Member
0 Kudos

Hi,

I have an intrface program which uses BAPI_INCOMINGINVOICE_CREATE to post Invoice data coming through XI.

But, now I am getting additional <b>COPA</b> fields with incoming invoice data.

Anybody has any idea how to handle the additional COPA fields and post them in the applications.

2 REPLIES 2

Former Member
0 Kudos

Hi,

There are few COPA fields in BAPI_INCINV_CREATE_ACCOUNT ( ACCCOUNTINGDATA) of BAPI_INCOMINGINVOICE_CREATE.

If you need more then probably you need to call another FM

BAPI_ACC_DOCUMENT_POST with value and criteria table values.

Let me know if you have any more questions..

BR

Rakesh

0 Kudos

Rakesh ,

Yes you are right that there are more COPA fields in BAPI_ACC_DOCUMENT_POST. But, the problem is I dont have the header data which is a mandatory parameter for this BAPI.

I have Header Data only for Invoice Posting and not for Account Posting.

Any more clues ?????