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: 

ACCIT fill costumer field in FB01

Former Member
0 Kudos

Hi all,

I have a problem. I'm trying to find a BADI, user-exit or BTE where i can fill a costumer field in table ACCIT, that was been added to the table, when inserting a document in FB01. The problem is that i can't find any. Can you help me?

Best Regards

Ricardo Araújo

4 REPLIES 4

Former Member
0 Kudos

Hi Friend,

If you are using SAP Standard BAPI for posting Document , then you have to use the BAPI extension for you additional fields to add while posting.

Please see this link here lot of logics are handled for there purpose ,just change the fields name to your Customer field name in the extension and use it .

Also you have to maintain BTE : "RWBAPI01" against which you have to maintian a custom function module with the exention passing data to ACCIT strucuture logic which you can get idea in the below link.

Transcation code for BTE is :FIBF

LINK:[;

Regards,

0 Kudos

I'm not using any BAPI, i'm using the transaction FB01. And in FB01 the BADI ACC_DOCUMENT don't work :S

0 Kudos

Have you tried BADI AC_DOCUMENT(not ACC_DOCUMENT).

Regards

Sathar

0 Kudos

Yes and without result. Because i think that AC_DOCUMENT just works for FI documents that come from Logistics. And this is not the case :S