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: 

Update RBKP-ZFIELD (custom field) while invoice creation through MIRO or IDoc

former_member203070
Participant
0 Kudos

Hello Friends,

Requirement is to update a custom field in RBKP while incoming invoice creation through any medium (MIRO or IDoc).

I have tried with the BADI INVOICE_CHANGE but in the badi, RBKP is a importing parameter. So can not change the value of custom field in RBKP.

(This custom field will not be any custom field in MIRO screen, it is only a appended custom field in RBKP)

Please let me know if anyone one have any solution.

Thanks,

Partha

1 REPLY 1

Former Member
0 Kudos

Hello Partha

Take a look at this thread:

https://scn.sap.com/thread/2121789

There's a solution for a similar problem using BADI INVOICE_UPDATE, method CHANGE_AT_SAVE, and field symbols to change values from RBKP.

Regards

Luis Becker