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: 

Add a BADI to modify alternative XBLNR at the BKPF

Former Member
0 Kudos

Hello,

I want to modidy the content of the BKPF-ZXBLNR_ALT (Alternative XBLNR), but I am not able to find the correct BADI of the MIRO and how to implement it.

Can anyone help me doing that?

Thanks!

2 REPLIES 2

NTeunckens
Active Contributor

First off : is this a (Custom) Screen field or not? I'm assuming that you don't need / want to Maintain creen Fields because you haven't indicated this ... (You just want to Maintain the Custom Field in the BKPF-table)

Check BAdI "INVOICE_UPDATE", Method "CHANGE_AT_SAVE" ...

Another way using Business Transaction Events (BTE) is explained in this Blog : link

Also see SAP-KBA 1156325 - BAdIs in the Logistics Invoice Verification environment : link

0 Kudos

Thanks for answering!

When I implement the BAdI and write the code in the implementation method, it says "ZCL_IM_FI_AUTHORITY_ITEM" does not contain an interface BKPF. I think that I need a BAdI that has BKPF table inside.

Do you know any BAdI or solution to the problem?