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 to update XREF3 in FB01

Former Member
0 Likes
1,285

Hi Gurus,

Do you know some BAPI that can be use to update XREF3 field or the Reference Key 3 in FB01 using (inbound) IDOC?

Thanks!

Hi Gurus,

Do you know some BAPI that can be use to update XREF3 field or the Reference Key 3 in FB01 using (inbound) IDOC?

Thanks!

3 REPLIES 3
Read only

Former Member
0 Likes
897

Hi,

you can try BAPI_ACC_DOCUMENT_POST or you can also create your own RFC or BAPI using function module AC_DOCUMENT_CREATE.

Read only

JackGraus
Active Contributor
0 Likes
897

It is not a BAPI but IDOC FIDCCH will do.

Regards Jack

Read only

Former Member
0 Likes
897

Hi,

Thank you for your replies.

My requirement is that i should pass the tax amount from segment E2EDP04-MWSBT to XREF3 (reference field 3) in FB01. Im using FM: MRM_INVOICE_POST in posting.

Is there any BAPI which can be use to update XREF3? or is there a user-exit that can be use to access ACCIT which have the XREF3 field?

Thank you.

Edited by: saixis on Jul 27, 2011 2:32 PM