Application Development and Automation 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: 
Read only

E FI/CO interface: Inconsistent FI/CO document header data for updating

Former Member
29,709

Hi everyone,

I'm also facing this problem when uploading the data into for TCode FB01.

With my program I can post the Customer & Vendor Account items but for GL account it is giving the following error :

E FI/CO interface: Inconsistent FI/CO document header data for updating

I'm using BAPI_ACC_DOCUMENT_POST.

I'm stuck here. I don't have any idea why this problem is occurring.

This is my first development in FICO

Regards

-Tom

did you find a way to solve it ?

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
14,031

Problem may come from the interface between FI financial and CO control, so you should analyze controlling data there are no such data on AR/AP records. (But the message would have been "FI/CO interface: Inconsistent FI/CO line item data for updating")

As the message is "FI/CO interface: Inconsistent FI/CO document header data for updating" the problem is at least partly in the header data, so check if :

- obj_type/obj_key refering to non existent data.

- company code of header is not in first item or not in any item.

Regards,

Raymond

Read only

DirkAltmann
Active Participant
0 Likes
14,031

Hi Tom,

do you use the correct document type? The document type can be limited for several criterias.

Regards

Dirk

Read only

Former Member
0 Likes
14,031

May I know the solution please... Im getting the same issue.. urjent

Read only

0 Likes
14,031

did you find a way to solve it ?