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

BAPI_INCOMINGINVOICE_CREATE update XREF3 field

Former Member
0 Likes
1,153

Hello,

We enabled XREF3 field, it's become mandatory. Tc: MIRO updating xref3 field value fine, but BAPI_INCOMINGINVOICE_CREATE returns mesage:

"Field XREF3 is a required field for G/L account...."

Looked at bapi structures, can't find such field xref3.

Question is how to update field before bapi returns a message. Or any other soliution.

Best regards

Paulius

Hello,

We enabled XREF3 field, it's become mandatory. Tc: MIRO updating xref3 field value fine, but BAPI_INCOMINGINVOICE_CREATE returns mesage:

"Field XREF3 is a required field for G/L account...."

Looked at bapi structures, can't find such field xref3.

Question is how to update field before bapi returns a message. Or any other soliution.

Best regards

Paulius

1 REPLY 1
Read only

Former Member
0 Likes
748

Hi,

The field you are looking for might not be there in the structures in the BAPI.

You might have to implement a user exit or BTE RWBAPI* to update this field in structure ACCIT.

Hope this helps.