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: 

Fill customer field in RBKP and BKPF from MIRO

0 Kudos

Hello.

We have implemented a customer field in MIRO and want to transfer the entry into RBKP AND also into BKPF append.

We have the field in RBKP but don't know how to hand over to BKPF. Does anyone know how to act?

Best Regards

Gerhard

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You could either

  • Map field to BKPF in BADI AC_DOCUMENT.
  • Export field value to memory in some MIRO exit/BAdI (e.g. INVOICE_UPDATE) and import it in a FI substitution at header level (OBBH with a customer-exit).

Regards,

Raymond

6 REPLIES 6

Former Member
0 Kudos

Hi,

are you using BADI AC_DOCUMENT and using field symbols as explained in below document, BKPF should get updated.

http://blog.csdn.net/xyfchris/archive/2007/10/04/1811359.aspx

There is also one related thread in SCN:

former_member182371
Active Contributor

raymond_giuseppi
Active Contributor
0 Kudos

You could either

  • Map field to BKPF in BADI AC_DOCUMENT.
  • Export field value to memory in some MIRO exit/BAdI (e.g. INVOICE_UPDATE) and import it in a FI substitution at header level (OBBH with a customer-exit).

Regards,

Raymond

0 Kudos

Hallo Raymond.

I've tested both variants but it semms that they don't work with customer fields. Did you implement one variant with a customer field?

Best Regards

Gerhard

0 Kudos

Hello Raymond.

Solution found: Note 649628 was helpful. I have to run an activation-report for a structure.

Thanks for your help.

Gerhard

We no longer use AC_DOCUMENT as many document now come with BAPI and are managed with ACC_DOCUMENT (EXETENSIONIN)

We currently have some substitutions active for customer fields, thru customer-exit of FI substitution getting information stored in memory by calling applications' BAdI. (But those customer fields are in CI_COBL)

Regards,

Raymond